:root {
  --pc-tuenup: #80c240;
  --white: white;
  --black: black;
  --light-gray: #b1b0b0;
  --dark-turquoise: #5ec6cf;
  --crimson: #da3431;
  --forest-green: #13903c;
  --white-smoke: #f1f0f0;
  --brown: #9a342a;
  --orange: #faa628;
  --black-2: #2c28138f;
  --indian-red: #c34848;
  --black-3: #0000008f;
  --dark-slate-grey: #264430;
  --green: #2f553c;
  --red: #f10919;
  --firebrick: #cf000e;
  --signarama: #ad1f30;
  --dark-red: #990214d4;
  --opacity-red: #8d0313de;
  --royal-blue: #025da8;
  --cornflower-blue: #73a5ce;
  --dark-slate-blue: #004b8a;
  --dark-slate-blue-trans: #004b8ae6;
  --avondale-blue: #0067be;
  --goldenrod: #ffbe33;
}

.section-hero {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-1195261708.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 26px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-hero.interior-pages {
  background-image: linear-gradient(#004d94de, #004d94de), url('../images/windshield2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 10px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.brand {
  flex-direction: column;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  border: 4px solid #0000;
  height: 80px;
  padding: 49px 19px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2px;
  text-decoration: none;
}

.nav-link:hover {
  color: #80c240;
  border-top-color: #80c240;
  border-bottom-style: none;
  border-bottom-color: #0000;
  font-size: 14px;
}

.nav-link.w--current {
  color: #80c240;
  border-top-color: #80c240;
}

.nav-bar {
  background-color: #fff;
  border-bottom: 5px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px #00000036;
}

.body-all-pages {
  text-align: center;
  padding-top: 80px;
  font-family: Lato, sans-serif;
}

.section-basic {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-basic.cta {
  background-color: #000;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/GettyImages-1196432085.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 101px;
  padding-bottom: 101px;
}

.section-basic.cta.interior-cta-bg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-basic.testimonials {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-basic.welcome-section {
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 15px;
}

.section-basic.contact-section {
  background-color: #f7f7f7;
  padding-bottom: 94px;
}

.section-basic.rates {
  background-color: #000;
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/comptuer-tuneup.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 54px;
}

.section-basic.rates.hide-rates {
  display: none;
}

.slide {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 94px;
}

.slider {
  background-color: #80c240;
  height: auto;
}

.footer {
  background-color: #000;
  padding: 44px 33px 41px;
}

.all-h1-headings {
  margin-bottom: 20px;
}

.all-h1-headings.hero {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 5px #00000073;
  width: 90%;
  margin: 0 auto 40px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 67px;
  font-weight: 700;
  line-height: 67px;
  display: block;
}

.button {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 24px;
}

.button.cta-button {
  float: none;
  text-transform: uppercase;
  background-color: #80c240db;
  border: 0 #fff;
  border-radius: 4px;
  padding: 25px 45px;
  font-size: 18px;
  line-height: 21px;
  transition: opacity .5s;
}

.button.cta-button:hover {
  background-color: #326600;
  border-color: #da3431;
}

.button.hero-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #80c240de;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 25px 49px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button.hero-button:hover {
  background-color: #000000cf;
}

.button.submit {
  text-transform: uppercase;
  background-color: #80c240;
  border-radius: 4px;
  width: 300px;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px 42px;
  font-size: 18px;
  display: block;
}

.button.submit:hover {
  background-color: #000;
}

.all-h5-headings {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.all-h5-headings.contact-h5 {
  color: #0067be;
  margin-bottom: 5px;
  font-size: 17px;
}

.all-h5-headings.footer-heading {
  color: #80c240;
  text-align: left;
}

.all-h3-headings {
  color: #000;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings.dine-with-us {
  color: #000;
  margin-top: 0;
}

.all-h3-headings.contact-h3 {
  margin-top: 0;
}

.all-h4-headings {
  color: #80c240;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.all-h4-headings.contact-heading {
  margin-bottom: 46px;
}

.all-h4-headings.parts {
  margin-bottom: 39px;
}

.all-h4-headings.parts.list-headers {
  text-align: left;
  margin-bottom: 20px;
}

.all-h4-headings.parts.list-headers.margin-top {
  margin-top: 39px;
  margin-bottom: 20px;
}

.all-h4-headings.mod {
  text-align: left;
  margin-top: 0;
  margin-bottom: 21px;
  font-weight: 800;
  line-height: 20px;
}

.all-paragraphs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.all-paragraphs.about-paragraph {
  margin-top: 60px;
  margin-bottom: 53px;
}

.all-paragraphs.about-paragraph.work {
  margin-top: 8px;
}

.all-paragraphs.about-paragraph.work.order {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.all-paragraphs.about-paragraph.work.order.interior {
  margin-bottom: 27px;
}

.all-paragraphs.about-paragraph.interior-p {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-text {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text.sub-cta {
  color: #80c240;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cta-text.sub-cta.blue {
  color: #80c240;
  margin-top: 20px;
  font-size: 43px;
}

.cta-text.rates-txt {
  color: #fff;
  font-size: 38px;
}

.cta-text.interior-cta {
  margin-bottom: 14px;
}

.team-row {
  margin-top: 41px;
  margin-bottom: 33px;
}

.testimonial-icon {
  margin-bottom: 31px;
}

.testimonial-quote {
  color: #000;
  width: 80%;
  max-width: 940px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 33px;
  display: block;
}

.contact-row {
  text-align: left;
  margin-top: 29px;
}

.contact-p-text {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 21px;
}

.copyright {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.social-media-link {
  float: left;
  background-image: url('../images/social-icons-blue.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  display: none;
}

.social-media-link:hover {
  background-color: #fff;
  background-position: 100% 0;
  border-radius: 50%;
}

.social-media-link.g {
  float: left;
  background-position: 0 100%;
  display: none;
}

.social-media-link.g:hover {
  background-position: 100% 100%;
}

.all-h2-headings.hero-h2 {
  color: #80c240;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000078;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.all-h2-headings.hero-h2.interior-hero {
  color: #fff;
}

.text-logo-lg {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 14px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  display: block;
}

.text-logo-lg.footer-mod {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

.text-logo-sm {
  float: left;
  color: #80c240;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  max-width: 380px;
  margin-bottom: 6px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.text-logo-sm.footer-mod2 {
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
}

.text-logo-sm.call {
  color: #000;
  font-size: 11px;
}

.container {
  transition: opacity .5s;
}

.slider-arrow {
  color: #fff;
}

.testimonial-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.map {
  height: 100%;
  margin-top: 48px;
  display: none;
}

.map.interior-map {
  margin-top: 22px;
}

.contact-column2 {
  padding-left: 25px;
}

._10-wrapper.interior-wrapper {
  margin-top: 12px;
  margin-bottom: 69px;
}

.image {
  margin-top: 6px;
}

.image.logo-image {
  margin-top: 9px;
  display: none;
}

.row {
  margin-top: 30px;
  margin-bottom: 26px;
  display: none;
}

.image-circle {
  background-image: url('../images/GettyImages-1206548008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-circle.variant-1 {
  background-image: url('../images/GettyImages-1195140864.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-circle.variant-2 {
  background-image: url('../images/GettyImages-1265921197.jpg');
}

.img-1 {
  background-image: url('../images/IMG_4592.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}

.img-1._2 {
  background-image: url('../images/IMG_3305.JPG');
}

.img-1._3 {
  background-image: url('../images/IMG_4600.JPG');
}

.img-1._4 {
  background-image: url('../images/IMG_4158.JPG');
}

.img-1._5 {
  background-image: url('../images/IMG_4605.JPG');
}

.img-1._6 {
  background-image: url('../images/IMG_3297.JPG');
}

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

.list-item {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.list-item.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-weight: 400;
}

.list-item.black {
  color: #000;
}

.slide-nav {
  margin-bottom: 35px;
}

.unordered-list {
  color: #80c240;
}

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

.bold-text {
  display: none;
}

.bold-span {
  color: #80c240;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.bold-span.interior-b {
  color: #ffbe33;
}

.image-4 {
  float: left;
  margin-bottom: 38px;
}

.column-2 {
  padding-right: 43px;
}

.row-interior {
  margin-top: 45px;
  margin-bottom: 49px;
}

.text-block {
  color: #333;
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}

.unordered-list-2 {
  color: #0067be;
  padding-left: 15px;
}

.footer-p-text {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

.footer-left-column {
  margin-bottom: 17px;
}

.row-3 {
  border-bottom: 1px solid #b1b0b03b;
  margin-bottom: 20px;
}

.text-span {
  text-transform: none;
}

.form-home {
  margin-top: 43px;
  margin-bottom: 0;
}

.column-3 {
  margin-bottom: 24px;
}

.field-label {
  color: #999;
  text-align: left;
}

.services-text {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.link-2 {
  color: var(--pc-tuenup);
  text-decoration: none;
}

.textarea {
  min-height: 150px;
}

.sureway-header {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section-hero {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-1195261708.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .brand {
    width: 28%;
    height: 87px;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-basic {
    padding-top: 42px;
  }

  .section-basic.cta {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-1196432085.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 36px;
    padding-bottom: 51px;
  }

  .section-basic.welcome-section {
    padding-bottom: 43px;
  }

  .all-h1-headings.hero {
    line-height: 66px;
  }

  .all-h3-headings {
    margin-bottom: 7px;
    line-height: 39px;
  }

  .cta-text {
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-quote {
    font-size: 19px;
  }

  .all-h2-headings.hero-h2 {
    font-size: 22px;
  }

  .text-logo-lg {
    letter-spacing: 0;
    margin-top: 33px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }

  .text-logo-lg.footer-mod {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
  }

  .text-logo-sm {
    letter-spacing: 4px;
    margin-left: 0;
    font-size: 16px;
    line-height: 17px;
  }

  ._10-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    float: left;
    max-width: 91%;
    margin-top: 10px;
    overflow: hidden;
  }

  .image.logo-image {
    margin-top: 15px;
  }

  .image-circle {
    width: 220px;
    height: 220px;
  }

  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }

  .row-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/comptuer-tuneup.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 12px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .brand {
    width: 45%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
    border-top-style: none;
    border-top-width: 0;
    height: 70px;
    padding: 32px 16px;
    font-size: 15px;
    line-height: 8px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #80c240;
    font-size: 15px;
  }

  .nav-link.w--current {
    line-height: 6px;
  }

  .nav-link.w--current:hover {
    background-color: #80c240;
  }

  .nav-bar {
    padding: 0;
  }

  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-basic.cta {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/computer-repair4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, 1000px;
    background-attachment: scroll, scroll;
  }

  .section-basic.cta.interior-cta-bg {
    padding-top: 42px;
    padding-bottom: 49px;
  }

  .section-basic.welcome-section {
    padding-bottom: 24px;
  }

  .section-basic.rates {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/windshield2.jpg');
    background-size: auto, cover;
  }

  .slide {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .all-h1-headings.hero {
    font-size: 40px;
    line-height: 44px;
  }

  .all-h3-headings {
    margin-bottom: 9px;
    font-size: 33px;
    line-height: 34px;
  }

  .all-h4-headings {
    margin-bottom: 34px;
    line-height: 24px;
  }

  .all-h4-headings.parts {
    line-height: 25px;
  }

  .all-paragraphs {
    text-align: center;
    margin-bottom: 12px;
  }

  .all-paragraphs.about-paragraph {
    margin-top: 37px;
    margin-bottom: 42px;
  }

  .all-paragraphs.about-paragraph.interior-p {
    padding-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    line-height: 23px;
  }

  .cta-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 41px;
    display: block;
  }

  .cta-text.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }

  .cta-text.rates-txt {
    padding-bottom: 6px;
    font-size: 31px;
  }

  .team-row {
    margin-top: 36px;
  }

  .testimonial-icon {
    width: 15%;
  }

  .testimonial-quote {
    margin-bottom: 36px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 19px;
    line-height: 30px;
  }

  .copyright {
    padding-bottom: 16px;
  }

  .social-media-link, .social-media-link.g {
    float: left;
  }

  .all-h2-headings.hero-h2 {
    margin-bottom: 11px;
    padding-left: 8px;
    font-size: 19px;
    line-height: 25px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 0;
  }

  .text-logo-lg {
    margin-top: 23px;
    padding-bottom: 2px;
    font-size: 23px;
  }

  .text-logo-sm {
    margin-left: 0;
    font-size: 18px;
  }

  .testimonial-author {
    margin-bottom: 43px;
    font-size: 14px;
  }

  .contact-column2 {
    padding-left: 10px;
  }

  ._10-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    color: #80c240;
    font-size: 42px;
  }

  .menu-button-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image {
    height: 100%;
    margin-top: 4px;
  }

  .image.logo-image {
    width: 180px;
    height: 100%;
    margin-top: 10px;
  }

  .image-circle {
    width: 160px;
    height: 160px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .unordered-list {
    margin-bottom: 0;
  }

  .bold-span.interior-b {
    font-size: 19px;
    line-height: 20px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .row-interior {
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .column-contact {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-1195261708.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 32px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-hero.interior-pages {
    padding-bottom: 28px;
  }

  .brand {
    width: 75%;
    height: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .nav-link {
    color: #fff;
    border-style: none;
    border-width: 0;
    height: 44px;
    padding-top: 20px;
    padding-bottom: 27px;
    font-size: 14px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #80c240;
    border-style: none;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: #fff;
    border-style: none;
    line-height: 8px;
  }

  .body-all-pages {
    padding-top: 59px;
  }

  .section-basic.cta {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/GettyImages-1196432085.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1000px;
    background-attachment: scroll, scroll;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section-basic.welcome-section {
    padding-top: 8px;
    padding-bottom: 34px;
  }

  .section-basic.contact-section {
    background-color: #f0f0f0;
  }

  .slide {
    padding-bottom: 84px;
  }

  .all-h1-headings.hero {
    width: 85%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .button.cta-button {
    width: 90%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 23px;
    font-size: 16px;
    display: block;
  }

  .button.hero-button {
    margin-left: 20px;
    margin-right: 20px;
    padding: 19px 26px;
    font-size: 16px;
    display: inline-block;
  }

  .button.submit {
    width: 100%;
  }

  .all-h3-headings {
    font-size: 30px;
    line-height: 30px;
  }

  .all-h4-headings {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
  }

  .all-paragraphs {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .all-paragraphs.about-paragraph.interior-p {
    font-size: 14px;
    line-height: 19px;
  }

  .cta-text {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .cta-text.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .cta-text.sub-cta.blue {
    font-size: 20px;
    line-height: 24px;
  }

  .cta-text.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonial-quote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 23px;
  }

  .all-h2-headings.hero-h2 {
    width: 90%;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 10px;
  }

  .text-logo-lg {
    margin-top: 23px;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .text-logo-sm {
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .testimonial-author {
    margin-bottom: 3px;
  }

  .map {
    width: 100%;
    margin-top: 36px;
    display: none;
  }

  ._10-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._10-wrapper.interior-wrapper {
    margin-bottom: 0;
  }

  .menu-button {
    background-color: #0000;
    margin-top: 0;
    padding: 23px 8px;
    font-size: 32px;
  }

  .menu-button-2 {
    padding: 7px 5px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding: 7px 5px;
  }

  .mobile-slider {
    height: 200px;
    margin-bottom: 28px;
    display: block;
  }

  .slide-4 {
    background-image: url('../images/GettyImages-1195140864.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/GettyImages-1206548008.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-arrow {
    display: none;
  }

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

  .slide-6 {
    background-image: url('../images/GettyImages-1265921197.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image {
    float: left;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image.logo-image {
    margin-top: 9px;
  }

  .img-1 {
    height: 120px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-arrow {
    display: block;
  }

  .bold-span {
    font-size: 17px;
    line-height: 21px;
  }

  .bold-span.interior-b {
    font-size: 16px;
    line-height: 19px;
  }

  .image-4 {
    margin-top: 12px;
    margin-bottom: 19px;
  }

  .link-2 {
    color: var(--pc-tuenup);
    text-decoration: none;
  }

  .column-4 {
    margin-bottom: 20px;
  }
}


