@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa sharp solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --secondary: #f75402;
  --primary: #080b5a;
  --pale-grey: #f4f7fc;
  --black: black;
  --light-grey: #ccc;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.body {
  background-color: var(--white);
  color: var(--secondary);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.announcement-contact {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  background-color: var(--white);
  color: var(--primary);
}

.announcement-time {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--secondary);
  color: var(--secondary);
}

.announcement-link {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--pale-grey);
}

.container {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: #353535;
}

.dropdown-menu-link.w--current {
  background-color: var(--secondary);
  color: var(--white);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: #ef233c;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

.brand.footer {
  margin-bottom: 20px;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  color: var(--black);
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--primary);
  background-color: #0000;
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--black);
}

.header-social-icon {
  color: var(--primary);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.header-social-icon.margin-right-none.wa, .header-social-icon.wa {
  font-size: 1.4em;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--primary);
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.button {
  background-color: var(--secondary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.button.book-today {
  color: var(--white);
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero-section {
  height: 100%;
  position: relative;
}

.hero-slider {
  min-height: 78vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text {
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  background-color: var(--black);
  color: var(--light-grey);
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--primary);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex: 0 auto;
  width: 48%;
  padding-right: 20px;
}

.left-section._w-100 {
  width: 100%;
  padding-right: 0;
}

.btn-wrapper {
  padding-top: 10px;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--secondary);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('../images/Gome4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.s1-1, .inner-img.s2-1, .inner-img.s3-1, .inner-img.s4-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.inner-img.brakes {
  background-image: url('../images/elmer-gal-21.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.mot {
  background-image: url('../images/elmer-gal-25.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.mobile {
  background-image: url('../images/elmer-gal-23.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.aircon {
  background-image: url('../images/elmer-gal-1.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.service {
  background-image: url('../images/elmer-gal-22.webp');
  background-position: 50%;
  background-size: cover;
}

.card-bullet {
  padding-left: 0;
}

.card-bullet._20b {
  margin-bottom: 20px;
}

.card-icon {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  display: flex;
}

.card-icon.w {
  background-color: var(--secondary);
  color: var(--white);
}

.top-title-content {
  text-align: center;
}

.h-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 40px;
}

.h-2.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
}

.h-2.white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.h-2.left {
  text-align: left;
}

.h-2.left.b {
  color: var(--primary);
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/screwdriver-wrench-solid.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 75px;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/car-burst-solid.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

.bullet-icon.kitchen {
  background-image: url('../images/steering-wheel-regular.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 75px;
  margin-bottom: 0;
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-block-title.centre {
  text-align: center;
  margin-bottom: 20px;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.card-bullet-item {
  color: var(--primary);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: auto;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 2px 2px 5px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-heading {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.w {
  color: var(--white);
  line-height: 25px;
}

.bullet-heading.split {
  color: var(--white);
  line-height: 25px;
  display: block;
}

.bullet-heading.l {
  text-align: left;
}

.inner-text-content {
  width: 100%;
  max-width: 1400px;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-3-cta-section {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3-wrapper {
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.h3 {
  color: var(--white);
  padding-right: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--primary);
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-desc {
  color: var(--white);
  line-height: 16px;
}

.footer-col {
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-link {
  color: var(--black);
  cursor: pointer;
  font-size: 1.05em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--primary);
}

.contact-block-1 {
  border-right: 1px solid var(--primary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
  padding-left: 40px;
}

.footer-social-media {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--white);
  color: var(--primary);
}

.footer-social-media.margin-right-none {
  border-right: 1px solid var(--primary);
  margin-right: 0;
}

.footer-social-media.margin-right-none:hover {
  border-right: 1px solid var(--primary);
  background-color: var(--white);
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 20px;
  padding: 7px 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.contact-type-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-info {
  border: 1px solid var(--primary);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: var(--black);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 80px;
}

.social-media-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  color: var(--black);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.services-section {
  padding: 20px 20px 0;
}

._2x3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-link-box {
  background-image: url('../images/Brake-Replacement.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box._1 {
  background-image: url('../images/MOT-Repair-1.webp');
}

.services-link-box._2 {
  background-image: url('../images/ASir-Conditioing.webp');
}

.services-link-box._3 {
  background-image: url('../images/Full-Car-Servicing.webp');
}

.services-link-box._5 {
  background-image: url('../images/Mobile-Services.webp');
}

.service-box-title {
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 600;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--secondary);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000059, #00000059), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  max-width: none;
  height: 110px;
}

.image.foot {
  width: 230px;
  height: auto;
}

.h1 {
  color: var(--white);
  align-items: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.p {
  color: var(--white);
  font-size: 17px;
  line-height: 25px;
}

.h2 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.h2.topline {
  border-top: 1px solid var(--light-grey);
  margin-top: 30px;
  padding-top: 30px;
}

.h2.left {
  color: var(--primary);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.h2.left._0b {
  margin-top: 0;
}

.p-dark {
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.p-dark._0b {
  margin-bottom: 0;
}

.p-dark.left {
  text-align: left;
}

.sub-head {
  font-size: 18px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h2-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.footer-list {
  color: var(--black);
}

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.co-desc {
  color: var(--black);
  font-size: 1em;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--secondary);
  background-color: var(--secondary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--primary);
  font-size: 13px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--primary);
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--primary);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--secondary);
  color: var(--secondary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  color: var(--primary);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 22;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--secondary);
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

.para-2 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.para-2.para-white {
  color: #fdfdfd;
}

.section-2-img-full-2 {
  background-image: url('../images/Home3.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full-2.s1-3, .section-2-img-full-2.s2-3, .section-2-img-full-2.s3-3, .section-2-img-full-2.s4-3, .section-2-img-full-2.s5-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full-2.mot2 {
  background-image: url('../images/elmer-gal-15.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full-2.mobile {
  background-image: url('../images/elmer-gal-13.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full-2.service {
  background-image: url('../images/elmer-gal-16.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full-2.brakes {
  background-image: url('../images/elmer-gal-24.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-text-content-2 {
  background-color: var(--secondary);
  width: 50%;
  padding: 50px;
}

.default-btn-2 {
  color: #fdfdfd;
  background-color: #ffd166;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn-2:hover {
  transform: scale(.95);
}

.default-btn-2.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn-2.margin-top-20.light-btn {
  color: var(--secondary);
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 10px;
}

.home-map {
  filter: grayscale(70%);
}

.reviews {
  width: 48%;
  margin-top: 20px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 5% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  color: var(--black);
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/8c98994518b575bfd8c949e91d20548b.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

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

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #acdcaf8c;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--pale-grey);
  cursor: pointer;
  border: 1px #1e00ff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--pale-grey);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  cursor: pointer;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--secondary);
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.text-block-4 {
  text-align: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 38px;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 325px;
  display: flex;
}

.service-ban-text {
  color: var(--white);
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cta-link {
  color: #101b22;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.left-section-para-container.padding-top-20 {
  padding-top: 20px;
}

.left-section-para-container.padding-top-20.flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.left-text-area {
  width: 48%;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 40px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40.bg-white {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.container-fluid {
  width: 98%;
  max-width: none;
}

.heading-2-img-section-3 {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section-3.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section-3.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.section-info-wrapper-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  position: static;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  place-items: end stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, #101b22 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
}

.cta-text-contact {
  color: #101b22;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.form {
  width: 100%;
}

.section-info-title {
  color: #101b22;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.contact-info-text-2 {
  flex-direction: column;
  display: flex;
}

.icon-2 {
  background-color: var(--secondary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.section-line {
  background-color: #101b22;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.lottie-animation {
  width: 100px;
  margin-bottom: 10px;
}

.background-image {
  background-image: url('../images/Car-MOT.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

.background-image.s1-2, .background-image.s2-2, .background-image.s3-2, .background-image.s4-2, .background-image.s5-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.service-banner-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Mobile-Services.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.service-banner-text {
  border-bottom: 3px solid var(--secondary);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 7px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.font-icon {
  color: #f9f9f9;
  background-color: #ff6363;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.font-icon.edit {
  background-color: var(--secondary);
  flex: none;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp solid 900", sans-serif;
}

.font-icon.edit.blue {
  background-color: var(--primary);
}

.default-bullet-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.default-bullet-list.margin-b-t-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.default-bullet-list.margin-b-t-20._4col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.margin-b-t-20._4col._0b {
  margin-bottom: 0;
}

.default-bullet-list.margin-b-t-20.area {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.margin-b-t-20._3col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.margin-b-t-20._3col._0b {
  margin-bottom: 0;
}

.section-heading-1-with-image {
  background-color: #151623;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-with-image.m-bottom-none {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content {
  width: 50%;
}

.section-content.inner-padding-right {
  width: 45%;
  padding-left: 0;
  padding-right: 40px;
}

.section-content.inner-padding-right._w-100 {
  width: 100%;
}

.heading-under-line {
  background-color: var(--secondary);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.para-3 {
  color: #797878;
  font-size: 1em;
  line-height: 1.75;
}

.para-3.white {
  color: var(--black);
  font-size: 15px;
}

.list-item {
  color: #787879;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.list-item.white {
  color: #e4e4e4;
}

.bullet-headings {
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.primary-btn {
  color: #fff;
  background-color: #f8b400;
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #080f34;
  background-color: #f9f9f9;
}

.section-heading._10b {
  margin-top: 0;
  margin-bottom: 10px;
}

.section-heading._10b.white {
  color: var(--secondary);
  font-size: 38px;
}

.section-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.service-banner-13 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ASir-Conditioing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.service-banner-te {
  border-bottom: 3px solid var(--secondary);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 7px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.service-banner-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MOT-Repair-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.service-banner-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Full-Car-Servicing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.service-banner-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Brake-Replacement.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.service-banner-area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Areas.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--secondary);
  color: var(--secondary);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--secondary);
  color: var(--white);
}

.chard {
  filter: grayscale(70%);
}

.service-banner-gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gallery-Banner.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.g-thumb {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.to-follow {
  color: var(--black);
  font-size: 17px;
}

.map-section {
  margin-bottom: -10px;
}

.site-link {
  color: var(--black);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--secondary);
}

.h1-small {
  font-weight: 300;
}

._3-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

._3-box-div {
  border: 1px solid var(--light-grey);
  padding: 20px;
}

.box-heading {
  color: var(--primary);
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.box-heading.top-line {
  border-top: 1px solid var(--light-grey);
  padding-top: 20px;
}

.bullet-heading-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.code-embed {
  width: 48%;
}

.h3-white {
  color: var(--white);
  font-size: 20px;
  line-height: 24px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

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

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: var(--black);
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

  .header-social-icon {
    background-color: var(--white);
    color: var(--black);
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon:hover {
    color: var(--white);
  }

  .header-social-icon.margin-right-none {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--secondary);
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    width: 70%;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-text {
    font-size: 1.5em;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .default-btn {
    margin-right: auto;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .bullet-icon {
    margin-left: 0;
  }

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
  }

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .inner-text-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full {
    width: 100%;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
    padding-left: 0;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .footer-copy {
    margin-top: 20px;
  }

  .scroll-up {
    z-index: 1;
  }

  ._2x3 {
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

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

  .text-block-3 {
    color: var(--white);
  }

  .block-quote {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .h1 {
    font-size: 32px;
  }

  .h2, .p-dark {
    text-align: left;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle:hover {
    color: var(--white);
  }

  .section-2-img-full-2 {
    width: 100%;
  }

  .section-2-text-content-2 {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .default-btn-2.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn-2.margin-top-20.light-btn {
    width: auto;
    margin-left: 0;
  }

  .reviews, .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: #101b22;
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3.container-fluid {
    width: 90%;
  }

  .heading-2-img-section-3 {
    width: 100%;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-info-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .form {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-image {
    min-height: 450px;
  }

  .container-4 {
    width: 90%;
  }

  .font-icon.edit {
    flex: none;
  }

  .default-bullet-list.margin-b-t-20._4col, .default-bullet-list.margin-b-t-20.area, .default-bullet-list.margin-b-t-20._3col {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .section-content.inner-padding-right {
    width: 100%;
  }

  .section-content.inner-padding-right._w-100 {
    padding-right: 0;
  }

  .section-wrapper.display-flex {
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-box-grid {
    grid-template-columns: 1fr;
  }

  .box-heading {
    margin-bottom: 5px;
  }

  .box-heading.top-line {
    text-align: left;
  }

  .div-block {
    flex-flow: column;
  }

  .code-embed {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-bar {
    position: static;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83%;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .hero-slider {
    min-height: 50vh;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .section-design-1-h1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .para.para-sm {
    width: 100%;
  }

  .inner-img {
    min-height: 250px;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .section-2-img-full {
    min-height: 250px;
  }

  .heading-3-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .contact-block-1.border-none {
    padding-left: 0;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-section, .services-section {
    padding-top: 40px;
  }

  ._2x3 {
    grid-template-columns: 1fr;
  }

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .test-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .h1 {
    font-size: 30px;
  }

  .p {
    margin-bottom: 20px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .section-2-img-full-2 {
    min-height: 250px;
  }

  .section-2-text-content-2 {
    padding: 40px 30px 20px;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding: 30px;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    padding-top: 20px;
  }

  .form {
    margin-top: 0;
  }

  .background-image {
    min-height: 350px;
  }

  .service-banner-text {
    text-align: center;
    width: 90%;
  }

  .section-heading-1-with-image {
    padding-bottom: 60px;
  }

  .section-heading-1-with-image.m-bottom-none {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .announcement-link {
    text-align: center;
    font-size: 15px;
  }

  .container.announcement-container {
    padding-top: 5px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 17px;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .nav-toggle {
    margin-left: auto;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    display: block;
  }

  .button.book-today {
    width: 37%;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-slider {
    min-height: 70vh;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .section-design-1-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text {
    margin-bottom: 10px;
    line-height: 1.7;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .right-section {
    margin-bottom: 20px;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet._20b {
    margin-bottom: 10px;
  }

  .h-2, .h-2.white {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 0;
  }

  .bullet-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-3-cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .footer-desc {
    text-align: center;
    width: 100%;
    line-height: 14px;
  }

  .footer-col {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block-1.border-none {
    padding-left: 0;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .contact-type-title {
    margin-bottom: 3px;
  }

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

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-media-div {
    padding-top: 0;
  }

  .services-section {
    padding-top: 30px;
  }

  .services-link-box {
    min-height: 250px;
  }

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .testemonials-text {
    line-height: 1;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .container-2.test-container {
    width: 90%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .h1 {
    font-size: 23px;
    line-height: 1.2;
  }

  .p {
    font-size: 14px;
    line-height: 23px;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .h2.topline {
    margin-top: 20px;
    padding-top: 20px;
  }

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
  }

  .h2-dark {
    font-size: 24px;
    line-height: 32px;
  }

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-2-text-content-2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 5% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    margin-right: 0;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .icon-block {
    margin-right: 10px;
  }

  .cta-link {
    font-size: 14px;
    line-height: 22px;
  }

  .left-section-para-container.padding-top-20 {
    padding-top: 0;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    padding-top: 30px;
  }

  .heading-2-img-section-3 {
    min-height: 300px;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-info-wrapper-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-bottom: 0;
  }

  .cta-text-contact {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
  }

  .form {
    width: 100%;
    margin-top: 0;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .title-container-3 {
    margin-bottom: 20px;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 0;
  }

  .background-image {
    min-height: 250px;
  }

  .service-banner-text {
    font-size: 28px;
    line-height: 34px;
  }

  .default-bullet-list.margin-b-t-20._4col, .default-bullet-list.margin-b-t-20.area, .default-bullet-list.margin-b-t-20._3col {
    grid-template-columns: 1fr;
  }

  .default-bullet-list.margin-b-t-20._3col._0b {
    margin-top: 10px;
  }

  .section-heading-1-with-image.m-bottom-none {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-content.inner-padding-right {
    padding-right: 0;
  }

  .heading-under-line {
    margin-top: 0;
  }

  .list-item.white {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .section-heading._10b {
    font-size: 24px;
    line-height: 32px;
  }

  .service-banner-te {
    font-size: 28px;
    line-height: 34px;
  }

  .service-banner-2 {
    min-height: 250px;
  }

  .service-banner-area, .service-banner-gallery {
    min-height: 225px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .g-thumb {
    height: 200px;
  }

  .box-heading {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .box-heading.top-line {
    padding-top: 10px;
  }
}

#w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-919bc6c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-919bc6c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-919bc6c9, #w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-919bc6c9, #w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-919bc6c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-919bc6c9, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-919bc6c9, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-919bc6c9 {
  place-self: auto;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080548-919bc6c9 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508054f-919bc6c9 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080553-919bc6c9 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080558-919bc6c9 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508055c-919bc6c9, #w-node-c5996952-2d55-b08f-c68c-f5fb05080565-919bc6c9 {
  align-self: center;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef965-4b5ef962 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e77-919bc6ca {
  align-self: center;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e7d-919bc6ca {
  align-self: end;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e81-919bc6ca {
  align-self: center;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e87-919bc6ca {
  align-self: end;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e8b-919bc6ca, #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e94-919bc6ca {
  align-self: center;
}

#w-node-eca029c9-c364-9bfe-21d3-e6ee981a9995-1c4308da, #w-node-b5a03b4b-16b1-10fb-6bb5-053cfb4b11fb-1c4308da, #w-node-fe56e495-ba16-8a42-7ec6-d6bd1e6d8e00-1c4308da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080548-792546c3 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508054f-792546c3 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080553-792546c3 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080558-792546c3 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508055c-792546c3, #w-node-c5996952-2d55-b08f-c68c-f5fb05080565-792546c3, #w-node-c5996952-2d55-b08f-c68c-f5fb05080548-45b6c61c {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508054f-45b6c61c {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080553-45b6c61c {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080558-45b6c61c {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508055c-45b6c61c, #w-node-c5996952-2d55-b08f-c68c-f5fb05080565-45b6c61c, #w-node-c5996952-2d55-b08f-c68c-f5fb05080548-20e23ae5 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508054f-20e23ae5 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080553-20e23ae5 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080558-20e23ae5 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508055c-20e23ae5, #w-node-c5996952-2d55-b08f-c68c-f5fb05080565-20e23ae5 {
  align-self: center;
}

#w-node-d29f6afa-60d6-e1f3-a895-30e2a077c813-44d49aa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080548-44d49aa9 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508054f-44d49aa9 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080553-44d49aa9 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080558-44d49aa9 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508055c-44d49aa9, #w-node-c5996952-2d55-b08f-c68c-f5fb05080565-44d49aa9, #w-node-c5996952-2d55-b08f-c68c-f5fb05080548-44d692b3 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508054f-44d692b3 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080553-44d692b3 {
  align-self: center;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb05080558-44d692b3 {
  align-self: end;
}

#w-node-c5996952-2d55-b08f-c68c-f5fb0508055c-44d692b3, #w-node-c5996952-2d55-b08f-c68c-f5fb05080565-44d692b3, #w-node-cdf4edba-50a7-f285-e212-ea89e24fe1a2-e7b36774 {
  align-self: center;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1a8-e7b36774 {
  align-self: end;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1ac-e7b36774 {
  align-self: center;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1b2-e7b36774 {
  align-self: end;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1b6-e7b36774, #w-node-cdf4edba-50a7-f285-e212-ea89e24fe1bf-e7b36774, #w-node-cdf4edba-50a7-f285-e212-ea89e24fe1a2-1e3ea133 {
  align-self: center;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1a8-1e3ea133 {
  align-self: end;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1ac-1e3ea133 {
  align-self: center;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1b2-1e3ea133 {
  align-self: end;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1b6-1e3ea133, #w-node-cdf4edba-50a7-f285-e212-ea89e24fe1bf-1e3ea133, #w-node-cdf4edba-50a7-f285-e212-ea89e24fe1a2-d00a2be8 {
  align-self: center;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1a8-d00a2be8 {
  align-self: end;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1ac-d00a2be8 {
  align-self: center;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1b2-d00a2be8 {
  align-self: end;
}

#w-node-cdf4edba-50a7-f285-e212-ea89e24fe1b6-d00a2be8, #w-node-cdf4edba-50a7-f285-e212-ea89e24fe1bf-d00a2be8, #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e77-3b0fbe5e {
  align-self: center;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e7d-3b0fbe5e {
  align-self: end;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e81-3b0fbe5e {
  align-self: center;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e87-3b0fbe5e {
  align-self: end;
}

#w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e8b-3b0fbe5e, #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e94-3b0fbe5e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-919bc6c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-919bc6c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-919bc6c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5996952-2d55-b08f-c68c-f5fb05080544-919bc6c9 {
    align-self: center;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080545-919bc6c9 {
    place-self: stretch stretch;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e73-919bc6ca {
    align-self: center;
  }

  #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e74-919bc6ca {
    place-self: stretch stretch;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080544-792546c3 {
    align-self: center;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080545-792546c3 {
    place-self: stretch stretch;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080544-45b6c61c {
    align-self: center;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080545-45b6c61c {
    place-self: stretch stretch;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080544-20e23ae5 {
    align-self: center;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080545-20e23ae5 {
    place-self: stretch stretch;
  }

  #w-node-d29f6afa-60d6-e1f3-a895-30e2a077c813-44d49aa9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080544-44d49aa9 {
    align-self: center;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080545-44d49aa9 {
    place-self: stretch stretch;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080544-44d692b3 {
    align-self: center;
  }

  #w-node-c5996952-2d55-b08f-c68c-f5fb05080545-44d692b3 {
    place-self: stretch stretch;
  }

  #w-node-cdf4edba-50a7-f285-e212-ea89e24fe19e-e7b36774 {
    align-self: center;
  }

  #w-node-cdf4edba-50a7-f285-e212-ea89e24fe19f-e7b36774 {
    place-self: stretch stretch;
  }

  #w-node-cdf4edba-50a7-f285-e212-ea89e24fe19e-1e3ea133 {
    align-self: center;
  }

  #w-node-cdf4edba-50a7-f285-e212-ea89e24fe19f-1e3ea133 {
    place-self: stretch stretch;
  }

  #w-node-cdf4edba-50a7-f285-e212-ea89e24fe19e-d00a2be8 {
    align-self: center;
  }

  #w-node-cdf4edba-50a7-f285-e212-ea89e24fe19f-d00a2be8 {
    place-self: stretch stretch;
  }

  #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e73-3b0fbe5e {
    align-self: center;
  }

  #w-node-cdb3f9b7-d626-f709-e752-b8b1a2ba2e74-3b0fbe5e {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}