/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #025cbc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #025cbc;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", Arial, Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.u-red-color {
  color: #d60000 !important;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
body.home-page {
  overflow-x: hidden;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.sticky-header .is-mobile {
  display: none;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0167d5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 1.75rem;
}
p + h3,
ul + h3,
ol + h3,
.border-block + h3,
.bg-yellow.py-4 + h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.6;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.js-slick-slider.gutter-15 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.container,
.scrollable-table-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.home-hero--square {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.services-page-new .new-home-cta-wrapper {
  float: left;
  position: relative;
  width: 650px;
  margin-right: 30px;
  height: 100%;
  background: #fff !important;
}
.new-home-cta:before {
  background: #fff !important;
  opacity: 1 !important;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.js-sticky-menu-header {
  display: none;
  background-color: #f2f2f2;
  color: #d60000 !important;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}
.js-sticky-menu-header .nav-item__text {
  color: #d60000 !important;
}
.js-sticky-menu-header.is-sticky {
  display: block;
  position: fixed;
  left: 0;
  top: 76px;
  width: 100%;
  z-index: 99999999;
}
.js-sticky-menu-header.is-sticky .arrow-down {
  top: 11px !important;
  right: 10px;
}
.js-sticky-menu-header.is-sticky .arrow-down:before {
  -webkit-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}
.dropdown-menu.show .dropdown-item.show-area-content.dropdown-menu__header {
  padding: 0 !important;
  position: relative;
}
.dropdown-menu.show .dropdown-item.show-area-content.dropdown-menu__header a.js-show-area-content {
  padding: 0.5rem 1.5rem 0.5rem 59px !important;
  display: block;
  height: 45.8px;
  cursor: auto;
}
.dropdown-menu.show .dropdown-item.show-area-content.dropdown-menu__header a:not(.js-show-area-content) {
  position: absolute;
  left: 39px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  cursor: pointer;
}
.nav-item.dropdown:not(.show) .js-sticky-menu-header.is-sticky {
  display: none !important;
}
.total-car-care .list-counter-circle ul > li:before {
  margin-left: -22px !important;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #025cbc;
  border-color: #025cbc;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #025cbc;
  border-color: #025cbc;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #025cbc;
  background-color: transparent;
  background-image: none;
  border-color: #025cbc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #025cbc;
  border-color: #025cbc;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #025cbc;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #025cbc;
  border-color: #025cbc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #025cbc;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #025cbc;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #025cbc;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  z-index: 999;
  position: relative;
  overflow-x: hidden;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.services-page .text-center.mb-4 img,
.services-page .text-center.mb-4 picture {
  max-width: 100%;
}
.table {
  display: table;
}
.table-tr {
  display: table-row;
}
.table-th {
  padding: 0 5px 10px 5px;
  display: table-cell;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-th:first-child {
  padding-left: 0;
}
.table-th:last-child {
  padding-right: 0;
}
.contest-card-img {
  max-width: 100%;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1), 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.table-td {
  display: table-cell;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
  width: 33.33333%;
}
.table-td:first-child {
  padding-left: 0;
}
.table-td:last-child {
  padding-right: 0;
}
.prev-winners {
  padding-top: 40px;
}
.home-hero-badges img {
  max-width: none !important;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #025cbc !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #1f2d45 !important;
}
.bg-blue {
  background-color: #2f4468 !important;
  color: #fff !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #025cbc !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.free-cash-block img {
  width: calc(100% + 4.5px);
  margin-left: -2px !important;
  margin-top: -2px !important;
  max-width: 110%;
  height: auto;
  object-fit: contain;
}
.free-cash-block__and {
  width: 60px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #025cbc !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
body {
  color: #2d353e;
  background: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
h4,
.h4 {
  font-size: 18px;
}
.mt-9px {
  margin-top: 9px;
}
.money-seal-wr {
  position: relative;
  height: 100%;
}
.money-seal-wr--hero {
  height: auto;
}
.money-seal-wr .money-seal-img-wr {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.money-seal-wr .money-seal-img-wr img {
  height: 233px !important;
}
.money-seal-wr .money-seal-img-wr--home-wrt img {
  width: 300px !important;
  height: 246px !important;
  object-fit: cover;
}
.money-seal-wr .money-seal-img-wr--warranty img {
  width: 220px !important;
  height: 220px !important;
  object-fit: contain;
}
.money-seal-wr .money-seal-img-wr--warranty-home img {
  margin: 0 auto;
}
.home-hero .money-seal-wr .money-seal-img-wr {
  transform: translate(-50%, -50%) !important;
}
.footer-contacts {
  display: flex;
  justify-content: right;
  align-items: flex-start;
}
.footer-contacts__map {
  padding-left: 18px;
  padding-top: 5px;
}
.money-seal-text {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.5px;
}
.money-seal-text__1 {
  font-size: 27px;
}
.money-seal-text__2 {
  font-size: 70px;
}
.money-seal-text__3 {
  font-size: 44px;
}
.body-quickquote .footer.footer-bottom {
  padding-top: 1rem;
}
.body-quickquote .navbar__container {
  align-items: flex-start !important;
}
body {
  padding-top: 57px;
}
main,
.btn,
.footer-form {
  font-size: 1.125rem;
}
.header {
  background-color: #fff;
}
.header-top {
  background-color: #000;
  color: #fff;
  padding: 0.3125rem 0;
}
.header-top ul {
  margin-bottom: 0;
}
.header-top ul > li {
  color: #424a52;
  font-size: 1.125rem;
}
.header-top ul > li:last-child {
  padding-right: 0;
}
.header-top ul > li > a {
  color: #fff;
  margin-right: 1.125rem;
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  text-decoration: none;
}
.header-top .fa {
  padding-right: 7px;
}
.header-top .text-phone {
  color: #f7bf33;
  font-size: 1.125rem;
  margin-right: 0 !important;
}
.navbar {
  background-color: transparent;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 10px 0 12px 0px;
}
.internal-page #js-hero-img-desktop {
  padding-top: 10px;
}
.services-page .new-home-cta__h1 {
  text-align: left !important;
  width: 100%;
  padding-top: 0 !important;
}
.services-page .home-hero {
  height: auto !important;
}
.services-page .new-home-cta-wrapper .quote-link-cta-desktop {
  height: auto !important;
}
.services-page .new-home-cta,
.services-page .home-hero__bottom {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
}
.services-page .home-hero__bottom {
  padding-top: 0 !important;
  height: auto !important;
}
.services-page .new-home-cta__h1-row--second {
  max-width: 100%;
}
.services-page .home-hero .new-home-cta {
  padding-top: 0 !important;
}
.services-page .home-hero {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 38px;
  margin-bottom: 15px;
  justify-content: center;
}
.services-page #js-hero-img-desktop {
  width: 100% !important;
  margin-top: 10px;
  height: calc(100% - 14px) !important;
}
.services-page .home-hero-cta {
  height: auto !important;
}
.services-page .new-home-cta-wrapper {
  float: none !important;
}
.table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.table--660 {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}
.table--660 + p.disclaimer {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}
.table__td {
  display: table-cell;
  padding: 5px 10px;
  border-top: none;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: none;
  font-size: 16px;
}
.table__td--empty {
  display: none;
}
.table__td:nth-child(10n+1),
.table__td:first-child {
  border-left: 1px solid #dee2e6;
}
.table__tr {
  display: table-row;
}
.table__tr .table__td:nth-child(-n+10) {
  border-top: 1px solid #dee2e6;
}
.table__th {
  background: #2f4468;
  color: #fff;
}
.table__th .table__td {
  border: none;
}
.table__th .table__td:nth-child(10n+1),
.table__th .table__td:first-child {
  border-left: none;
}
.table .table__tr:not(.table__th) .table__td {
  background: #f5f5f5;
  border: none;
}
.table .table__tr:not(.table__th):nth-child(2n) .table__td {
  background: #ededed;
}
.hero-small-btn {
  color: #d60000 !important;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 36px;
}
.hero-small-btn:hover {
  text-decoration: none;
}
.hero-small-btn__icon {
  background: #d60000;
  position: relative;
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.hero-small-btn__img {
  background: url(../images/phone-mobile.svg) center center no-repeat;
  background-size: cover;
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar-brand {
  height: auto;
  align-items: center;
  display: grid;
}
.btn-phone {
  width: 64px;
  height: 64px;
  margin-right: 15px;
  background-color: #d60000;
}
.btn-phone__ico {
  margin: 0 auto;
  width: 31px;
  height: 31px;
  background: url(../../assets/images/phone-mobile.svg) left top no-repeat;
}
.home-hero__img-wr--mobile {
  position: relative;
}
.best-warranty-block__content {
  max-width: 526px;
  float: right;
}
.best-warranty-block__content--home {
  font-size: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.best-warranty-block__content--home li {
  padding-left: 0 !important;
}
.best-warranty-block ul {
  margin-bottom: 2px !important;
}
.best-warranty-block.cracked-illegal ul {
  margin-bottom: -1px !important;
}
.best-warranty-block.cracked-illegal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.best-warranty-block.cracked-illegal .col-md-6 {
  box-sizing: border-box;
}
.best-warranty-block.cracked-illegal .col-md-6:first-child {
  padding-right: 0;
}
.best-warranty-block.cracked-illegal .col-md-6:last-child {
  padding-left: 30px;
}
.best-warranty-block--3cols {
  text-align: center;
}
.best-warranty-block--3cols h3 {
  margin-bottom: 15px;
}
.best-warranty-block--3cols .g-heading-v2.text-left:after {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.best-warranty-block__img-wr {
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .best-warranty-block__col {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .best-warranty-block .ct-angle-primary {
    display: none;
  }
}
.city-page .iframe-responsive {
  margin-bottom: -8px;
}
.city-page .breadcrumb-wrapper .container {
  max-width: 1130px;
  width: 100%;
}
.navbar .navbar-toggler {
  padding: 0 1rem;
  border-radius: 0;
  outline: 0;
  min-height: 52px;
  margin-top: 11px !important;
}
.bbb-header-mobile {
  display: none;
}
a[href^="tel:"]:not(.btn):not(.nav-phone):not(.g-mb-12):not(.sticky-f-mobile__right) {
  color: #d60000;
}
.large-text,
h3 {
  font-size: 25px !important;
  margin-bottom: 1.2rem !important;
  font-weight: 400;
}
h3 + .text-center.mb-4.mt-md-1,
.large-text + .text-center.mb-4.mt-md-1 {
  margin-top: 1.7rem !important;
}
.ct-heading h3 {
  margin-bottom: 0 !important;
  padding: 0 8px !important;
}
.border h3,
h3.g-mb-30 {
  font-size: 20px !important;
  font-weight: 700;
}
.border h3 {
  margin-bottom: 24px !important;
}
.desktop-blue-hero-seal {
  margin: 0 auto;
  width: 233px;
  height: 233px;
  background: url('../images/green-seal.svg');
  background-size: cover;
}
.body-quickquote a[href^="tel:"]:not(.btn):not(.nav-phone):not(.g-mb-12):not(.sticky-f-mobile__right) {
  color: #d60000;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%232d353e' d='M4.236,25.383c0,0.633,0.247,1.228,0.694,1.676c0.895,0.896,2.456,0.896,3.353,0L16,19.34l7.719,7.719 c0.446,0.447,1.042,0.694,1.676,0.694c0.633,0,1.228-0.247,1.675-0.694c0.448-0.446,0.695-1.043,0.694-1.676 c0-0.634-0.247-1.229-0.694-1.675l-7.719-7.719l7.719-7.717c0.448-0.448,0.695-1.043,0.694-1.677c0-0.633-0.247-1.228-0.694-1.675 c-0.894-0.896-2.456-0.894-3.351,0L16,12.638L8.282,4.919c-0.896-0.896-2.458-0.896-3.352,0c-0.924,0.923-0.924,2.427,0,3.352 l7.718,7.718l-7.717,7.719C4.483,24.156,4.236,24.749,4.236,25.383z'/%3E%3C/svg%3E");
  width: 23px;
  height: 23px;
  background-size: cover;
  margin-top: 22px;
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  width: 20px;
  height: 17px;
  background: url('../images/menu-hamburger.svg') left top no-repeat;
}
.navbar-nav .nav-link {
  color: #2d353e;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item:hover > .fa,
.navbar-nav .show > .fa,
.navbar-nav .active > .fa {
  color: #d60000;
}
.navbar-nav .show > .nav-link .arrow-down {
  top: 11px !important;
}
.nav-item .fa {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-item__line {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 1px;
  margin: 10px 0 5px;
}
.navbar-nav .active > .nav-link .fa,
.navbar-nav .nav-link.active .fa,
.navbar-nav .nav-link.show .fa,
.navbar-nav .show > .nav-link .fa,
.navbar-nav .active > .fa,
.navbar-nav .nav-link.active + .fa,
.navbar-nav .nav-link.show + .fa,
.navbar-nav .show > .fa {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.hr-list {
  padding-top: 24px;
  border-top: 1px solid #e3e5e8;
  margin-top: 23px;
}
.hr-list__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e5e8;
  margin-bottom: 26px;
}
.hr-list__item:last-child {
  margin-bottom: 0;
}
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  background-color: #f2f2f2;
  color: #d60000 !important;
}
.navbar-nav .active > .nav-link .arrow-down:before,
.navbar-nav .nav-link.active .arrow-down:before,
.navbar-nav .nav-link.show .arrow-down:before,
.navbar-nav .show > .nav-link .arrow-down:before,
.navbar-nav .nav-link:focus .arrow-down:before,
.navbar-nav .nav-link:hover .arrow-down:before {
  border-color: #d60000 !important;
}
.navbar-nav .show > .nav-link {
  background-color: #f2f2f2;
  color: #d60000 !important;
}
.header .navbar {
  background: #fff;
}
.header .navbar .navbar-collapse {
  background: #fff;
}
.navbar-nav .dropdown-toggle::after {
  content: none;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  margin-top: 0;
}
.dropdown-menu {
  background-color: #f2f2f2;
  opacity: 1;
  color: #2d353e !important;
  padding: 0;
}
.money-seal-img-wr--mobile {
  display: none;
}
.dropdown-item {
  color: #212529;
}
.dropdown-item:hover {
  color: #000;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d60000;
  background-color: transparent;
}
.dropdown-menu h4 {
  font-size: 1rem;
  padding: 0.25rem 1.5rem;
}
.nav-item {
  max-width: 100%;
}
.nav-item__icon {
  margin-right: 20px !important;
}
.navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #2d353e !important;
  font-size: 15px !important;
  line-height: 1.4;
}
.ham-txt {
  display: none;
  font-size: 15px;
}
.nav-link {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.dropdown-menu {
  font-size: 18px !important;
}
.dropdown-menu .list-unstyled {
  padding-bottom: 5px;
}
.dropdown-menu.show .dropdown-item {
  padding-left: 62px !important;
}
.navbar-nav .nav-item .arrow-down:before {
  top: 1.05rem !important;
}
.nav-item.dropdown.show > .arrow-down:before {
  top: 1.55rem !important;
}
.dropdown-item {
  padding: 0.5rem 1.5rem;
}
.btn-outline {
  color: #d60000;
  border: 0.125rem solid #d60000;
  border-radius: 0.625rem;
  font-size: 1.25rem;
}
.btn-outline:hover,
.btn-outline:focus {
  color: #fff;
  background-color: #22282f;
  border-color: #22282f;
}
main {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}
.bg-light-gray {
  background: #fff;
}
.breadcrumb {
  display: block;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  padding: 5px 0 8px 0;
  font-size: 0.875rem;
}
.breadcrumb > li > a {
  color: #2b6bc9;
}
.breadcrumb > .active {
  color: #2d353e;
}
.bg-yellow {
  background-color: #FFFBE3;
}
.bg-yellow.text-white a {
  color: #fff;
}
.bg-yellow.text-white a:hover {
  color: #025cbc;
}
.bg-dark-blue {
  background-color: #1f2d45;
}
.bg-black {
  background-color: #000;
}
.bg-light-green {
  background-color: #00b06a;
}
.bg-red {
  background-color: #d60000;
}
.bg-gray {
  background-color: #f2f3f5 !important;
}
.bg-dark-o {
  background-color: #a9b4c1 !important;
}
.bg-dark-alt {
  background-color: #1f2d45 !important;
}
.collapse-heading {
  position: relative;
}
.collapse-desktop {
  font-size: 1.125rem;
}
.g-fa-30 {
  font-size: 1.875rem;
}
.g-heading-v2:after {
  content: "";
  border-top-style: solid;
  border-color: inherit;
  width: 120px;
  border-top-width: 5px;
  display: block;
  margin-top: 23px;
  margin-bottom: 1.4375rem;
}
.text-center .g-heading-v2:after,
.text-center.g-heading-v2:after {
  margin-left: auto;
  margin-right: auto;
}
.g-border-primary {
  border-color: #d60000;
}
.g-font-weight-600 {
  font-weight: 600;
}
.g-font-weight-700 {
  font-weight: 700;
}
.content-border {
  border: 1px solid #dfdfdf;
}
.content-border-top-0 {
  border-top: 0;
}
.service-excerpt-control {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.g-color-yellow {
  color: #f7bf33;
}
.g-color-primary {
  color: #d60000;
}
a.g-color-primary:hover,
a.g-color-primary:focus,
a.g-color-primary:active {
  color: #d60000;
}
.g-color-gray {
  color: #dadada;
}
.g-color-gray-alt {
  color: #b7b7b7;
}
.g-color-green {
  color: #2bb673;
}
.g-icon-v2 {
  width: 21px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
}
.g-icon-v2.icon-light-on {
  background: url(../images/bulb-tips.svg) left top no-repeat;
}
.g-icon-v2.icon-light-on--dark {
  background: url(../images/bulb-tips-dark.svg) left top no-repeat;
}
.list-counter-circle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-counter-circle:first-of-type {
  counter-reset: step-counter;
}
.list-counter-circle > li {
  padding-left: 3rem;
  padding-top: 0.125rem;
  margin-bottom: 1.25rem;
}
.list-counter-circle > li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  font-size: 0.875rem;
  background-color: #fff;
  color: #00b06a;
  width: 1.8125rem;
  height: 1.8125rem;
  line-height: 1.8125rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  margin-left: -3rem;
  margin-top: 0;
}
.list-counter-circle.regular-ol > li {
  padding-left: 25px;
}
.list-counter-circle.regular-ol > li:before {
  content: counter(step-counter) '.';
  counter-increment: step-counter;
  font-size: inherit;
  background-color: inherit;
  color: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  border-radius: 0;
  position: absolute;
  margin-left: -25px;
  margin-top: 0;
}
.bg-circle-black > li:before {
  background-color: #000;
  color: #fff;
}
.bg-circle-blue > li:before {
  background-color: #fff;
  color: #025cbc;
  border: 2px solid #025cbc;
  line-height: 24px;
  font-weight: 600;
}
.bg-circle-blue--6 {
  list-style-type: none;
  counter-reset: lis;
  /* Resets counter to zero unless overridden */
}
.bg-circle-blue--6 li {
  counter-increment: lis;
}
.bg-circle-blue--6 li:before {
  content: counter(lis);
}
.contest-btn {
  max-width: 411px;
  width: 100%;
  -webkit-appearance: none;
  opacity: 1;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid #d60000;
  border-radius: 0 !important;
  background: #d60000 !important;
  background-color: #d60000 !important;
  color: #fff;
  display: block !important;
  padding: 16px 0 !important;
  box-sizing: border-box;
  text-align: center;
  min-height: 65px;
  margin: 0 auto;
  position: relative;
}
.contest-btn:after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 7px;
  right: 1%;
  width: 15px;
  height: 15px;
  margin: 0 19px 17px 0;
  background: #d60000 !important;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible !important;
}
.contest-btn:hover,
.contest-btn:focus,
.contest-btn:active {
  color: #fff;
  text-decoration: none;
  background: #bf1c23 !important;
}
.contest-btn:hover:after,
.contest-btn:focus:after,
.contest-btn:active:after {
  background: #bf1c23 !important;
}
.hr-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.bg-circle-red > li:before {
  background-color: #d60000;
  color: #fff;
  margin-top: 0;
}
.bg-circle-red > li > ul {
  list-style: none;
  padding-left: 0;
}
.bg-circle-red > li > ul > li {
  padding-left: 24px;
}
.bg-circle-red > li > ul > li:before {
  content: "";
  position: absolute;
  background-color: #2d353e;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin-top: 12px;
  margin-left: -1.3125rem;
}
.g-font-size-20 .list-counter-circle > li:before,
.g-font-size-20.list-counter-circle > li:before,
.list-counter-circle > li.g-font-size-20:before {
  margin-top: 0.125rem;
}
.g-input-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem 0.9375rem;
  pointer-events: none;
}
.form-control-lg.form-control-with-icon-left {
  font-size: 1rem;
}
.form-control-with-icon-left {
  padding-left: 2.8125rem;
}
.form-control-lg + .g-input-icon {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.form-control-with-icon-left:focus + .g-input-icon {
  color: #f39c12;
}
.g-btn {
  border-radius: 0;
}
.g-btn-primary {
  background-color: #d60000;
  color: #fff;
}
.g-btn-primary:hover,
.g-btn-primary:focus,
.g-btn-primary:active {
  background-color: #bf1c23;
  border-color: #bf1c23;
  color: #fff;
}
.g-btn-dark {
  background-color: #000;
  color: #fff;
}
.g-btn-dark:hover,
.g-btn-dark:focus,
.g-btn-dark:active {
  background-color: #22282f;
  color: #fff;
}
.g-btn-px-22 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-overlay {
  background-color: #385172;
  position: relative;
}
.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-not-stretch.overlay-img {
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: calc(100% - 115px);
}
.bg-overlay-dark:after,
.bg-overlay-sm:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.bg-overlay-sm:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-overlay-inner {
  position: relative;
  z-index: 3;
}
.city-tip {
  margin-bottom: 56px !important;
}
.icon-box {
  background-color: #1f2d45;
  color: #fff;
  text-align: center;
  padding: 1.375rem;
  display: block;
  height: 100%;
}
.icon-box:hover {
  background-color: #172233;
  color: #fff;
  text-decoration: none;
}
.icon-box-v2 {
  background-color: #00b06a;
}
.icon-box-v2:hover {
  background-color: #00ca79;
}
.icon-box-label {
  display: block;
}
.media-break .media-body {
  min-width: 0;
}
.media-break .media-body a {
  word-wrap: break-word;
}
.geo-hero {
  position: relative;
}
.here-is-why-we-replaced__txt {
  padding-left: 23px;
  padding-bottom: 7px;
}
.here-is-why-we-replaced ul {
  margin-bottom: 0 !important;
}
.here-is-why-we-replaced ul h4 {
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 28.8px;
}
.here-is-why-we-replaced ul ul:not(.list-bullet-black--regular) li:not(.nav-item ) {
  padding-top: 27px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.here-is-why-we-replaced ul ul:not(.list-bullet-black--regular) li:not(.nav-item ):first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.here-is-why-we-replaced ul li h4 {
  padding-left: 0;
  position: relative;
}
.here-is-why-we-replaced ul li h4 .kpo-box__number {
  position: absolute;
  top: -3px;
  left: 0;
}
.here-is-why-we-replaced ul li:last-child {
  margin-bottom: 0 !important;
}
.hr-list-ul__txt {
  padding-bottom: 7px;
}
.hr-list-ul ul {
  margin-bottom: 0 !important;
}
.hr-list-ul ul h4 {
  font-size: 18px;
  line-height: 28.8px;
}
.hr-list-ul ul li:not(.nav-item ) {
  padding-top: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hr-list-ul ul li:not(.nav-item ):first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.hr-list-ul ul li h4 {
  padding-left: 0;
  position: relative;
}
.hr-list-ul ul li:last-child {
  margin-bottom: 0 !important;
}
.bg-divider:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 11px;
  background-image: url(../images/bg-shadow-small.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
.g-table caption {
  caption-side: top;
  background-color: #d60000;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}
.g-table th {
  font-weight: 400;
  font-size: 1.0625rem;
}
.g-table .thead-dark th {
  color: #fff;
  background-color: #1f2d45;
  border-color: #2d353e;
}
.g-table td,
.g-table th {
  padding: 0.9375rem;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f3f5;
}
.collapse-table-caption {
  text-align: left;
  padding: 0.9375rem 1rem;
  background-color: #000;
  color: #fff;
}
.collapse-table-caption h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.g-caption {
  text-align: left;
  padding: 0.9375rem;
  background-color: #d60000;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.g-caption.collapsed {
  border-bottom: 1px solid #dd4c52;
}
.g-caption-title {
  font-size: 1.25rem;
  padding: 0.9375rem 1.5rem;
}
.list-icon-check {
  list-style: none;
  padding-left: 0;
}
.list-icon-check > li {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.list-icon-check > li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  background: url(../images/red-check.svg) left top no-repeat;
  margin-left: -1.25rem;
  margin-top: 0.5rem;
}
.bg-info-light {
  background: #d9edf7;
  border: 1px solid #a3d0e7;
  padding: 1rem;
  border-radius: 0.25rem;
}
.js-top-phone-desktop {
  display: none;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.nav-tiles a {
  text-align: center;
  display: block;
  padding: 0.5rem 0 0.875rem;
  line-height: 1.1;
}
.nav-items-overlay {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
}
.nav-tiles .active .nav-items-overlay:before,
.nav-tiles a:hover .nav-items-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 188, 233, 0.5);
}
.list-bullet-black {
  list-style: none;
  padding-left: 0;
}
.list-bullet-black > li {
  padding-left: 2.5rem;
}
.list-bullet-black.pl-1-5 > li {
  padding-left: 1.5rem;
}
.list-bullet-black > li + li {
  margin-top: 0.75rem;
}
.vehicles-types img {
  max-width: 100%;
}
.list-bullet-black > li:before {
  content: "";
  position: absolute;
  background-color: #d60000;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin-top: 12px;
  margin-left: -1.3125rem;
}
.list-bullet-black--regular li {
  padding-left: 1.6rem;
  margin-top: 0;
  margin-bottom: 12px;
}
.list-bullet-black--regular li:before {
  margin-left: -1.5rem;
  margin-top: 10px;
}
#free-cash .text-box {
  height: 100%;
}
#total-car-care .list-bullet-black {
  min-height: 175px;
}
.free-cash-block .list-bullet-black > li + li {
  margin-top: 0;
}
.free-cash-block .list-bullet-black > li:before {
  margin-top: 10px;
}
.free-cash-block__cnt {
  padding: 1.5rem 1.5rem 8px 1.5rem;
}
.free-cash-block__cnt .list-bullet-black > li {
  padding-left: 26px;
}
.makes-models-sec__block {
  margin-bottom: 30px;
}
.makes-models-sec img.brand-logo {
  height: auto;
  display: inline-block;
}
.makes-models-sec__row {
  margin-bottom: 30px;
}
.makes-models-sec__row:last-child {
  margin-bottom: 0;
}
.makes-models-sec .list-bullet-black > li {
  padding-left: 23px;
}
.makes-models-sec .brand-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.makes-models-sec .brand-item__title {
  margin-top: 5px;
  text-align: center;
}
.makes-models-sec--car {
  margin-bottom: -1rem;
}
.list-counter-circle > li > ul > li:first-child {
  margin-top: 0.625rem;
}
.list-link-color-default li + li,
.list-link-color-default li ul {
  margin-top: 0.75rem;
}
.list-link-color-default a {
  color: inherit;
}
.list-link-color-default a:focus,
.list-link-color-default a:active {
  color: #d60000;
  text-decoration: underline;
}
.border-black {
  border-color: #e5e5e5 !important;
}
.location-border {
  position: relative;
  border-bottom: 1px solid #dee2e6;
}
.why-us-sec .location-border {
  height: 100%;
}
.location-border-xs {
  border-right: 1px solid #dee2e6;
}
.border-bottom-0 .location-border-xs {
  border-bottom: 0;
}
.location-border-xs:not(.border-right-0):not(.border-bottom-0):before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  z-index: 1;
}
.form-secondary {
  border: 8px solid #e2e2e2;
  background-color: #fff;
  padding: 1rem;
}
.list-service > li {
  padding-left: 3.4375rem;
  margin-bottom: 1rem;
}
.list-service > li .icon {
  position: absolute;
  margin-left: -3.4375rem;
}
.dark-wrapper {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.text-fancy-border {
  background-image: url(../images/line-white.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.5rem;
}
.narrowcolumn a:not(.btn) {
  word-wrap: break-word;
}
.header-alert {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 15px;
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.header-alert:hover,
.header-alert:focus,
.header-alert:active {
  text-decoration: none;
  color: #fff;
}
.height-100 {
  height: 100%;
}
.emphasis {
  font-weight: 700;
}
#js-hero-img-desktop,
#js-hero-img-mobile,
picture {
  max-width: 100%;
  object-fit: cover;
}
.free-chip-repairs-page #js-hero-img-mobile {
  dispay: none;
}
.free-chip-repairs-page #js-hero-img-desktop {
  object-fit: contain;
  height: auto;
  width: 100%;
  margin-top: 10px;
}
#js-hero-img-mobile {
  height: auto !important;
  min-height: 147px;
}
main *[id]:not(#request-quote-form):not(#js-comparison-table-iframe):not(#js-comparison-table):not(.js-colorbox):not(#free-quote-form):not(#windshield-replacement):not(.collapse-body):not(#windshield-repair):not(#door-and-rear-windshield):before {
  display: block;
  content: "";
  margin-top: -120px;
  height: 119px;
  visibility: hidden;
}
main .home-page-block-with-image__col *[id]:before {
  margin-top: -87px !important;
  height: 87px !important;
}
main .h4-anchor:before {
  margin-top: -84px !important;
  height: 84px !important;
}
.reg-img #windshield-repair:before,
.reg-img #windshield-replacement:before {
  margin-top: -84px !important;
  height: 84px !important;
  display: block;
  content: "";
}
#form2:before,
.quickquote-content:before {
  margin-top: 0 !important;
  height: auto !important;
  display: none !important;
}
#form2 *[id]:not(.js-colorbox):before,
.quickquote-content *[id]:not(.js-colorbox):before {
  margin-top: 0 !important;
  height: auto !important;
  display: none !important;
}
.quickquote-txt {
  font-size: 1.125rem;
}
.js-support-e a {
  white-space: nowrap;
}
.js-support-e.is-in-cnt .ft-icon {
  display: none;
}
.service-box-content {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.w-60 {
  width: 3.75rem;
}
.price-plus {
  padding: 0 1.875rem;
}
.testimonials-block__row:last-child {
  margin-bottom: 0;
}
.service-box-content ul li,
.pro-cons-boxes ul li,
.best-warranty-block ul:not(.list-counter-circle) li {
  padding-left: 1.5625rem;
}
.best-warranty-block ul:not(.list-counter-circle) li .icon-v6 {
  position: absolute;
  margin-left: -24px;
  margin-top: 8px;
}
.counter-circle-sec__img-wr {
  margin-bottom: 10px;
}
.counter-circle-sec__item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0 !important;
  padding: 23px 0 7px 0 !important;
}
.counter-circle-sec__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.counter-circle-sec__item:last-child .counter-circle-sec__img-wr {
  margin-bottom: 4px;
}
.counter-circle-sec__img {
  height: 50px !important;
}
.counter-circle-sec__cnt {
  position: relative;
  padding-left: 48px;
}
.counter-circle-sec__num {
  background: #000;
  border-radius: 50%;
  color: #fff;
  height: 29px;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 79px;
  font-size: 14px;
}
.services-page:not(.services-page-new) .counter-circle-sec__num {
  top: 85px;
}
.service-box-content ul li + li,
.pro-cons-boxes ul li + li {
  margin-top: 0.5rem;
}
.service-box-content li .fa {
  position: absolute;
  margin-left: -1.5625rem;
  margin-top: 0.3125rem;
}
.pro-cons-boxes li .icon-v6 {
  position: absolute;
  margin-left: -24px;
  margin-top: 5px;
}
[data-mh] {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.nav-service-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #2d353e;
  height: 100%;
}
.nav-service-tabs .nav-item .bg-dark-alt {
  color: #fff;
}
.nav-service-tabs {
  position: relative;
}
.nav-service-tabs .nav-item .nav-link.bg-dark-o {
  background-color: #000 !important;
  color: #fff;
}
.nav-service-tabs .nav-item .nav-link.bg-dark-alt {
  background-color: #d60000 !important;
  color: #fff;
}
.nav-service-tabs .nav-item .nav-link.bg-gray {
  color: #fff;
  background-color: #000 !important;
  border: none;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.nav-service-tabs .nav-item .nav-link.bg-gray.active {
  background-color: #f2f3f5 !important;
  color: #2d353e;
  border-bottom: none;
}
.nav-service-tabs .nav-item:last-child .nav-link.bg-gray {
  border-right: none;
}
.nav-service-tabs__or {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.nav-service-tabs__or-text {
  font-size: 12px;
}
.service-box .bg-dark-alt {
  background-color: #d60000 !important;
  color: #fff;
}
.service-box .bg-dark-o {
  background-color: #000 !important;
  color: #fff;
}
.nav-tabs-alt .nav-item .nav-link {
  background-color: #e4e4e4;
  font-size: 1.25rem;
  font-weight: 700;
  color: #969696;
}
.nav-tabs-alt .nav-item .nav-link:not(.active) .g-color-primary {
  color: inherit;
}
.nav-tabs-alt .nav-item .active {
  background-color: #fff;
  color: #2d353e;
}
.nav-tabs-border .nav-item .nav-link {
  border: 1px solid transparent;
  border-bottom: 0;
}
.nav-tabs-border .nav-item .active {
  border-color: #b9b9b9;
  position: relative;
  z-index: 1;
}
.nav-tabs-dashed .nav-item .nav-link {
  border: 2px dashed transparent;
  border-bottom: 0;
}
.nav-tabs-dashed .nav-item .active {
  border-color: #d60000;
  position: relative;
  z-index: 1;
}
.insurance-section__intro {
  text-align: center;
}
.insurance-section .home-page-block-with-image .media img {
  border-radius: 0 !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}
.insurance-section .home-page-block-with-image .media-body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.insurance-section--windshield-replacement {
  text-align: left;
}
.insurance-section--windshield-replacement h4 {
  position: relative;
  text-align: left !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 45px;
  line-height: 1.4;
}
.insurance-section--windshield-replacement h4 .kpo-box__number {
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 1.5;
}
.insurance-section--windshield-replacement .media-body {
  text-align: left !important;
}
.nav-tabs-dashed + .tab-content {
  margin-top: -2px;
}
.bg-gradient-v1 {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 19%, #f3f4f6 81%, #f2f3f5 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 19%, #f3f4f6 81%, #f2f3f5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 19%, #f3f4f6 81%, #f2f3f5 100%);
}
.icon-v5 {
  width: 29px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25rem;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: -73px -582px;
}
.icon-v5.icon-writing-o {
  background-position: -71px -310px;
}
.iframe-responsive {
  width: 100%;
  border: 0;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #f2f3f5;
  background-color: #f2f3f5;
  border-left-width: 0.25rem;
}
.bd-callout-danger {
  border-left-color: #d60000;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.g-icon-v1 {
  width: 2.75rem;
  height: 1.875rem;
  display: inline-block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.g-icon-v1.icon-calendar {
  background-position: 0 -67px;
}
.g-icon-v1.icon-car {
  background-position: 0 -149px;
}
.g-icon-v1.icon-thumbs-up {
  background-position: 0 -224px;
}
.g-icon-v1.icon-repair {
  background-position: 0 -326px;
}
.g-icon-v1.icon-az {
  background-position: 0 -410px;
}
.g-icon-v1.icon-oem {
  background-position: 0 -502px;
}
.g-icon-v1.icon-trophy {
  background-position: 0 -584px;
}
.g-icon-v1.icon-tech {
  background-position: 0 -660px;
}
.g-icon-v1.icon-warranty {
  background-position: 0 -727px;
}
.text-box {
  border: 2px dashed #e5e5e5;
}
.bg-logo {
  background-image: url(../images/pinnacle-autoglass-watermark.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.reviews-source-logo {
  margin-bottom: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.reviews-source-logo img {
  max-height: 100px;
}
.reviews-source-logo--facebook img {
  max-height: 60px;
}
.slick-list,
.slick-slide {
  outline: none !important;
}
/* the slides */
.slick-slide {
  margin: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px 0 8px;
}
/* the parent */
.slick-list {
  margin: 0 -30px;
}
.slick-arrow {
  height: 100%;
  position: absolute;
  width: 40px;
  z-index: 10;
}
.slick-arrow.js-slick-prev {
  display: none !important;
  left: -17px;
}
.slick-arrow.js-slick-prev:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 62px;
  background: url('../images/slider-prev-arrow-dark.svg') left top no-repeat;
}
.slick-arrow.slick-disabled {
  opacity: 0.1;
}
.slick-arrow.js-slick-next {
  right: -17px;
}
.slick-arrow.js-slick-next:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 62px;
  background: url('../images/slider-next-arrow-dark.svg') left top no-repeat;
}
.slick-arrow.js-slick-header-prev {
  left: 0;
  top: 0;
  font-size: 20px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  text-align: center;
}
.slick-arrow.js-slick-header-prev:hover,
.slick-arrow.js-slick-header-prev:active,
.slick-arrow.js-slick-header-prev:focus {
  text-decoration: none;
}
.slick-arrow.js-slick-header-next {
  right: 0;
  top: 0;
  font-size: 20px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  text-align: center;
}
.slick-arrow.js-slick-header-next:hover,
.slick-arrow.js-slick-header-next:active,
.slick-arrow.js-slick-header-next:focus {
  text-decoration: none;
}
.testimonials-block__slider {
  position: relative;
}
.slick-dots {
  padding: 0;
  margin: 10px auto 0 auto;
  display: block !important;
  text-align: center;
}
.slick-dots li {
  outline: none;
  padding: 0 !important;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: -16px/4;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li .dot {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -16px/4;
  outline: none;
  cursor: pointer;
  margin: 7px;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: transparent;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li .dot:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
  border: 1px solid #b4b0b1;
}
.slick-dots li.slick-active .dot:after {
  border: 1px solid #d60000;
  background: #d60000;
}
.contacts-sec .bg-blue_calendar {
  margin-right: 28px;
}
.contacts-sec .bg-blue_van {
  margin-right: 20px;
}
.contacts-sec__header {
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0 33px;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contacts-sec__block {
  padding: 22px 33px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contacts-sec__col {
  background: #f2f3f5;
  height: 100%;
}
.contacts-sec hr {
  border-top: 1px solid #e3e6ea;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .contacts-sec__block {
  padding: 0;
}
.footer .contacts-sec__block:first-child {
  margin-bottom: 11px !important;
}
.footer .contacts-sec__block:last-child .contacts-sec__txt {
  padding-left: 28px;
}
.is-spite {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -16px/4;
}
.testimonial-item {
  background-color: #fff;
  padding: 1.5rem 1.5rem 0.5rem;
  color: #2d353e;
  height: 100%;
  padding-bottom: 65px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.who-eligible__cnt {
  padding: 6px 30px 1px 30px !important;
}
.who-eligible__cnt ul.list-bullet-black {
  padding-left: 0;
}
.who-eligible__cnt ul.list-bullet-black li {
  padding-left: 1.3125rem;
}
.who-eligible__cnt ul.list-bullet-black li:before {
  margin-top: 10px;
}
.footer-heading {
  color: #2d353e;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.bg-yellow a:not([href^=tel]) {
  text-decoration: underline;
}
.back-top {
  position: fixed;
  z-index: 1000;
  bottom: 143px;
  right: 12px;
  padding: 0.5rem 0.5rem;
  color: #2d353e !important;
  text-decoration: none !important;
  width: 3.25rem;
  text-align: center;
  border: 1px solid #dbdcde;
  background-color: #f2f3f5;
  border-radius: 2px;
  display: none;
}
.g-icon-star {
  width: 116px;
  height: 19px;
  background: url('../images/stars-rating.svg') left top no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.form-messages.error {
  color: #dc3545;
  margin-bottom: 1rem;
}
.form-messages.success {
  color: #28a745;
  margin-bottom: 1rem;
}
.btn-submit {
  display: inline-block;
  background-color: #d60000;
  position: relative;
}
.contacts-sec__gmb-video {
  margin-top: 38px;
}
.contacts-sec__gmb-video iframe {
  max-width: 100%;
}
.btn-submit .fa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-color: #ee3d3d;
  font-size: 2.8125rem;
  line-height: 4rem;
}
.form-messages {
  word-wrap: break-word;
}
.footer {
  background-color: #E5E6E8;
  padding-bottom: 0.0625rem;
  color: #2d353e;
}
.footer a {
  color: #2d353e;
}
.testimonials-block__slider .slick-slide {
  padding-left: 0;
}
.footer-top {
  padding-bottom: 1rem;
}
.az-it-img {
  width: 280px;
  height: auto;
}
.footer h4 {
  color: #d60000;
  font-size: 1.25rem;
  font-weight: bold;
}
.fa-min-w {
  min-width: 1rem;
}
.adr .fa-min-w {
  min-width: 1.25rem;
}
.footer-menu > li {
  margin-bottom: 10px;
}
.cc-badge {
  display: inline-block;
  border: 1px solid #999;
  background: transparent;
  padding: 0.1875rem 1.25rem;
  margin: 0.3125rem 0;
}
.cc-badge-11 {
  min-width: 11rem;
}
.list-cc .is-spite {
  vertical-align: middle !important;
}
.list-cc > li {
  padding-right: 0.75rem;
}
.footer .adr {
  padding-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.social-icons .fa {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  background-color: #7c7d7d;
}
.social-icons .list-inline-item:not(:last-child) {
  margin-right: 1.25rem;
}
.site-menu > li {
  color: #6c7278;
}
.site-menu .list-inline-item:not(:last-child),
.site-menu .list-inline-item:not(:last-child) a {
  margin-right: 1rem;
}
.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 > .col,
.gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gutter-15 > .col,
.gutter-15 > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-10 > .col,
.gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.text-black {
  color: #000;
}
.no-resize {
  resize: none;
}
.no-border {
  border: 0;
}
.radius {
  border-radius: 4px;
}
.no-radius {
  border-radius: 0;
}
.no-box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.g-text-underline {
  text-decoration: underline;
}
.g-color-default {
  color: #2d353e;
}
.g-lh-0 {
  line-height: 0 !important;
}
.g-lh-0-7 {
  line-height: 0.7 !important;
}
.g-lh-0-8 {
  line-height: 0.8 !important;
}
.g-lh-0-9 {
  line-height: 0.9 !important;
}
.g-lh-1 {
  line-height: 1 !important;
}
.g-lh-1-1 {
  line-height: 1.1 !important;
}
.g-lh-1-2 {
  line-height: 1.2 !important;
}
.g-lh-1-3 {
  line-height: 1.3 !important;
}
.g-lh-1-4 {
  line-height: 1.4 !important;
}
.g-lh-1-5 {
  line-height: 1.5 !important;
}
.g-lh-1-6 {
  line-height: 1.6 !important;
}
.g-lh-1-7 {
  line-height: 1.7 !important;
}
.g-lh-1-8 {
  line-height: 1.8 !important;
}
.g-lh-2 {
  line-height: 2 !important;
}
.g-font-size-16 {
  font-size: 1rem !important;
}
.g-font-size-16 {
  font-size: 1rem !important;
}
.g-font-size-70x {
  font-size: 70% !important;
}
.g-font-size-75x {
  font-size: 75% !important;
}
.g-font-size-80x {
  font-size: 80% !important;
}
.g-font-size-85x {
  font-size: 85% !important;
}
.g-font-size-90x {
  font-size: 90% !important;
}
.g-font-size-95x {
  font-size: 95% !important;
}
.g-font-size-0 {
  font-size: 0;
}
.g-font-size-5 {
  font-size: 0.3125rem !important;
}
.g-font-size-8 {
  font-size: 0.5rem !important;
}
.g-font-size-9 {
  font-size: 0.5625rem !important;
}
.g-font-size-10 {
  font-size: 0.625rem !important;
}
.g-font-size-11 {
  font-size: 0.6875rem !important;
}
.g-font-size-12 {
  font-size: 0.75rem !important;
}
.g-font-size-13 {
  font-size: 0.8125rem !important;
}
.g-font-size-14 {
  font-size: 0.875rem !important;
}
.g-font-size-15 {
  font-size: 0.9375rem !important;
}
.g-font-size-16 {
  font-size: 1rem !important;
}
.g-font-size-17 {
  font-size: 1.0625rem !important;
}
.g-font-size-18 {
  font-size: 1.125rem !important;
}
.g-font-size-19 {
  font-size: 1.1875rem !important;
}
.g-font-size-20 {
  font-size: 1.25rem !important;
}
.g-font-size-22 {
  font-size: 1.375rem !important;
}
.g-font-size-23 {
  font-size: 1.4375rem !important;
}
.g-font-size-24 {
  font-size: 1.5rem !important;
}
.g-font-size-25 {
  font-size: 1.5625rem !important;
}
.g-font-size-26 {
  font-size: 1.625rem !important;
}
.g-font-size-27 {
  font-size: 1.6875rem !important;
}
.g-font-size-28 {
  font-size: 1.75rem !important;
}
.g-font-size-30 {
  font-size: 1.875rem !important;
}
.g-font-size-32 {
  font-size: 2rem !important;
}
.g-font-size-33 {
  font-size: 2.0625rem !important;
}
.g-font-size-35 {
  font-size: 2.1875rem !important;
}
.g-font-size-36 {
  font-size: 2.25rem !important;
}
.g-font-size-38 {
  font-size: 2.375rem !important;
}
.g-font-size-40 {
  font-size: 2.5rem !important;
}
.g-font-size-42 {
  font-size: 2.625rem !important;
}
.g-font-size-45 {
  font-size: 2.8125rem !important;
}
.g-font-size-46 {
  font-size: 2.875rem !important;
}
.g-font-size-48 {
  font-size: 3rem !important;
}
.g-font-size-50 {
  font-size: 3.125rem !important;
}
.g-font-size-55 {
  font-size: 3.4375rem !important;
}
.g-font-size-56 {
  font-size: 3.5rem !important;
}
.g-font-size-60 {
  font-size: 3.75rem !important;
}
.city-services-sec h4 {
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 28.8px;
}
.rounded-10 {
  border-radius: 0.625rem !important;
}
.g-pl-20 {
  padding-left: 1.25rem !important;
}
.g-mb-12 {
  margin-bottom: 0.75rem !important;
}
.g-mb-30 {
  margin-bottom: 1.875rem !important;
}
.g-pt-15 {
  padding-top: 0.9375rem !important;
}
.g-pt-30 {
  padding-top: 1.875rem !important;
}
.g-pt-68 {
  padding-top: 4.25rem !important;
}
.g-mr-40 {
  margin-right: 2.5rem !important;
}
.g-mb-36 {
  margin-bottom: 2.25rem !important;
}
.g-mb-40 {
  margin-bottom: 2.5rem !important;
}
.g-mb-45 {
  margin-bottom: 2.8125rem !important;
}
.g-mt-55 {
  margin-top: 3.4375rem !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.ct-heading {
  min-height: 65px !important;
  font-size: 18px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ct-heading h3 {
  font-size: 18px !important;
}
.g-mb-88 {
  margin-bottom: 5.5rem !important;
}
.g-mt-88 {
  margin-top: 5.5rem !important;
}
.g-py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.g-py-19 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}
.g-mt-md-mb-5 {
  margin-bottom: 3rem;
}
.narrow-center {
  margin-left: auto;
  margin-right: auto;
}
.icon-top {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
.no-webp .icon-top {
  background-image: url(../images/icon-sprite.png);
  background-repeat: no-repeat;
}
.webp .icon-top {
  background-image: url(../images/icon-sprite.webp);
  background-repeat: no-repeat;
}
.icon-top-phone {
  width: 15px;
  height: 15px;
  background-position: 0px -17px;
}
.fixed-top.header-border .header-alert {
  display: none;
}
.nav-phone,
.navbar-default .navbar-nav .nav-phone {
  color: #d60000;
  font-size: 30px;
  font-weight: 700;
  padding-right: 0;
}
.nav-phone:hover,
.navbar-default .navbar-nav .nav-phone:hover,
.nav-phone:focus,
.navbar-default .navbar-nav .nav-phone:focus,
.nav-phone:active,
.navbar-default .navbar-nav .nav-phone:active {
  color: #d60000;
  text-decoration: none;
}
.navbar-nav .nav-phone {
  padding-top: 21px;
  display: inline-block;
}
.fa {
  display: inline-block;
}
.services-page-new .desktop-icon-menu-item .dropdown-menu {
  padding-top: 22px;
}
.services-page-new .top-gray-logos {
  max-width: 1130px;
  margin: 0 auto;
}
.desktop-icon-menu__item .dropdown-menu__header {
  text-transform: uppercase;
  color: #d60000;
  font-size: 15px;
  padding: 11px 60px 11px 60px !important;
}
.desktop-icon-menu__item .dropdown-menu__wide {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0 14px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 14px 12px rgba(0, 0, 0, 0.3);
  transition: 0.2s box-shadow ease-in 0.1s;
}
.desktop-icon-menu__item .dropdown-menu__wide ul {
  box-shadow: none;
  -webkit-box-shadow: none;
  transform: none;
  transition: none;
}
.desktop-icon-menu__item .dropdown-menu__wide ul:first-child {
  margin-right: 15px;
}
.desktop-icon-menu__item .dropdown-menu__wide ul:last-child {
  margin-left: 15px;
}
.desktop-icon-menu__item .dropdown-menu__header.dropdown-menu__header--areas {
  text-align: center;
  background: #fff;
  padding-top: 28px !important;
  padding-bottom: 0 !important;
}
.nav-item-phone {
  padding-left: 10px;
  margin-top: 8px;
}
.navbar-nav .nav-item .arrow-down {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  border: none !important;
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.navbar-nav .nav-item .arrow-down:before {
  content: "";
  position: absolute;
  border: solid #2d353e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  top: 0.625rem;
  right: 1.1875rem;
  -webkit-transform: rotate(45);
  -ms-transform: rotate(45);
  transform: rotate(45);
}
.navbar-nav .show > .arrow-down:before,
.navbar-nav .active > .arrow-down:before,
.navbar-nav .active > .nav-link .arrow-down:before,
.navbar-nav .nav-link.active .arrow-down:before,
.navbar-nav .nav-link.show .arrow-down:before,
.navbar-nav .active > .arrow-down:before,
.navbar-nav .nav-link.active + .arrow-down:before,
.navbar-nav .nav-link.show + .arrow-down:before,
.navbar-nav .show > .arrow-down:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #000;
}
.navbar-nav .show > .nav-link .arrow-down:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #000;
}
.nav-item.dropdown.show > .arrow-down:before {
  border-color: #d60000 !important;
}
.navbar-nav .nav-item:hover > .arrow-down:before {
  border-color: #d60000;
}
.nav-item.dropdown .show-area-content {
  border-top: 1px solid #e5e5e5;
}
.nav-item.dropdown .show-area-content:hover .arrow-down:before {
  border-color: #d60000;
}
.nav-item.dropdown .show-area-content.is-visible .arrow-down:before {
  border-color: #d60000;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow-down.dropdown-toggle:hover:before {
  border-color: #d60000 !important;
}
.navbar-nav > .nav-item > .nav-link > .arrow-down {
  display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  border: solid #2d353e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 1px 0.9375rem 0.1875rem 0.5625rem;
}
.arrow-up {
  border: solid #2d353e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ct-angle-down,
.ft-angle-down {
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 10px;
  vertical-align: middle;
}
.ct-angle-down {
  background-position: -66px 0px;
  margin-top: 0.6875rem;
}
.ct-angle-primary {
  background-position: -93px -39px;
}
.collapse-heading:not(.collapsed) .ct-angle-primary {
  background-position: -93px -56px;
}
.ft-angle-down {
  background: url(../images/gray-caret-down.svg) left top no-repeat;
  margin-top: 10px;
}
.collapse-heading:not(.collapsed) .ft-angle-down {
  background: url(../images/gray-caret-up.svg) left top no-repeat;
}
.ttc-item.active .ttc-content {
  display: block;
  font-size: 16px;
}
.ttc-item.active .ttc-title:not(.ttc-title--no-content) {
  font-weight: 700;
}
.ttc-item.active .ttc-title:not(.ttc-title--no-content):after {
  opacity: 1;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.ttc-title {
  display: block;
  padding: 16px 0 10px 25px;
  font-size: 18px;
  line-height: 1.2;
  color: #2d353e;
  position: relative;
  cursor: pointer;
}
.ttc-title--no-content {
  cursor: auto;
}
.ttc-title:active,
.ttc-title:focus,
.ttc-title:hover {
  color: #2d353e;
}
.ttc-title:after {
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 14px;
  height: 14px;
  width: 15px;
  height: 10px;
  background: url('../images/gray-caret-up.svg') left top no-repeat;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ttc-content {
  display: none;
  padding: 0 0 0 22px;
}
.ttc-content ul {
  padding-left: 23px;
}
.ttc-content ul li {
  margin-bottom: 5px;
}
.ttc-content p {
  margin: 0 0 7px;
}
.ft-icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.ft-phone {
  background: url(../images/phone-white.svg) left top no-repeat;
  margin-top: -3px;
}
.ft-phone-blue {
  background: url(../images/phone-blue.svg) left top no-repeat;
  margin-top: -3px;
}
.ft-envelope {
  background: url(../images/envelope-blue.svg) left top no-repeat;
}
.ft-map-marker {
  background: url(../images/location-pin-white.svg) left top no-repeat;
  margin-bottom: 2px;
}
.ft-map-marker-blue {
  background: url(../images/location-pin-blue.svg) left top no-repeat;
  margin-bottom: 2px;
}
.social-icons .social-link {
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  background-color: #7c7d7d;
  text-align: center;
  padding: 0.4375rem;
}
.icon-social {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.no-webp .icon-social {
  background-image: url(../images/icon-sprite.png);
  background-repeat: no-repeat;
  background-position: 4px -68px;
}
.webp .icon-social {
  background-image: url(../images/icon-sprite.webp);
  background-repeat: no-repeat;
  background-position: 4px -68px;
}
.icon-twitter {
  background-position: 1px -92px;
}
.social-icons a:hover,
.social-icons a:focus {
  background-color: #3b5998;
}
.social-icons a.social-twitter:hover,
.social-icons a.social-twitter:focus {
  background-color: #00aced;
}
.icon-right-circle {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(../images/circle-arrow-blue-1.svg) left top no-repeat;
  vertical-align: middle;
}
a:hover .icon-right-circle {
  background: url(../images/circle-arrow-blue-2.svg) left top no-repeat;
}
.service-box-content li .icon-v6 {
  position: absolute;
  margin-left: -24px;
  margin-top: 8px;
}
.icon-v6 {
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(../images/green-check.svg) left top no-repeat;
  vertical-align: top;
}
.services-page .best-warranty-block__content ul {
  list-style-type: none;
}
.services-page .best-warranty-block__content li:before {
  display: none;
}
.services-page .best-warranty-block__content li .icon-v6 {
  position: absolute;
  margin-left: -24px;
  margin-top: 8px;
  background: url(../images/dark-check.svg) left top no-repeat;
}
.icon-v6.icon-close {
  background: url(../images/red-cross.svg) left top no-repeat;
}
/*---------------------------------*/
.vam-wr {
  display: table;
  width: 100%;
  height: 100%;
}
.vam-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.mxn_clearfix:after,
.mxn_clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mxn_border_box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.geo-location-badges {
  text-align: center;
}
.new-home-cta {
  position: absolute;
  left: 0;
  right: auto;
  margin: 0 auto 0 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: none;
  z-index: 1;
}
.new-home-cta:before {
  content: '';
  background: #fff;
  opacity: 1;
  z-index: -1;
  position: absolute;
  width: 100%;
  top: 16px;
  left: 0;
  height: calc(100% + 122px);
}
.new-home-cta .ul-tick {
  padding-left: 30px !important;
}
.new-home-cta .ul-tick li .icon-v6 {
  width: 22px;
  height: 17px;
  margin-left: -30px;
}
.new-home-cta__value-text {
  font-size: 25px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -16px/4;
  margin: 8px 0 0 1px;
}
.new-home-cta__dollar {
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: 17px;
}
.new-home-cta__h1 {
  font-size: 2rem;
  padding-top: 14px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #2d353e;
  text-align: center !important;
}
.new-home-cta__h1--mobile {
  display: none;
}
.new-home-cta__h1-row--first {
  font-size: 34px;
  white-space: normal;
}
.new-home-cta__h1-row--second {
  font-size: 16px;
  color: #2d353e;
  margin-bottom: 28px;
  margin-top: 13px !important;
  max-width: 100%;
  min-height: 0;
}
.new-home-cta__text {
  font-size: 16px;
  color: #2d353e;
  margin-bottom: 28px;
}
.new-home-cta__quote-btn {
  background: #606163;
  border: 4px solid #606163 !important;
  color: #fff;
  height: 74px;
  font-size: 35.5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.new-home-cta__quote-btn:hover,
.new-home-cta__quote-btn:focus,
.new-home-cta__quote-btn:active {
  background: #6a6b6d;
  color: #fff;
  border: 4px solid #6a6b6d;
}
.new-home-cta__buttons {
  text-align: left;
  width: 100%;
  display: flex;
  max-width: 690px;
  justify-content: space-between;
  margin: 54px auto 0 auto;
  flex-direction: column;
}
.new-home-cta__buttons a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 4px solid #d60000;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  min-width: 337px;
}
.new-home-cta__buttons.is-mobile {
  display: none;
}
.new-home-cta__buttons .quote-link-cta-desktop {
  border: none !important;
  color: #025cbc;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  font-size: 18px !important;
  margin-top: 8px;
  height: auto !important;
}
.new-home-cta__buttons .quote-link-cta-desktop:hover {
  color: #0056b3;
  text-decoration: underline;
}
.new-home-cta .btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.home-page .new-home-cta__h1-row--second {
  margin-bottom: 23px;
}
.ttc-home__and {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
}
.home-page .new-home-cta {
  position: absolute;
  right: auto;
  left: auto;
  margin: 0 auto 0 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 650px;
  padding: 1.5rem 19px 20px 19px !important;
  -webkit-font-smoothing: antialiased;
}
.home-page .home-hero {
  height: 444px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.home-page .home-hero__bottom {
  position: absolute;
  bottom: -23px;
  right: auto;
  width: 611px;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 154px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  overflow: hidden;
}
.adh1-one-row .new-home-cta__h1-row--first {
  padding-top: 18px;
}
.adh2-one-row:not(.adh1-one-row) .new-home-cta__h1-row--second {
  padding-top: 15px;
}
.new-home-cta__rates {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-home-cta__rates .border-offer {
  position: relative;
  border-right: 2px solid #b4b0b1;
  border-left: 2px solid #b4b0b1;
  padding: 10px;
  float: left;
  z-index: 5;
  min-width: 145px;
}
.new-home-cta__rates .border-offer--last {
  min-width: 170px;
  border-bottom: 2px solid #b4b0b1 !important;
}
.new-home-cta__rates .border-offer--last .bottom-content-container::before {
  display: none;
}
.new-home-cta__rates .border-offer--long {
  min-width: 199px;
}
.new-home-cta__rates--tucson .border-offer {
  min-width: 175px;
}
.new-home-cta__rates .top-content-container {
  width: 100%;
  position: relative;
}
.new-home-cta__rates .offer-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-home-cta__rates .rate {
  float: left;
  font-size: 50px;
  font-weight: bold;
  color: #2d353e;
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: -3px;
  white-space: nowrap;
}
.new-home-cta__rates .rate--mobile {
  display: none;
}
.new-home-cta__rates .rate--desktop .rate__up-to {
  font-size: 22px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: -4px;
  line-height: 1;
  margin-right: -10px;
  margin-top: -18px;
}
.new-home-cta__rates .apr {
  float: right;
  font-weight: bold;
  color: #000;
}
.new-home-cta__rates .bottom-content-container {
  height: 0px;
}
.new-home-cta__rates .bottom-content-container:before {
  height: 2px;
  background-color: #b4b0b1;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 13px;
  left: -1px;
}
.new-home-cta__rates .bottom-content-container--no-txt:before {
  width: 24px;
}
.new-home-cta__rates .bottom-content {
  position: relative;
  bottom: 2px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 -1px 0;
  background: transparent;
  color: #000;
  font-style: italic;
  white-space: nowrap;
  font-weight: normal;
  overflow: hidden;
  width: calc(100% + 11px);
  padding: 0 3px 0px;
}
.new-home-cta__rates .bottom-content .rate-span {
  padding: 0 5px;
}
.new-home-cta__rates .spacebetweenplus {
  position: relative;
  float: left;
  color: #b4b0b1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
  margin-right: 0px;
  margin-left: 0px;
  z-index: 10;
}
.new-home-cta__rates .spacebetweenplus:before {
  content: "+";
}
.new-home-cta__rates .spacebetweenequal:before {
  content: "=";
  color: #b4b0b1;
}
.new-home-cta__rates .border-top {
  border-top: 2px solid #000 !important;
}
.new-home-cta__rates .bottom-content::after {
  height: 2px;
  width: 100%;
  background-color: #b4b0b1;
  content: '';
  position: absolute;
  top: 10px;
}
.new-home-cta__rates .top-content::after {
  height: 2px;
  width: 100%;
  background-color: #b4b0b1;
  content: '';
  position: absolute;
  top: 4px;
  display: none;
}
.new-home-cta__rates .top-content__line {
  height: 2px;
  width: 100%;
  background-color: #b4b0b1;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin-top: 4px;
}
.new-home-cta__rates .top-content {
  position: absolute;
  top: -5px;
  font-size: 14px;
  line-height: 1;
  margin: -9px 0 0;
  background: transparent;
  padding: 0 3px;
  color: #000;
  font-style: italic;
  font-weight: normal;
  overflow: hidden;
  width: calc(100% + 11px);
  white-space: nowrap;
  height: 16px;
}
.new-home-cta__rates .top-content--no-text {
  left: -27px;
  width: calc(100% + 37px);
}
.new-home-cta__rates .top-content .rate-span {
  padding-right: 10px;
  display: inline-block;
}
.new-home-cta__rates .border-top .top-content::after {
  width: 0px;
  background-color: transparent;
}
.new-home-cta__rates .top-content--last:after {
  left: 157px;
}
.new-home-cta__rates .top-content--first:after {
  left: 44px;
}
.new-home-cta__rates .top-content--middle:after {
  left: 92px;
}
.new-home-cta-wrapper .quote-link-cta-desktop {
  height: 74px !important;
}
.quote-link {
  display: none;
}
@media (min-width: 768px) {
  .services-page-new .home-hero {
    height: 475px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .services-page-new .home-hero__overlay-img {
    max-width: 1312px;
    right: 0;
    left: auto;
    width: auto;
  }
  .services-page-new .home-hero .new-home-cta {
    width: 650px;
    -webkit-font-smoothing: antialiased;
  }
  .services-page-new .home-hero__mobile-img {
    display: none;
  }
  .services-page-new .home-hero__bottom {
    position: absolute;
    bottom: 0;
    right: auto;
    width: 630px;
    margin-left: 0;
    transform: none;
    left: 0;
    height: 154px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
    overflow: hidden;
  }
  .services-page-new .home-hero__bottom .new-home-cta__buttons {
    z-index: 2;
    position: relative;
    margin-top: 0;
  }
  .services-page-new .home-hero__bottom .new-home-cta__buttons a {
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1149.98px) {
  .services-page-new .new-home-cta {
    padding: 0 19px 1.5rem 19px !important;
  }
}
.clear {
  clear: both;
}
.home-hero-cta {
  height: 460px;
}
.home-hero-cta__vam-content {
  text-align: left;
}
.home-hero-cta__col {
  max-width: 595px;
}
.home-hero-cta__h1 {
  font-size: 2rem;
  padding-bottom: 10px !important;
}
.home-hero-cta__ul {
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  /* Remove default bullets */
}
.home-hero-cta__ul li {
  position: relative;
  padding-left: 21px;
}
.home-hero-cta__ul li:before {
  content: "\2713";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d60000;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  top: 13px;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 0;
}
.home-hero-cta__get-quote {
  padding-top: 1.5rem;
}
.home-hero-cta__get-quote a:hover {
  color: #025cbc;
}
.home-hero-cta__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.home-hero-cta__overlay-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: none;
}
.home-hero-cta__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.home-hero-cta__ico-pencil {
  background: url(../images/quote_ico_desktop.png) left top no-repeat;
}
.home-hero-badges {
  text-align: center;
}
.home-hero-badges .new-home-cta__rates {
  max-width: 612px;
}
.top-gray-logos .home-hero-badges {
  text-align: center;
}
.top-gray-logos--hero .home-hero-badges {
  text-align: left;
}
.location-idea {
  background-color: #000;
}
.call-to-action-block__btn {
  max-width: 412px;
  margin: 0 auto;
}
.call-to-action-block__quote-text {
  margin-top: 1.75rem;
  margin-bottom: 0.3rem;
  font-size: 18px;
}
.call-to-action-block--footer {
  padding-top: 42px !important;
  margin-top: 25px !important;
}
.call-to-action-block--footer .col-6 {
  text-align: center;
}
@media (max-width: 767.98px) {
  .call-to-action-block--footer {
    margin-top: 96px !important;
  }
}
.call-to-action-block--footer .new-call-to-action-block__gif {
  top: 25px;
}
.call-to-action-block--footer.is-mobile {
  display: none;
}
.call-to-action-block__container {
  padding-bottom: 3px;
  padding-top: 35px;
}
.call-to-action-block.bg-thead-dark {
  color: #fff;
  background: #000;
  margin-top: 3.2rem !important;
  margin-bottom: 1.85rem !important;
  padding: 35px 40px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.call-to-action-block.bg-thead-dark .call-to-action-block__container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 5px solid #f7bf24;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.call-to-action-block.bg-thead-dark .call-to-action-block__container h2 {
  padding-top: 35px !important;
}
.call-to-action-block.bg-thead-dark .call-to-action-block__quote-text {
  padding-bottom: 35px;
}
.call-to-action-block.bg-thead-dark .call-to-action-block__quote-text a {
  color: #025cbc;
}
.call-to-action-block--vehicles-2nd.bg-thead-dark {
  margin-top: 1.5rem !important;
  margin-bottom: 6.4rem !important;
}
.average-values-block__callout {
  border: 1px solid #dee2e6;
}
.free-mobile-service-block {
  margin-top: 107px;
}
.home-page-block-with-image {
  padding-bottom: 15px;
  position: relative;
}
.home-page-block-with-image h3 {
  text-align: center;
}
.home-page-block-with-image img {
  border-radius: 50%;
}
.home-page-block-with-image .list-bullet-black {
  text-align: left;
}
.home-page-block-with-image__col {
  background-color: #f2f3f5 !important;
}
.home-page-block-with-image__col .bg-gray {
  padding-top: 0;
  padding-bottom: 15px;
  height: 100%;
}
.home-page-block-with-image__text {
  text-align: center;
}
.home-hero-badges-footer {
  padding-bottom: 35px;
}
.home-hero-badges-footer h3 {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  margin-bottom: -5px !important;
}
.home-hero-badges-footer .home-hero-badges .col-6 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-phone .bg-red_phone {
  margin-top: 12px;
  margin-right: 0;
}
.desc-menu-btn .nav-phone .bg-red_phone {
  margin-top: 6px;
}
.call-btn-simple__ico .bg-white_phone_sm {
  margin-top: 6px;
  margin-right: 0;
}
.is-sprite {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -16px/4;
}
.bg-white_phone_sm {
  width: 14px;
  height: 14px;
}
.bg-slider_prev_arrow_white {
  width: 18px;
  height: 62px;
}
.bg-menu_phone {
  width: 23px;
  height: 22px;
}
.bg-slider_next_arrow_white {
  width: 18px;
  height: 62px;
}
.bg-calendar_white {
  width: 23px;
  height: 24px;
}
.bg-gallery_close_btn {
  width: 60px;
  height: 60px;
}
.bg-blue_calendar {
  width: 23px;
  height: 24px;
}
.bg-blue_van {
  width: 31px;
  height: 25px;
}
.bg-payment_visa {
  width: 50px;
  height: 17px;
  background: url('../images/sprite.png') -268px -242px;
}
.bg-menu_contact {
  width: 24px;
  height: 21px;
  margin-top: 2px;
}
.bg-ethicalazseal {
  width: 184px;
  height: 76px;
  background: url('../images/sprite.png') -2px -2px;
}
.bg-asba_offical_seal_21_22 {
  width: 72px;
  height: 85px;
}
.bg-payment_master_card {
  width: 78px;
  height: 12px;
}
.bg-greater_phoenix_chamber_of_commerce_logo_in_gray_background {
  width: 166px;
  height: 76px;
}
.bg-national_windshield_repair_association_logo_in_gray_background {
  width: 148px;
  height: 76px;
}
.bg-payment_discover {
  width: 72px;
  height: 19px;
}
.bg-payment_american_express {
  width: 60px;
  height: 21px;
}
.bg-local_first_arizona_logo_in_gray_background {
  width: 172px;
  height: 43px;
}
.bg-GPC_logo_Member {
  width: 182px;
  height: 76px;
}
.bg-localfirstazseal {
  width: 88px;
  height: 85px;
}
.bg-gow_Logo {
  width: 118px;
  height: 71px;
}
.bg-bbb_a_plus_logo_in_gray_background {
  width: 180px;
  height: 50px;
}
.bg-ethical_arizona_logo_in_gray_background {
  width: 148px;
  height: 60px;
}
.bg-menu_contact {
  background: url('../images/menu-contact.svg') top left no-repeat;
  background-size: cover;
}
.bg-bbb_a_plus_logo_in_gray_background {
  background: url('../images/bbb-rating-bluescale.svg') top left no-repeat;
  background-size: cover;
}
.bg-local_first_arizona_logo_in_gray_background {
  background: url('../images/local-first-arizona-bluescale.svg') top left no-repeat;
  background-size: cover;
}
.bg-gow_Logo {
  background: url('../images/gow-bluescale.svg') top left no-repeat;
  background-size: cover;
}
.bg-ethical_arizona_logo_in_gray_background {
  background: url('../images/ethical-arizona-bluescale.svg') top left no-repeat;
  background-size: cover;
}
.bg-menu_contests {
  width: 20px;
  height: 24px;
  background: url('../images/trophy.svg') left top no-repeat;
  background-size: cover;
  margin-left: 2px;
  margin-top: 1px;
  margin-right: 22px !important;
}
.bg-menu_star {
  width: 25px;
  height: 24px;
  background: url('../images/half-rating-star.svg') left top no-repeat;
  background-size: cover;
  margin-left: -1px;
  margin-top: 1px;
  margin-right: 20px !important;
}
.glass-reviews-menu .nav-item__text {
  text-transform: none;
}
.js-has-dropdown .arrow-down {
  transition: transform 0.4s ease;
}
.js-has-dropdown.is-open .arrow-down {
  transform: rotate(180deg) !important;
  top: 11px !important;
}
.blue-block {
  background: #eff8ff;
  border-radius: 15px;
  padding: 25px 16px 16px 16px;
}
.dropdown-menu.js-submenu {
  padding-left: 20px;
}
.no-webp .bg-white_phone_sm,
.page404 .bg-white_phone_sm {
  background: url('../images/sprite.png') -430px -267px;
}
.no-webp .bg-slider_prev_arrow_white,
.page404 .bg-slider_prev_arrow_white {
  background: url('../images/sprite.png') -301px -162px;
}
.no-webp .bg-menu_phone,
.page404 .bg-menu_phone {
  background: url('../images/sprite.png') -330px -263px;
}
.no-webp .bg-slider_next_arrow_white,
.page404 .bg-slider_next_arrow_white {
  background: url('../images/sprite.png') -323px -162px;
}
.no-webp .bg-calendar_white,
.page404 .bg-calendar_white {
  background: url('../images/sprite.png') -430px -208px;
}
.no-webp .bg-gallery_close_btn,
.page404 .bg-gallery_close_btn {
  background: url('../images/sprite.png') -366px -180px;
}
.no-webp .bg-blue_calendar,
.page404 .bg-blue_calendar {
  width: 23px;
  height: 24px;
  background: url('../images/sprite.png') -303px -263px;
}
.no-webp .bg-blue_van,
.page404 .bg-blue_van {
  background: url('../images/sprite.png') -268px -263px;
}
.no-webp .bg-payment_visa,
.page404 .bg-payment_visa {
  background: url('../images/sprite.png') -268px -242px;
}
.no-webp .bg-ethicalazseal,
.page404 .bg-ethicalazseal {
  width: 184px;
  height: 76px;
  background: url('../images/sprite.png') -2px -2px;
}
.no-webp .bg-asba_offical_seal_21_22,
.page404 .bg-asba_offical_seal_21_22 {
  width: 72px;
  height: 85px;
  background: url('../images/sprite.png') -366px -91px;
}
.no-webp .bg-payment_master_card,
.page404 .bg-payment_master_card {
  width: 78px;
  height: 12px;
  background: url('../images/sprite.png') -366px -292px;
}
.no-webp .bg-greater_phoenix_chamber_of_commerce_logo_in_gray_background,
.page404 .bg-greater_phoenix_chamber_of_commerce_logo_in_gray_background {
  background: url('../images/sprite.png') -190px -82px;
}
.no-webp .bg-national_windshield_repair_association_logo_in_gray_background,
.page404 .bg-national_windshield_repair_association_logo_in_gray_background {
  background: url('../images/sprite.png') -2px -162px;
}
.no-webp .bg-payment_discover,
.page404 .bg-payment_discover {
  background: url('../images/sprite.png') -366px -244px;
}
.no-webp .bg-payment_american_express,
.page404 .bg-payment_american_express {
  background: url('../images/sprite.png') -366px -267px;
}
.no-webp .bg-GPC_logo_Member,
.page404 .bg-GPC_logo_Member {
  background: url('../images/sprite.png') -2px -82px;
}
.no-webp .bg-localfirstazseal,
.page404 .bg-localfirstazseal {
  background: url('../images/sprite.png') -366px -2px;
}
.no-webp #colorbox #cboxPrevious .arrow,
.page404 #colorbox #cboxPrevious .arrow {
  background: url('../images/sprite.png') -301px -162px;
}
.no-webp #colorbox #cboxNext .arrow,
.page404 #colorbox #cboxNext .arrow {
  background: url('../images/sprite.png') -323px -162px;
}
.no-webp #colorbox #cboxClose,
.page404 #colorbox #cboxClose {
  background: url('../images/sprite.png') -366px -180px;
}
.webp .bg-white_phone_sm {
  background: url('../images/sprite.webp') -430px -267px;
}
.webp .bg-slider_prev_arrow_white {
  background: url('../images/sprite.webp') -301px -162px;
}
.webp .bg-menu_phone {
  background: url('../images/sprite.webp') -330px -263px;
}
.webp .bg-slider_next_arrow_white {
  background: url('../images/sprite.webp') -323px -162px;
}
.webp .bg-calendar_white {
  background: url('../images/sprite.webp') -430px -208px;
}
.webp .bg-gallery_close_btn {
  background: url('../images/sprite.webp') -366px -180px;
}
.webp .bg-blue_calendar {
  width: 23px;
  height: 24px;
  background: url('../images/sprite.webp') -303px -263px;
}
.webp .bg-blue_van {
  background: url('../images/sprite.webp') -268px -263px;
}
.webp .bg-payment_visa {
  background: url('../images/sprite.webp') -268px -242px;
}
.webp .bg-ethicalazseal {
  width: 184px;
  height: 76px;
  background: url('../images/sprite.webp') -2px -2px;
}
.webp .bg-asba_offical_seal_21_22 {
  width: 72px;
  height: 85px;
  background: url('../images/sprite.webp') -366px -91px;
}
.webp .bg-payment_master_card {
  width: 78px;
  height: 12px;
  background: url('../images/sprite.webp') -366px -292px;
}
.webp .bg-greater_phoenix_chamber_of_commerce_logo_in_gray_background {
  background: url('../images/sprite.webp') -190px -82px;
}
.webp .bg-national_windshield_repair_association_logo_in_gray_background {
  background: url('../images/sprite.webp') -2px -162px;
}
.webp .bg-payment_discover {
  background: url('../images/sprite.webp') -366px -244px;
}
.webp .bg-payment_american_express {
  background: url('../images/sprite.webp') -366px -267px;
}
.webp .bg-GPC_logo_Member {
  background: url('../images/sprite.webp') -2px -82px;
}
.webp .bg-localfirstazseal {
  background: url('../images/sprite.webp') -366px -2px;
}
.webp #colorbox #cboxPrevious .arrow {
  background: url('../images/sprite.webp') -301px -162px;
}
.webp #colorbox #cboxNext .arrow {
  background: url('../images/sprite.webp') -323px -162px;
}
.webp #colorbox #cboxClose {
  background: url('../images/sprite.webp') -366px -180px;
}
.bg-menu_contact_desktop {
  margin-bottom: 3px;
  margin-top: 2px;
}
.bg-light_gray_caret_up {
  width: 15px;
  height: 10px;
  background: url('../images/gray-caret-up.svg') left top no-repeat;
}
.bg-dollar {
  width: 9px;
  height: 17px;
  background: url('../images/dollar-sign.svg') left top no-repeat;
}
.bg-red_phone {
  width: 22px;
  height: 22px;
  background: url('../images/red_phone.svg') left top no-repeat;
  background-size: cover;
}
.bg-menu_glasses {
  width: 24px;
  height: 18px;
  margin-top: 4px;
  background: url(../images/menu-graduation-cap.svg) left top no-repeat;
}
.bg-menu_quote {
  width: 24px;
  height: 24px;
  background: url('../images/menu-quote.svg') left top no-repeat;
}
.bg-menu_services {
  width: 24px;
  height: 18px;
  margin-top: 4px;
  background: url('../images/menu-services.svg') left top no-repeat;
}
.bg-menu_arcicles {
  width: 23px;
  height: 23px;
  margin-top: 1px;
  margin-left: 1px;
  background: url('../images/article-icon.svg') left top no-repeat;
}
.bg-menu_areas {
  width: 24px;
  height: 19px;
  margin-left: 4px;
  margin-right: 16px !important;
  margin-bottom: 0;
  margin-top: 2px;
  background: url('../images/location-pin-red.svg') left top no-repeat;
}
.bg-menu_specials {
  width: 24px;
  height: 24px;
  background: url('../images/menu-specials.svg') left top no-repeat;
  margin-left: 5px;
  margin-right: 15px !important;
}
.bg-menu_about {
  width: 24px;
  height: 24px;
  margin-left: 6px;
  margin-right: 14px !important;
  background: url('../images/menu-about.svg') left top no-repeat;
}
.desktop-icon-menu .bg-menu_glasses {
  margin: 0 0 3px 0;
}
.desktop-icon-menu .bg-menu_quote {
  width: 18px;
  height: 17px;
  margin-bottom: 4px;
}
.desktop-icon-menu .bg-menu_services {
  width: 23px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.desktop-icon-menu .bg-menu_specials {
  width: 12px;
  height: 17px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0 !important;
}
.desktop-icon-menu .bg-menu_about {
  width: 9px;
  height: 17px;
  margin-left: 0;
  margin-right: 0 !important;
  margin-bottom: 4px;
}
.desktop-icon-menu .bg-menu_areas {
  width: 13px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0 !important;
}
.city-page h3.mb-4 {
  z-index: 1;
  position: relative;
}
.city-page p {
  z-index: 1;
  position: relative;
}
.ytLoader {
  width: 323px;
  position: relative;
  margin: -30px auto -15px auto;
  z-index: 0;
}
.ytLoader .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ytLoader:after {
  content: "";
  height: 31px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.ytLoader:before {
  content: "";
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.ytLoader img.cover {
  width: 323px;
}
.bg-white_logo {
  width: 221px;
  height: 46px;
  background: url('../images/logo_new.svg') left top no-repeat;
  background-size: contain;
}
.bg-regular_logo {
  width: 221px;
  height: 46px;
  background: url('../images/logo_new4.svg') left top no-repeat !important;
  background-size: contain !important;
}
.ttc-home .total-car-care__content {
  padding-right: 40px;
}
.ttc-home .total-car-care__content hr {
  margin-top: 27px;
  margin-bottom: 27px;
}
.ttc-home__left {
  padding-right: 0;
}
.ttc-home__left .total-car-care__content {
  padding: 30px 15px 30px 40px !important;
  background: #f2f3f5;
}
.ttc-home__right {
  background: #fff;
  padding-left: 0;
}
.ttc-home--top.total-car-care {
  background: #fff !important;
}
.ttc-home .total-car-care .list-bullet-black li {
  margin-bottom: 12px;
}
.ttc-home .total-car-care .list-bullet-black li:last-child {
  margin-bottom: 0;
}
.home-insurance-sec__txt {
  background: #f2f3f5;
  padding: 30px 15px 30px 25px;
}
.home-insurance-sec__txt h4 {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.home-insurance-sec__txt .list-bullet-black {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-insurance-sec__txt .list-bullet-black li {
  padding-left: 23px;
}
.home-insurance-sec__txt .list-bullet-black li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-insurance-sec__txt .list-counter-circle {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-insurance-sec__txt .list-counter-circle li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-insurance-sec__img {
  position: relative;
  box-sizing: border-box;
}
.home-insurance-sec__img--border {
  border-left: 1px solid #e3e5e8;
  border-right: 1px solid #e3e5e8;
}
.home-insurance-sec__img img {
  width: 100%;
}
.wo-insurance-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wo-insurance-sec__intro {
  margin-bottom: 41px;
}
.wo-insurance-sec__mob-img {
  display: none;
}
.wo-insurance-sec__payment-methods {
  padding-top: 5px;
  padding-bottom: 27px;
}
.wo-insurance-sec__pm-item {
  background: #2f4468;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 12px;
}
.wo-insurance-sec__pm-item:last-child {
  margin-right: 0;
}
.wo-insurance-sec__ps-img {
  height: 44px;
  width: 70px;
}
.wo-insurance-sec__bg {
  background: url(../images/downtown-phoenix-az-skyline.jpg) top left no-repeat;
  background-size: cover;
  min-height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wo-insurance-sec__cnt-wr {
  background: #fff;
  max-width: 690px;
  padding: 24px 24px 24px 30px;
}
.webp .wo-insurance-sec__bg {
  background: url(../images/downtown-phoenix-az-skyline.webp) top left no-repeat;
  background-size: cover;
}
.bottom-form-hr {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 1px;
}
.bottom-form-txt {
  text-align: center;
  margin: 25px 0;
  font-size: 16px;
}
.insurance-section--windshield-replacement .home-page-block-with-image__col {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
}
.is-illegal-img {
  width: 526px;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
}
.why-us-sec__text h4 {
  margin-bottom: 0;
}
.why-us-sec__ico {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 25px;
}
.why-us-sec__ico--oem-windshield img {
  height: 90px;
  width: 127px;
}
.why-us-sec__ico--calendar-today img {
  height: 90px;
  width: 103px;
}
.why-us-sec__ico--bbb-torch img {
  height: 90px;
  width: 55px;
}
.why-us-sec__ico--warranty-seal img {
  height: 105px;
  width: 105px;
}
.why-us-sec__ico--dollar img {
  height: 80px;
  width: 43px;
}
.why-us-sec__ico--technician-license img {
  height: 80px;
  width: 115px;
}
.why-us-sec__item.is-mobile {
  display: none;
}
.cracked-illegal ul {
  margin-bottom: 15px;
}
.total-car-care-hero {
  margin-right: 100px;
}
.total-car-care__num {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  line-height: 27px;
  width: 29px;
  height: 29px;
  position: relative;
  top: -2px;
}
.total-car-care__num:after {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: -1px;
  border: 2px solid #2d353e;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
}
.total-car-care__content {
  min-height: calc(100% - 60px);
}
.our-mission img.img-fluid {
  width: 100%;
}
.collapse:not(.show) {
  display: none;
}
.is-mobile-inline {
  display: none;
}
.kpo-box__number {
  color: #fff;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: -16px/4;
  width: 29px;
  height: 29px;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 0;
  margin-right: 5px;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0;
}
.insurance-section--windshield-replacement .home-page-block-with-image__col {
  padding-top: 0 !important;
}
.insurance-section--windshield-replacement .media img {
  margin-bottom: 22px !important;
}
.total-car-care-block {
  margin-top: 37px;
}
.total-car-care-block--first {
  margin-top: 0;
}
.total-car-care {
  background: #f2f3f5;
}
.total-car-care__dollar {
  position: absolute;
  left: 5px;
  top: 5px;
}
.total-car-care__title {
  padding-left: 20px;
  background: #B0B1B2;
  color: #fff;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.total-car-care__title h3 {
  color: #2d353e;
  margin-bottom: 0 !important;
}
.total-car-care__content {
  padding: 35px 0 35px 40px;
}
.total-car-care__col1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.total-car-care__col2 {
  text-align: right;
  padding-right: 0 !important;
  overflow-x: hidden;
}
.total-car-care__img {
  height: 100%;
}
.total-car-care .list-bullet-black {
  padding-left: 0;
  margin-bottom: 0;
}
.total-car-care .list-bullet-black li {
  padding-left: 1.5rem;
  margin-top: 0;
  font-size: 18px;
}
.total-car-care .list-bullet-black li:before {
  margin-left: -1.5rem;
  margin-top: 10px;
}
.total-car-care--home .total-car-care__img {
  height: 100%;
  max-width: 509px;
}
.ttc-2col img {
  max-width: 100%;
  width: 100%;
}
.ttc-2col__cnt {
  padding: 35px 5px 63px 40px;
}
.ttc-2col__btm-lnk {
  position: absolute;
  bottom: 35px;
}
.ttc-2col__and {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 130px));
  border-radius: 50%;
  z-index: 5;
  width: 50px;
  height: 50px;
  line-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.ttc-benefits {
  padding: 35px 20px 30px 40px;
  border-right: 1px solid #e3e5e8;
  border-left: 1px solid #e3e5e8;
  border-bottom: 1px solid #e3e5e8;
}
.ttc-benefits .col {
  padding: 0;
}
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ttc-qa {
  margin-top: 19px;
}
.ttc-qa__item {
  border-bottom: 1px solid #e3e5e8;
  margin-bottom: 27px;
}
.ttc-qa__item:last-child {
  margin-bottom: 0;
}
.ttc-qa__question {
  margin-bottom: 19px;
}
.ttc-qa__answer {
  font-size: 16px;
  margin-bottom: 25px;
  padding-left: 25px;
}
.ttc-qa__answer .list-bullet-black > li {
  padding-left: 6px;
}
.ttc-value {
  background: #f2f3f5;
}
.ttc-value__content {
  padding: 35px 0 35px 25px;
}
.ttc-value h4 {
  margin-bottom: 20px;
}
.ttc-value__item {
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.tcc-row {
  width: 100%;
  margin-left: 0;
}
.tcc-average {
  margin-top: 60px;
  margin-bottom: 48px;
}
.tcc-average__table {
  border: 6px solid #f2f3f5;
  max-width: 848px;
  margin: 0 auto 25px auto;
}
.tcc-average__tr {
  min-height: 55px;
  position: relative;
}
.tcc-average__td {
  width: calc(100% - 96px);
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -16px/4;
  border-top: 1px solid #e3e5e8;
  padding-left: 19px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
}
.tcc-average__td--first {
  border: none;
}
.tcc-average__value {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 95px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 15px 0 5px;
  min-height: 55px;
  border-top: 1px solid #707070;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tcc-average__value--first {
  border: none;
}
.tcc-average__note {
  max-width: 690px;
  margin: 0 auto;
  font-size: 16px;
  color: #abadb0;
}
.tcc-average__header {
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.ttc-page-note {
  margin-top: 18px !important;
}
.kpo-box__number--mobile {
  display: none;
}
.best-warranty-block__content--w-replacement ul li {
  font-size: 1.125rem !important;
  margin-bottom: 8px !important;
  font-weight: 400;
  line-height: 1.5;
}
.best-warranty-block__content--w-replacement ul li:last-child {
  margin-bottom: 0 !important;
}
.sticky-comparison-header,
.sticky-insurance-header {
  display: none;
}
.new-home-cta__h1 .desktop-row {
  display: block;
}
.border-gray {
  border: 1px solid #e5e5e5;
}
.border-green {
  border: 1px solid #00b06a;
}
.border-dashed {
  border-style: dashed;
  border-width: 3px;
}
.full-width {
  max-width: 100%;
}
.yellow-bg {
  background: #fff200;
}
.new-call-to-action-block-black {
  background: #000;
  color: #fff;
  padding-top: 1px;
}
.u-wide-main {
  max-width: 100%;
}
.text-with-round-img h3 {
  padding-left: 18px;
  margin-bottom: 20px;
}
.text-with-round-img__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.text-with-round-img__row .col-md-6 {
  flex: none;
  max-width: 100%;
  display: inline-block;
}
.text-with-round-img__row--reverce {
  flex-direction: row-reverse;
}
.text-with-round-img__col {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.text-with-round-img__img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  float: right;
}
li.no-bullet:before {
  display: none;
}
.u-italic {
  font-style: italic;
}
.header-slider {
  background: #2f4468 !important;
  border-bottom: 1px solid #2f4468;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 34px;
  position: relative;
  width: 100%;
}
.header-slider--mobile {
  position: absolute;
  left: -999999px;
}
.header-slider .js-slick-header-prev,
.header-slider .js-slick-header-next {
  background: #2f4468 !important;
}
.header-slider__slide {
  position: absolute;
  background: #2f4468 !important;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 5px;
}
.header-slider__slide a {
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header-slider__slide small {
  font-size: 70% !important;
}
.header-slider__slide:nth-child(1) {
  z-index: 4;
}
.header-slider.slick-ok .header-slider__slide {
  position: relative;
  left: auto;
  height: auto;
  top: auto;
  width: auto;
}
.header-slider__container {
  max-width: 420px;
  position: relative;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden;
}
.header-slider a {
  color: #fff !important;
}
.header-slider a:hover,
.header-slider a:focus,
.header-slider a:active {
  text-decoration: none;
}
.new-call-to-action-block {
  margin-top: 50px;
  position: relative;
}
.new-call-to-action-block__gif {
  position: absolute;
  width: 55px;
  height: 66px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.new-call-to-action-block .new-home-cta__buttons {
  margin-top: 0;
  text-align: center;
  justify-content: center;
  padding: 0 15px;
}
.new-call-to-action-block .new-home-cta__buttons a:first-child {
  margin-right: 6px;
}
.new-call-to-action-block .new-home-cta__buttons .new-home-cta__quote-btn {
  color: #fff;
}
@media screen and (max-width: 991.98px) and (min-width: 374px) and (min-height: 862px) {
  .body-quickquote .footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.quickquote-content {
  position: relative;
  margin-top: 7px;
  padding-left: 90px;
  padding-right: 90px;
}
.quickquote-content .form-secondary {
  max-width: 488px !important;
}
@media (min-width: 767px) {
  .quickquote-content {
    min-width: 670px;
    overflow: hidden;
  }
  .quickquote-content h1 {
    max-width: 494px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.quickquote-content--cta {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quickquote-content--thanks {
  min-height: 620px;
  max-width: 530px;
}
@media (max-width: 767px) {
  .quickquote-content--thanks {
    min-height: calc(100vh - 100px - 50px - 121px);
  }
}
@media (max-width: 359px) {
  .quickquote-content--thanks {
    min-height: calc(100vh - 124px - 50px - 121px);
  }
}
.quickquote-content--thanks-callback {
  min-height: 467px;
}
.quickquote-content h2 {
  padding-top: 35px;
}
@media (max-width: 991.98px) {
  .quickquote-content h2 {
    padding-top: 1rem !important;
    text-align: left;
  }
}
.quickquote-content h1 {
  padding-top: 35px;
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 991.98px) {
  .quickquote-content h1 {
    font-size: 1.8rem;
    padding-top: 30px ! important;
    text-align: left;
  }
}
.quickquote-content .g-heading-v2:after {
  margin-bottom: 10px;
}
.quickquote-content .form-secondary {
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .quickquote-content .form-secondary {
    padding-left: 0;
    width: auto !important;
    max-width: 100% !important;
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .quickquote-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.quickquote-content--closed {
  margin-bottom: 0;
}
.quickquote-content--closed .quickquote-row__intro {
  max-width: 425px;
}
@media (min-width: 992px) {
  .quickquote-content--closed .form-secondary {
    padding-top: 10px;
    padding-bottom: 33px;
    max-width: 425px;
  }
}
@media (max-width: 991.98px) {
  .quickquote-content--closed .form-secondary {
    padding-bottom: 35px;
  }
}
.quickquote-row {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  flex-direction: column;
}
.quickquote-row__intro {
  margin-top: 22px;
  margin-bottom: 15px;
  padding: 0;
  max-width: 494px;
  font-size: 18px;
}
.quickquote-row__logo-link {
  display: flex;
}
.quickquote-row__logo {
  text-align: center;
  margin: 11px 0 5px -1px;
  background: url(../images/logo_new.svg) center center no-repeat;
  width: 221px;
  height: 46px;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .quickquote-row h1 {
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .quickquote-row .g-heading-v2:after {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.quickquote-col__left img {
  float: right;
  height: 100%;
  max-height: 970px;
  width: auto;
  object-fit: cover;
}
@media (min-height: 875px) {
  .quickquote-col__left img {
    max-height: calc(100vh - 60px);
  }
}
@media (max-width: 991.98px) {
  .quickquote-col__left {
    display: none;
  }
}
.quickquote-col__right {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .quickquote-col__right {
    padding-left: 0;
  }
}
.desktop-icon-menu {
  display: none;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.sec750 {
  justify-content: space-around;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 26px;
}
.sec750 .why-us-sec__ico {
  height: auto;
  margin-bottom: 0 !important;
}
.sec750__icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1rem;
  height: auto;
}
.sec750__ico--customers {
  width: 185px !important;
  max-width: 185px !important;
  height: 112px !important;
  margin-left: 0;
}
.sec750__ico--10m {
  width: 150px !important;
  max-width: 150px !important;
  height: 100px !important;
  margin-right: 0;
}
.sec750__ico--20y {
  height: 100px !important;
  width: 130px !important;
  max-width: 130px !important;
}
.sec750__ico--bbb {
  height: 75px !important;
  width: 275px !important;
  max-width: 275px !important;
}
.desktop-icon-menu-item {
  transition: none !important;
  padding: 0 22px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  line-height: 0.9;
}
.desktop-icon-menu-item__text {
  font-size: 15px;
  color: #000;
}
.desktop-icon-menu-item .nav-link {
  padding: 0 !important;
  color: #212529;
  transition: none !important;
}
.desktop-icon-menu-item .nav-link:hover {
  color: #d60000;
}
.desktop-icon-menu-item .dropdown-menu-services {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1020px;
  width: 100%;
  padding: 30px 15px;
}
.contact-us-page p,
.contact-us-page li,
.contact-us-page a {
  font-size: 1.25rem !important;
}
.new-home-cta__buttons--top-mobile {
  display: none;
}
.services-page .counter-circle-sec__num,
.home-page .counter-circle-sec__num {
  top: 2px;
}
.services-page .quickquote-content,
.home-page .quickquote-content {
  min-width: 0;
}
.services-page .quickquote-content--cta,
.home-page .quickquote-content--cta {
  max-width: 500px;
}
.ttc-qa__answer ul {
  padding-left: 13px;
}
.ttc-qa__answer ul li:before {
  width: 5px !important;
  height: 5px !important;
}
.ttc-qa__answer .list-bullet-black--regular li:before {
  margin-left: -17px;
  margin-top: 11px;
  width: 6px;
  height: 6px;
}
.dark-wrapper-wr {
  max-width: 1175px;
}
.footer-bottom {
  font-size: 12px;
  padding-top: 1.5rem;
}
.footer-bottom.bg-black {
  color: #fff;
}
.footer-bottom.bg-black li {
  color: #fff;
}
.footer-bottom.bg-black a {
  color: #fff;
}
.footer-bottom.bg-black a:hover {
  color: #fff;
}
.contact-us-form-intro {
  position: relative;
  z-index: 10;
}
.new-home-cta__buttons--closed a {
  min-width: 100% !important;
  margin-right: 0 !important;
}
.call-to-action-block--footer .is-desktop.new-home-cta__buttons {
  margin: 54px auto 25px auto;
}
.nav-item-phone .nav-phone.nav-phone--closed {
  font-size: 23px !important;
}
.home-hero__bottom.is-desktop .new-home-cta__buttons.new-home-cta__buttons--closed a {
  line-height: normal !important;
  height: auto !important;
}
.home-hero__bottom.is-desktop .new-home-cta__buttons.new-home-cta__buttons--closed .tap-here {
  font-size: 18px;
  font-weight: normal !important;
  display: block;
  margin-bottom: 7px;
}
.cta-call-text {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: -16px/4;
  position: relative;
  padding-left: 70px;
}
.cta-call-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f40000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
}
.cta-call-text:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background: url(../../assets/images/phone-mobile.svg) left top no-repeat;
  z-index: 3;
}
.is-desktop.new-home-cta__buttons.new-home-cta__buttons--closed a {
  line-height: normal !important;
  height: auto !important;
}
.is-desktop.new-home-cta__buttons.new-home-cta__buttons--closed .tap-here {
  font-size: 18px;
  font-weight: normal !important;
  display: block;
  margin-bottom: 7px;
}
.is-desktop .new-home-cta__buttons--closed .tap-here {
  font-size: 18px;
  font-weight: normal !important;
  display: block;
  margin-bottom: 7px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#cboxPrevious:focus,
#cboxNext:focus,
#cboxClose:focus,
#cboxSlideshow:focus,
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
  outline: 0 !important;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
}
#cboxTopCenter {
  height: 25px;
}
#cboxTopRight {
  width: 25px;
  height: 25px;
}
#cboxBottomLeft {
  width: 25px;
  height: 25px;
}
#cboxBottomCenter {
  height: 25px;
}
#cboxBottomRight {
  width: 25px;
  height: 25px;
}
#cboxMiddleLeft {
  width: 60px;
  cursor: pointer;
}
#cboxMiddleRight {
  width: 60px;
  cursor: pointer;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 50px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}
#cboxCurrent {
  display: none !important;
}
#cboxLoadingOverlay {
  background: #fff;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxClose {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  color: #444;
  height: 100px;
  z-index: 99999;
}
@media (max-width: 767.98px) {
  #cboxPrevious {
    left: -40px;
  }
}
#cboxNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  color: #444;
  height: 100px;
  z-index: 99999;
}
@media (max-width: 767.98px) {
  #cboxNext {
    right: -40px;
  }
}
#cboxClose {
  position: absolute;
  display: block;
  color: #444;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
.is-fixed-body .navbar {
  border-bottom: 1px solid #e5e5e5;
}
#colorbox .nav-item {
  height: 60px;
  width: auto;
  pointer-events: all;
}
#colorbox .nav-item a {
  display: block;
  width: 60px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #colorbox .nav-item a {
    width: 40px;
  }
}
#colorbox .nav-item a .arrow-wrapper {
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767.98px) {
  #colorbox .nav-item a .arrow-wrapper {
    width: 40px;
  }
}
#colorbox #overlay-next-btn a {
  right: 0;
  position: relative;
}
#colorbox #overlay-prev-btn a {
  left: 0;
  position: relative;
}
#colorbox .nav-item .peek {
  display: inline-block;
  opacity: 1;
  height: 60px;
  line-height: 60px;
  position: relative;
  top: 0;
  overflow: hidden;
  left: -200%;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: #000;
}
#colorbox #overlay-next-btn .peek {
  left: auto;
  right: -60px !important;
}
@media (max-width: 767.98px) {
  #colorbox #overlay-next-btn .peek {
    right: -40px !important;
  }
}
#colorbox #overlay-next-btn:hover .peek {
  width: auto;
}
#colorbox #overlay-prev-btn .peek {
  right: auto;
  left: 100%;
}
#colorbox #overlay-prev-btn:hover .peek {
  width: auto;
  left: -60px;
}
@media (max-width: 767.98px) {
  #colorbox #overlay-prev-btn:hover .peek {
    left: -40px;
  }
}
#colorbox .next-prev-label {
  color: #939393;
  text-transform: none;
  margin-right: 5px;
}
#colorbox #cboxNext,
#colorbox #cboxPrevious {
  opacity: 1;
}
#colorbox #cboxNext:focus,
#colorbox #cboxPrevious:focus,
#colorbox #cboxNext:active,
#colorbox #cboxPrevious:active {
  outline: 0 !important;
}
#colorbox #cboxNext #overlay-next-btn .arrow,
#colorbox #cboxPrevious #overlay-next-btn .arrow,
#colorbox #cboxNext #overlay-next-btn .arrow-wrapper,
#colorbox #cboxPrevious #overlay-next-btn .arrow-wrapper,
#colorbox #cboxNext #overlay-prev-btn .arrow,
#colorbox #cboxPrevious #overlay-prev-btn .arrow,
#colorbox #cboxNext #overlay-prev-btn .arrow-wrapper,
#colorbox #cboxPrevious #overlay-prev-btn .arrow-wrapper {
  background-color: transparent;
}
#colorbox #cboxNext.has-full-opacity,
#colorbox #cboxPrevious.has-full-opacity {
  opacity: 1;
}
#colorbox #cboxNext.has-full-opacity #overlay-next-btn .arrow,
#colorbox #cboxPrevious.has-full-opacity #overlay-next-btn .arrow,
#colorbox #cboxNext.has-full-opacity #overlay-next-btn .arrow-wrapper,
#colorbox #cboxPrevious.has-full-opacity #overlay-next-btn .arrow-wrapper,
#colorbox #cboxNext.has-full-opacity #overlay-prev-btn .arrow,
#colorbox #cboxPrevious.has-full-opacity #overlay-prev-btn .arrow,
#colorbox #cboxNext.has-full-opacity #overlay-prev-btn .arrow-wrapper,
#colorbox #cboxPrevious.has-full-opacity #overlay-prev-btn .arrow-wrapper {
  background-color: #000;
}
#colorbox #cboxNext.has-full-opacity #overlay-prev-btn .peek,
#colorbox #cboxPrevious.has-full-opacity #overlay-prev-btn .peek {
  left: -60px;
}
@media (max-width: 767.98px) {
  #colorbox #cboxNext.has-full-opacity #overlay-prev-btn .peek,
  #colorbox #cboxPrevious.has-full-opacity #overlay-prev-btn .peek {
    left: -40px;
  }
}
#colorbox #cboxNext.has-full-opacity #overlay-next-btn a,
#colorbox #cboxPrevious.has-full-opacity #overlay-next-btn a,
#colorbox #cboxNext.has-full-opacity #overlay-prev-btn a,
#colorbox #cboxPrevious.has-full-opacity #overlay-prev-btn a {
  width: auto !important;
}
#colorbox #cboxNext:hover,
#colorbox #cboxPrevious:hover {
  opacity: 1;
}
#colorbox .nav-item a .arrow {
  display: block;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
#colorbox #cboxNext .arrow-wrapper {
  right: 0;
}
#colorbox #cboxNext.has-full-opacity .peek {
  padding-right: 60px;
  padding-left: 20px;
  right: 0 !important;
}
#colorbox #cboxNext .arrow {
  width: 18px;
  height: 62px;
}
#colorbox #cboxPrevious .arrow-wrapper {
  left: 0;
}
#colorbox #cboxPrevious.has-full-opacity .peek {
  padding-left: 80px;
  padding-right: 20px;
  left: -20px !important;
}
#colorbox #cboxPrevious .arrow {
  width: 18px;
  height: 62px;
}
#colorbox .new-home-cta__buttons {
  margin-top: 40px;
}
#colorbox .new-home-cta__buttons.is-mobile {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  overflow: hidden;
  margin-top: 30px !important;
}
#colorbox .new-home-cta__buttons.is-mobile a.btn.g-btn-primary {
  width: 100%;
  margin-left: 0;
  padding-left: 13px !important;
}
#colorbox .new-home-cta__buttons.is-mobile:before {
  left: 25px;
}
#colorbox .new-home-cta__buttons.is-mobile:after {
  left: 11px;
}
#colorbox .tcc-average__note {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #colorbox .quote-link {
    padding-top: 10px;
  }
  #colorbox .tcc-average__note {
    margin-top: 10px;
  }
  #colorbox .peek {
    display: none !important;
  }
}
@media (max-width: 500px) {
  #colorbox .new-home-cta__buttons.is-mobile:before,
  #colorbox .new-home-cta__buttons.is-mobile:after {
    display: none;
  }
  #colorbox .new-home-cta__buttons.is-mobile {
    padding-left: 15px;
  }
  #colorbox .new-home-cta__buttons.is-mobile a.btn.g-btn-primary {
    padding-left: 0 !important;
  }
}
#colorbox img {
  max-width: none !important;
}
#colorbox .tcc-average__note {
  padding: 0 15px;
  font-size: 14px;
}
.sticky-header-txt {
  color: #fff;
}
.sticky-header-txt__1 {
  font-weight: bold;
}
.sticky-header-ico {
  margin-right: 10px;
}
.h4-list {
  position: relative;
  padding-left: 23px !important;
}
.h4-list span {
  position: absolute;
  left: 0;
  top: 0;
}
.sticky-header {
  display: none;
  background: #f2f3f5;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  height: 70px;
  border-top: 1px solid #e5e5e5;
  box-shadow: none;
}
.sticky-header .is-desktop.container {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .sticky-header .is-desktop.container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1220px) {
  .sticky-header .is-desktop.container {
    max-width: 1185px !important;
  }
}
.sticky-header__left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-header__right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sticky-header__right .is-desktop .simple-btn:first-child {
  margin-right: 20px;
}
.sticky-header.is-sticky {
  display: flex;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 103;
}
.sticky-header.is-sticky .review-card__close {
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.sticky-header.is-not-hovered:hover {
  background: #fff;
}
.sticky-header .simple-btn {
  border: 1px solid #025cbc;
  border-radius: 0;
  color: #025cbc;
  background: #f2f3f5;
  height: 39px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.sticky-header .simple-btn .icon-right-circle {
  margin-left: 5px;
  margin-top: 1px;
}
.sticky-header .simple-btn:hover {
  color: #0056b3;
  border: 1px solid #0056b3;
  text-decoration: none;
}
.sticky-header .call-btn-simple {
  background: #d60000;
  border: 1px solid #d60000;
  color: #fff;
}
.sticky-header .call-btn-simple .call-btn-simple__ico {
  margin-right: 8px;
}
.sticky-header .call-btn-simple:hover {
  background: #bf1c23;
  border: 1px solid #bf1c23;
  color: #fff;
}
.sticky-header__or {
  color: #a0aec0;
  font-weight: 700;
  font-size: 15px;
  margin: 0 15px;
}
.sticky-header h4 {
  color: #2d353e;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  padding: 0 0 0 0;
  text-align: center;
  margin: 0;
}
.sticky-header .card-more-details__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sticky-header .is-mobile {
  display: none;
}
.desktop-br {
  display: block;
}
.page-overview ul.list-unstyled li {
  padding: 0 0 8px 0;
}
.page-overview ul.list-unstyled li:last-child {
  padding: 0 0 0 0;
}
.page-overview ul.list-unstyled li > ul {
  padding: 8px 0 0 0;
}
.ul-tick {
  list-style-type: none;
  padding-left: 1.55rem !important;
  position: relative;
}
.ul-tick li {
  padding-left: 0 !important;
}
.ul-tick li .icon-v6 {
  position: absolute;
  margin-left: -24px;
  margin-top: 8px;
}
.ul-tick li .icon-ok {
  background: url(../images/green-check.svg) left top no-repeat;
}
#js-support-e {
  white-space: nowrap;
}
.about-page .sec750__icons,
.services-page .sec750__icons {
  max-width: 455px;
  margin: 0 auto;
}
.about-page .sec750__icons .why-us-sec__ico,
.services-page .sec750__icons .why-us-sec__ico {
  height: auto !important;
}
.about-page .sec750__icons img,
.services-page .sec750__icons img {
  height: auto !important;
}
.services-page .sp-quote.quickquote-content--cta #form2.wufoo {
  padding-bottom: 0 !important;
}
.green-check-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.red-cross-inside {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.why-us-sec__ico--chipped-windshield img {
  height: 80px !important;
  width: 164px !important;
}
.why-us-sec__ico--door-glass img {
  height: 100px !important;
  width: 100px !important;
}
.why-us-sec__ico--no-damage img {
  height: 80px !important;
  width: 164px !important;
}
.why-us-sec__ico--rear-window img {
  height: 80px !important;
  width: 164px !important;
}
.why-us-sec__ico--small-cracks img {
  height: 80px !important;
  width: 164px !important;
}
.other-services-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.other-services-sec a:hover {
  text-decoration: none;
}
.other-services-sec__item {
  border-bottom: 5px solid #2f4567;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 175px;
}
.other-services-sec__item .is-mobile {
  display: none;
}
.other-services-sec__item img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.other-services-sec__item h4 {
  padding: 15px 15px;
  margin-bottom: 0;
}
.vehicle-page #js-hero-img-desktop {
  object-fit: contain;
}
.table--2col .table__td {
  width: 50%;
}
.vehicle-table .table__td.is-desktop {
  display: block;
}
.vehicle-table--4cols .table__tr {
  display: flex;
  flex-wrap: wrap;
}
.vehicle-table--4cols .table__td {
  flex: 1 0 10%;
  max-width: 10%;
}
.nav-item.dropdown .arrow-down {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  display: block !important;
}
.nav-item.dropdown .arrow-down:before {
  content: "";
  position: absolute;
  border: solid #2d353e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  top: 0.625rem;
  right: 1.1875rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-item.dropdown.show .arrow-down {
  top: 8px;
}
.nav-item.dropdown.show .menu-toggle-area {
  height: auto;
}
.dropdown-menu__header {
  text-transform: none;
  color: #2d353e;
  font-size: 20px;
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-top: 1px solid #e5e5e5;
}
.dropdown-menu__header .dropdown-item {
  text-transform: none;
  color: #2d353e;
  font-size: 20px;
  padding: 0 !important;
  font-weight: bold;
}
.navbar-nav .nav-link,
.dropdown-menu__header .dropdown-item {
  font-size: 18px !important;
}
.area-menu-content {
  display: none;
}
.area-menu-content {
  padding-left: 16px;
}
.show-area-content .arrow-down {
  top: 0 !important;
}
.show-area-content.dropdown-menu__header,
.show-area-content .dropdown-menu__header {
  position: relative;
  text-transform: none;
  color: #2d353e;
  font-size: 18px;
  font-weight: bold;
}
.show-area-content.dropdown-menu__header a,
.show-area-content .dropdown-menu__header a {
  color: #2d353e;
  font-weight: bold;
}
.show-area-content.dropdown-menu__header a:hover,
.show-area-content .dropdown-menu__header a:hover {
  text-decoration: none;
}
.dropdown-menu .show-area-content.is-visible .js-show-area-content .arrow-down {
  top: 4px !important;
}
.dropdown-menu.show .area-menu-content {
  padding-left: 0;
}
.dropdown-menu.show .area-menu-content li {
  padding-left: 24px;
}
.quote-block {
  position: relative;
  padding: 30px 23px;
}
.quote-block__t-l {
  width: 3px;
  height: 65px;
  background: #d60000;
  position: absolute;
  top: 0;
  left: 0;
}
.quote-block__t {
  height: 3px;
  width: 270px;
  background: #d60000;
  position: absolute;
  top: 0;
  left: 0;
}
.quote-block__b-r {
  width: 3px;
  height: 65px;
  background: #d60000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.quote-block__b {
  height: 3px;
  width: 270px;
  background: #d60000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.quote-block h3 {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 1rem;
}
.disclaimer {
  font-size: 12px;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mxn_clearfix:after,
.mxn_clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mxn_border_box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .dark-wrapper {
    max-width: 1155px;
    margin: 0 auto;
  }
  .container {
    max-width: 540px;
  }
  .new-home-cta__buttons a {
    line-height: 1.7 !important;
    height: 74px;
    font-size: 36px !important;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .g-font-size-sm-20 {
    font-size: 1.25rem !important;
  }
  .g-font-size-sm-25 {
    font-size: 1.5625rem !important;
  }
  .g-font-size-sm-40 {
    font-size: 2.5rem !important;
  }
  .g-font-size-sm-50 {
    font-size: 3.125rem !important;
  }
}
@media (min-width: 768px) {
  .total-car-care__img--340 {
    min-height: 340px;
  }
  .vehicle-table--4cols .table__td:nth-child(-n+10) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+11):nth-child(-n+20) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+21):nth-child(-n+30) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+31):nth-child(-n+40) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+41):nth-child(-n+50) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+51):nth-child(-n+60) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+61):nth-child(-n+70) {
    background-color: #ededed !important;
  }
  .home-hero .money-seal-wr .money-seal-img-wr img {
    width: 299px !important;
    height: 300px !important;
  }
  .home-hero .money-seal-text__1 {
    font-size: 34px;
  }
  .home-hero .money-seal-text__2 {
    font-size: 88px;
  }
  .home-hero .money-seal-text__3 {
    font-size: 55px;
  }
  .footer .contacts-sec__block:last-child .contacts-sec__txt {
    padding-left: 17px;
  }
  .footer .contacts-sec__block .bg-blue_calendar {
    margin-left: 3px;
  }
  .footer .contacts-sec__ico img.mr-4 {
    margin-right: 11px !important;
  }
  .table--md-4col {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .table--md-4col .table__tr {
    display: flex;
    width: 100%;
  }
  .table--md-4col .table__td {
    width: 25%;
  }
  .home-page .new-home-cta2 {
    padding-top: 38px !important;
  }
  .home-page .new-home-cta2 .icon-right-circle {
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
  }
  .vehicle-page #js-hero-img-desktop {
    width: 100% !important;
    margin-top: 0 !important;
    height: calc(100% - 1px) !important;
    object-fit: contain !important;
  }
  .neighborhoods-areas-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .neighborhoods-areas-ul li {
    width: 50%;
    margin-top: 0 !important;
    padding-right: 16px;
  }
  .vehicle-table .table__td .is-desktop {
    display: block !important;
  }
  .vehicle-table--md-5cols {
    display: block;
    width: 100%;
  }
  .vehicle-table--md-5cols .table__td {
    white-space: normal;
    border: none;
    border-top: none !important;
    width: 20%;
  }
  .vehicle-table--md-5cols .table__tr {
    display: flex;
    flex-wrap: wrap;
  }
  .vehicle-table--md-5cols .table__tr:last-child .table__td:nth-last-child(-n+5) {
    border-bottom: none;
  }
  .vehicle-table--md-5cols .table__tr:last-child .table__td:nth-child(5),
  .vehicle-table--md-5cols .table__tr:last-child .table__td:nth-child(10),
  .vehicle-table--md-5cols .table__tr:last-child .table__td:nth-child(15) {
    border-right: none;
  }
  .vehicle-table--md-6cols {
    display: block;
    width: 100%;
  }
  .vehicle-table--md-6cols .table__td {
    white-space: normal;
    border: none;
    border-top: none !important;
    width: 16.66666667%;
  }
  .vehicle-table--md-6cols .table__tr {
    display: flex;
    flex-wrap: wrap;
  }
  .vehicle-table--md-6cols .table__tr:last-child .table__td {
    border-right: 1px solid #dee2e6;
  }
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-last-child(-n+6) {
    border-bottom: none;
  }
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(6),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(12),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(18),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(24),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(30),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(36),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(42),
  .vehicle-table--md-6cols .table__tr:last-child .table__td:nth-child(48) {
    border-right: none;
  }
  .vehicle-table--md-7cols {
    display: block;
    width: 100%;
  }
  .vehicle-table--md-7cols .table__td {
    white-space: normal;
    border: none;
    border-top: none !important;
    width: 14.28571429%;
  }
  .vehicle-table--md-7cols .table__tr {
    display: flex;
    flex-wrap: wrap;
  }
  .vehicle-table--md-7cols .table__tr:last-child .table__td:nth-last-child(-n+7) {
    border-bottom: none;
  }
  .vehicle-table--md-7cols .table__tr:last-child .table__td:nth-child(7),
  .vehicle-table--md-7cols .table__tr:last-child .table__td:nth-child(14) {
    border-right: none;
  }
  .vehicle-table--md-8cols {
    display: block;
    width: 100%;
  }
  .vehicle-table--md-8cols .table__td {
    white-space: normal;
    border: none;
    width: 12.5%;
  }
  .vehicle-table--md-8cols .table__tr {
    display: flex;
    flex-wrap: wrap;
  }
  .new-home-cta__h1-row--first-long .desktop-row:first-child {
    font-size: 32px;
  }
  .vehicle-table--50-50 .table__td:first-child {
    width: 50%;
    flex: 1 0 50%;
  }
  .vehicle-table--50-50 .table__td:last-child {
    width: 50%;
    flex: 1 0 50%;
  }
  .mt-md-minus1 {
    margin-top: -6px;
  }
  .city-page:not(.hero-right-img-page) .home-hero2 .new-home-cta__h1 {
    padding-bottom: 0 !important;
  }
  .home-hero2 .new-home-cta {
    padding-bottom: 0 !important;
  }
  .city-h1-2row .new-home-cta__h1 {
    padding-bottom: 39px !important;
  }
  .city-h1-2row .new-home-cta__h1-row--first {
    font-size: 30px;
  }
  .city-h1-2row--24 .new-home-cta__h1-row--first {
    font-size: 24px;
  }
  .city-h1-2row--24 #js-hero-img-desktop {
    margin-top: 9px !important;
  }
  .city-h1-2row--25 .new-home-cta__h1-row--first {
    font-size: 25px;
  }
  .city-h1-2row--25 #js-hero-img-desktop {
    margin-top: 9px !important;
    height: calc(100% - 14px) !important;
  }
  .city-h1-2row--26 .new-home-cta__h1-row--first {
    font-size: 26px;
  }
  .city-h1-2row--26 #js-hero-img-desktop {
    margin-top: 9px !important;
    height: calc(100% - 14px) !important;
  }
  .city-h1-2row--26 .new-home-cta__rates .spacebetweenplus {
    margin-top: -1px;
  }
  .city-h1-2row--27 .new-home-cta__h1-row--first {
    font-size: 27.6px;
  }
  .city-h1-2row--27 #js-hero-img-desktop {
    margin-top: 10px !important;
    height: calc(100% - 18px) !important;
  }
  .city-h1-2row--27 .new-home-cta__rates .spacebetweenplus {
    margin-top: -1px;
  }
  .city-h1-2row--28 .new-home-cta__h1-row--first {
    font-size: 28px;
  }
  .city-h1-2row--29 .new-home-cta__h1-row--first {
    font-size: 29px;
  }
  .city-h1-2row--30 .new-home-cta__h1-row--first {
    font-size: 30px;
  }
  .city-h1-2row--31 .new-home-cta__h1-row--first {
    font-size: 31px;
  }
  .city-h1-2row--32 .new-home-cta__h1-row--first {
    font-size: 32px;
  }
  .city-h1-2row--33 .new-home-cta__h1-row--first {
    font-size: 33px;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .home-hero-badges2 {
    margin-bottom: -10px;
  }
  .best-warranty-block__content--home {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sticky-header.is-sticky {
    display: none !important;
  }
  .best-wr-by-state-page .sticky-header.is-sticky {
    display: flex !important;
  }
  .container {
    max-width: 100%;
  }
  .best-warranty-block .link-more-wr {
    width: 100%;
    padding-left: 20px;
    margin-top: 6px !important;
  }
  .quote-link--footer {
    margin-top: 48px;
    margin-bottom: 39px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .no-gutters-md {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-md > .col,
  .no-gutters-md > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .prev-winners {
    padding-top: 63px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .quickquote-wr {
    min-height: 0;
  }
  .quickquote-wr--closed {
    min-height: 0;
  }
  .city-hero {
    min-width: 505px;
    width: 505px !important;
    margin: 0 auto;
  }
  .h2-wr {
    padding-bottom: 6px;
  }
  .servicearea-page .most-common-cities {
    padding-top: 50px !important;
  }
  .servicearea-page .most-common-cities .g-heading.g-heading-v2 {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
  }
  .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    height: 37px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
  }
  .bg-gray-md {
    background-color: #f2f3f5 !important;
  }
  .bg-white-md {
    background-color: #fff !important;
  }
  .bg-md-white {
    background-color: #fff !important;
  }
  .bg-md-transparent {
    background-color: transparent !important;
  }
  .bg-md-dark {
    background-color: #1f2d45 !important;
  }
  .collapse-heading .fa-md-none {
    display: none !important;
  }
  .collapse-body:not(.md-collapse-content) {
    display: block !important;
  }
  .collapse-desktop .service-box-content {
    background: #fff;
  }
  .collapse-desktop .md-collapse-header {
    cursor: pointer;
  }
  .collapse-desktop .md-collapse-header .fa-md-none {
    display: inline-block;
    vertical-align: top;
  }
  .collapse-desktop .md-collapse-group {
    overflow: hidden !important;
    background: #fff;
    position: relative;
  }
  .collapse-desktop .md-collapse-content {
    display: none;
    background: #fff;
    overflow: hidden;
  }
  .collapse-desktop .md-collapse-content.md-is-visible {
    display: block !important;
  }
  .collapse-desktop .ct-angle-down,
  .collapse-desktop .ft-angle-down {
    width: 17px;
    height: 11px;
    background: url('../images/gray-caret-down.svg') left top no-repeat !important;
  }
  .collapse-desktop .md-collapse-header:not(.md-collapsed) .ct-angle-primary {
    width: 17px;
    height: 11px;
    background: url('../images/gray-caret-up.svg') left top no-repeat !important;
  }
  .text-md-left .g-heading-v2:after,
  .text-md-left.g-heading-v2:after {
    margin-left: 0;
    margin-right: 0;
  }
  .content-border-md-0 {
    border: 0;
  }
  .g-font-size-md-16 .list-counter-circle > li:before,
  .g-font-size-md-16.list-counter-circle > li:before,
  .list-counter-circle > li.g-font-size-md-16:before {
    margin-top: -0.125rem;
  }
  .g-btn-md-2x {
    padding: 1rem 2rem;
  }
  .g-max-width-md-407 {
    max-width: 407px;
  }
  .geo-hero {
    display: flex;
    align-items: center;
  }
  .geo-hero .bg-overlay-inner {
    width: 100%;
  }
  .g-table {
    border: 1px solid #d5d8de;
  }
  .g-table thead th {
    border-left: 1px solid #2d353e;
    border-right: 1px solid #2d353e;
  }
  .g-table .thead-dark th:nth-of-type(even) {
    background-color: #2f4468;
    border-color: #2f4468;
  }
  .collapse-table-caption h4 {
    font-weight: 400;
  }
  .g-caption-title {
    font-weight: 400;
  }
  .w-square-md-125 {
    width: 125px !important;
    height: 125px !important;
  }
  .right-sidebar {
    margin-top: -0.375rem;
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 82px;
  }
  .city-sec-icons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .city-sec-icons .col-md-4 {
    flex: 0 0 0;
    max-width: 100%;
  }
  .city-sec-icons .col-6:first-child {
    margin-right: 42px;
  }
  .city-sec-icons .col-6:last-child {
    margin-left: 42px;
  }
  .location-border {
    border-right: 1px solid #dee2e6;
  }
  .border-bottom-0 .location-border {
    border-bottom: 0;
  }
  .location-border:not(.border-right-0):not(.border-bottom-0):before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    right: -0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    z-index: 1;
  }
  .form-secondary {
    padding: 2.5rem 2.1875rem 1rem;
  }
  main *[id]:not(#request-quote-form):not(#js-comparison-table-iframe):not(#js-comparison-table):not(.js-colorbox):not(.makes-models-sec__block):not(#free-quote-form):not(#windshield-replacement):not(.collapse-body):not(#windshield-repair):not(#door-and-rear-windshield):before {
    margin-top: -150px;
    height: 150px;
  }
  .tab-content-md > .tab-pane {
    display: block;
  }
  .makes-models-list li {
    display: block;
  }
  .makes-models-list .js-show-more-makes,
  .makes-models-list .js-show-less-makes {
    margin-top: 10px;
    margin-left: -20px;
  }
  .makes-models-list.is-open li {
    display: block !important;
  }
  .img-full-absolute {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
  }
  .service-box img {
    width: 100%;
  }
  .img-full-absolute-left {
    left: 0;
  }
  .img-full-absolute-right {
    right: 0;
  }
  .img-full-absolute > img {
    height: 100%;
  }
  .btn-submit {
    display: inline-block;
    font-size: 1.25rem;
    padding: 1rem 5.125rem 1rem 2rem;
  }
  .footer {
    padding-top: 2.375rem;
  }
  .footer--middle-cnt {
    min-width: 255px;
    padding-left: 30%;
    display: inline-block;
  }
  .g-font-size-md-16 {
    font-size: 1rem !important;
  }
  .g-font-size-md-12 {
    font-size: 0.75rem !important;
  }
  .g-font-size-md-14 {
    font-size: 0.875rem !important;
  }
  .g-font-size-md-18 {
    font-size: 1.125rem !important;
  }
  .g-font-size-md-19 {
    font-size: 1.1875rem !important;
  }
  .g-font-size-md-20 {
    font-size: 1.25rem !important;
  }
  .g-font-size-md-24 {
    font-size: 1.5rem !important;
  }
  .g-font-size-md-25 {
    font-size: 1.5625rem !important;
  }
  .g-font-size-md-26 {
    font-size: 1.625rem !important;
  }
  .g-font-size-md-27 {
    font-size: 1.6875rem !important;
  }
  .g-font-size-md-28 {
    font-size: 1.75rem !important;
  }
  .g-font-size-md-30 {
    font-size: 1.875rem !important;
  }
  .g-font-size-md-32 {
    font-size: 2rem !important;
  }
  .g-font-size-md-35 {
    font-size: 2.1875rem !important;
  }
  .g-font-size-md-36 {
    font-size: 2.25rem !important;
  }
  .g-font-size-md-40 {
    font-size: 2.5rem !important;
  }
  .g-font-size-md-45 {
    font-size: 2.8125rem !important;
  }
  .g-font-size-md-46 {
    font-size: 2.875rem !important;
  }
  .g-font-size-md-48 {
    font-size: 3rem !important;
  }
  .g-font-size-md-50 {
    font-size: 3.125rem !important;
  }
  .g-font-size-md-55 {
    font-size: 3.4375rem !important;
  }
  .g-font-size-md-56 {
    font-size: 3.5rem !important;
  }
  .g-font-size-md-60 {
    font-size: 3.75rem !important;
  }
  .g-mt-md-55 {
    margin-top: 3.4375rem !important;
  }
  .g-mt-md-55.g-heading {
    margin-top: 5.72rem !important;
  }
  .g-mt-md-67 {
    margin-top: 4.1875rem !important;
  }
  .g-mt-md-98 {
    margin-top: 6.125rem !important;
  }
  .bottom-get-started {
    padding-bottom: 103px;
    padding-top: 17px;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .g-mt-minus-md-3 {
    margin-top: -0.1875rem !important;
  }
  .g-mt-minus-md-5 {
    margin-top: -0.3125rem !important;
  }
  .g-mt-md-mb-5 {
    margin-bottom: 0;
  }
  .g-mt-minus-md-6 {
    margin-top: -0.375rem !important;
  }
  .g-my-md-minus-60 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }
  .g-mt-md-minus-60 {
    margin-top: -3.75rem;
  }
  .g-mb-md-minus-60 {
    margin-bottom: -3.75rem;
  }
  .g-pb-md-32 {
    padding-bottom: 2rem !important;
  }
  .g-pt-md-76 {
    padding-top: 4.75rem !important;
  }
  .g-pb-md-76 {
    padding-bottom: 4.75rem !important;
  }
  .g-pt-md-88 {
    padding-top: 5.5rem !important;
  }
  .g-pb-md-88 {
    padding-bottom: 5.5rem !important;
  }
  .g-pt-md-112 {
    padding-top: 7rem !important;
  }
  .g-pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .g-pb-md-112 {
    padding-bottom: 7rem !important;
  }
  .g-mr-md-40 {
    margin-right: 2.5rem !important;
  }
  .g-mb-md-65 {
    margin-bottom: 4.0625rem !important;
  }
  .g-mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .g-mb-md-88 {
    margin-bottom: 5.5rem !important;
  }
  .g-mt-md-76 {
    margin-top: 4.75rem !important;
  }
  .g-mt-md-88 {
    margin-top: 5.5rem !important;
  }
  .g-py-md-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .g-py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .collapse-heading .fa-md-none {
    display: none;
  }
  .home-hero-badges-footer .col-6,
  .top-gray-logos .col-6 {
    flex: 0 0 0;
    flex-grow: 0;
  }
  .home-hero-badges-footer .row {
    max-width: 900px;
    margin: 0 auto;
  }
  .top-gray-logos .row {
    max-width: 900px;
    margin: 0 auto;
  }
  .footer-top .row {
    justify-content: space-between;
  }
  .footer-top .row .col-md-4.footer-col-2 {
    min-width: 190px;
  }
  .footer-col-2 {
    display: flex;
    justify-content: center;
  }
  .footer-col-2 .collapsible-full {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  .home-insurance-sec__item .money-seal-wr-money .money-seal-img-wr img {
    width: 175px !important;
    height: 175px !important;
    margin: 0 auto;
  }
  .home-insurance-sec__item .money-seal-wr-money .money-seal-text__1 {
    font-size: 22px;
  }
  .home-insurance-sec__item .money-seal-wr-money .money-seal-text__2 {
    font-size: 54px;
  }
  .home-insurance-sec__item .money-seal-wr-money .money-seal-text__3 {
    font-size: 32px;
  }
  .ct-heading {
    display: flex !important;
  }
  .call-to-action-block--footer {
    margin-top: 19px !important;
  }
  .quickquote-content--cta {
    border: none !important;
  }
  .quickquote-content--cta #form2.wufoo {
    padding-bottom: 144px !important;
  }
  .quickquote-content--cta #form2.wufoo.pb-0 {
    padding-bottom: 0 !important;
  }
  .quickquote-content--cta #form2.wufoo.pb-0 form li.buttons {
    padding-bottom: 3px !important;
  }
  .why-us-sec__text {
    position: relative;
    z-index: 10;
  }
  .double-mb {
    margin-bottom: 6rem !important;
  }
  .home-page-block-with-image__text {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
  .home-page-block-with-image__text h3 {
    margin-bottom: 15px;
  }
  .home-page-block-with-image__text .media {
    text-align: center;
    flex-direction: column;
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    justify-content: center;
  }
  .home-page-block-with-image__text .media:first-child {
    margin-left: 0;
    flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }
  .home-page-block-with-image__text .media:last-child {
    margin-right: 0;
    flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }
  .home-page-block-with-image__text .media img {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 15px;
  }
  .home-page-block-with-image__text .media:first-child img {
    margin-bottom: 14px;
    margin-top: 6px;
  }
  .home-page-block-with-image__text .media:last-child img {
    margin-bottom: 14px;
    margin-top: 2px;
  }
  .home-page-block-with-image__text .media-body {
    text-align: left !important;
  }
  .home-page-block-with-image__image {
    display: none;
  }
  .insurance-section .media:first-child img {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .insurance-section .media:last-child img {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .insurance-section .home-page-block-with-image__col {
    background: #fff;
    border: 1px solid #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 16px;
  }
  .money-seal-img-wr--warranty-home img {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
  }
  .services-page .most-common-cities {
    margin-bottom: -8px;
  }
  .insurance-section .home-page-block-with-image .media picture {
    width: 100%;
  }
  .insurance-section .home-page-block-with-image .media img {
    width: 100% !important;
  }
  .sticky-comparison-header.is-sticky,
  .sticky-insurance-header.is-sticky {
    display: block !important;
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
  }
  .new-home-cta2__buttons.is-desktop {
    max-width: 100%;
    position: relative;
    padding-left: 65px;
    margin-top: 37px !important;
    align-items: center;
  }
  .quote-link-cta2-desktop {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .cta-btn-wr-d {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .money-seal-wr .money-seal-img-wr--warranty-home img {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
  }
  .navbar-nav .nav-link {
    color: #2d353e;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:active {
    color: #d60000;
  }
  .navbar-nav .active > .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-item:hover > .fa,
  .navbar-nav .show > .fa,
  .navbar-nav .active > .fa {
    color: #d60000;
  }
  .services-page-new .home-hero__bottom {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .bg-menu_phone {
    vertical-align: baseline;
  }
  .nav-link--d {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
  }
  .specials-menu-icon-desktop {
    width: 11px;
    height: 17px;
    background: url(../images/menu-specials.svg) left top no-repeat;
    margin-right: 5px !important;
    display: inline-block;
  }
  .services-menu-icon-desktop {
    width: 21px;
    height: 16px;
    background: url(../images/menu-services.svg) left top no-repeat;
    margin-right: 5px !important;
    display: inline-block;
  }
  .quote-menu-icon-desktop {
    width: 17px;
    height: 17px;
    background: url(../images/menu-quote.svg) left top no-repeat;
    margin-right: 5px !important;
    display: inline-block;
  }
  .ham-txt {
    display: inline-block;
  }
  .navbar-toggler {
    margin-left: 59px;
  }
  .navbar-nav .show > .nav-link .arrow-down:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .js-sticky-menu-header.is-sticky .arrow-down:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .hero-cta2 {
    margin-top: 37px;
  }
  .hero-cta2--long-title {
    margin-top: 32px;
    margin-bottom: 2px !important;
  }
  .icons-submenu {
    display: flex;
  }
  .icons-submenu__pic img {
    border-radius: 5px;
  }
  .icons-submenu h6 {
    font-size: 1rem;
    margin-top: 1.3rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .icons-submenu .dropdown-item {
    max-width: 225px;
  }
  .icons-submenu--vertical {
    flex-direction: column;
  }
  .icons-submenu--vertical .dropdown-item {
    max-width: 300px;
  }
  .icons-submenu--vertical h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .icons-submenu--vertical .dropdown-item {
    display: flex !important;
  }
  .icons-submenu--vertical .icons-submenu__cnt {
    width: calc(100% - 85px);
  }
  .icons-submenu--vertical .icons-submenu__pic {
    width: 85px;
  }
  .icons-submenu--vertical .icons-submenu__pic img {
    width: 72px;
    height: 72px;
    object-fit: cover;
  }
  .icons-submenu li {
    margin-right: 15px;
    margin-left: 15px;
  }
  .icons-submenu__text {
    line-height: 1.6;
  }
  .desktop-icon-menu-item .icons-submenu {
    white-space: normal;
  }
  .vehicle-page .city-h1-2row--29 .new-home-cta__h1 {
    padding-bottom: 0 !important;
  }
  .vehicle-page .city-h1-2row--31 .new-home-cta__h1 {
    padding-bottom: 0 !important;
  }
  .vehicle-page .city-h1-2row--32 .new-home-cta__h1 {
    padding-bottom: 0 !important;
  }
  .vehicle-page .city-h1-2row--32 .new-home-cta__h1-row--first {
    font-size: 32px;
  }
  .bbb-header-desktop {
    width: 32px;
    height: 32px;
    background: url(../images/bbb-logo-small.svg) top left no-repeat;
    background-size: cover;
    margin-left: 15px;
    margin-top: 1px;
  }
  .nav-link .arrow-down {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-link .arrow-down:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #000;
  }
  .desktop-icon-menu > li.is-active .nav-link .arrow-down {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: -8px;
    border-color: #FFF;
  }
  .desktop-icon-menu {
    display: flex !important;
    padding-right: 243px;
  }
  .nav-item-phone {
    background: 0 0;
    color: #d60000;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nav-item-phone .nav-phone {
    display: block;
    margin-top: 25px;
    color: #d60000;
    font-size: 28px !important;
  }
  .nav-item-phone:active,
  .nav-item-phone:focus,
  .nav-item-phone:hover {
    background: 0 0;
    color: #bf1c23 !important;
  }
  .nav-item-phone:active .nav-phone,
  .nav-item-phone:focus .nav-phone,
  .nav-item-phone:hover .nav-phone {
    color: #bf1c23;
  }
  .navbar__container {
    padding-right: 0 !important;
  }
  .desktop-icon-menu {
    display: flex !important;
  }
  .desktop-icon-menu > li.is-active .nav-link .arrow-down {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: -8px;
    border-color: #fff;
  }
  .desktop-icon-menu > li:hover .nav-link .arrow-down {
    border-color: #fff;
  }
  .desktop-icon-menu-item {
    transition: none !important;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 15px 15px 20px 15px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    max-height: 100000000px;
    width: 100%;
    top: 55px;
    left: 0;
    right: 0;
    justify-content: center;
    box-shadow: 0 14px 12px rgba(0, 0, 0, 0.3);
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr h4 {
    padding-left: 1.5rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 7px;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .row {
    margin-left: 0;
    margin-right: 0;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .col-md-6:first-child {
    padding-left: 0;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .col-md-6:last-child {
    padding-right: 0;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .dropdown-menu-services {
    padding: 9px 0 0;
    background: #fff;
    max-width: 1020px;
    margin: 0 auto;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .dropdown-menu-services ul > li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .dropdown-menu-services .dropdown-item {
    display: inline-block;
    width: auto;
  }
  .desktop-icon-menu-item.is-parent-aligned .dropdown-menu-services-wr .dropdown-menu-services {
    margin: 0;
    justify-content: flex-start;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .dropdown-item {
    font-size: 15px;
    padding: 11px 0;
    border-bottom: 2px solid rgba(218, 41, 28, 0);
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr .dropdown-item:hover {
    border-bottom-color: #fff;
    transition: 0.2s all linear;
  }
  .desktop-icon-menu-item .dropdown-menu-services-wr ul {
    transition: none !important;
    background: #fff;
    padding-bottom: 0;
    box-shadow: none;
  }
  .desktop-icon-menu-item--services:hover .nav-link {
    color: #fff !important;
  }
  .desktop-icon-menu-item .dropdown-menu {
    transition: none !important;
    padding-top: 19px;
    background: 0 0;
  }
  .desktop-icon-menu-item .dropdown-menu ul {
    transition: none !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding-bottom: 0;
  }
  .desktop-icon-menu-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 11px 0;
  }
  .desktop-icon-menu-item .dropdown-menu .dropdown-item:hover {
    background: #f2f3f5;
  }
  .desktop-icon-menu-item.is-active .nav-link {
    color: #FFF !important;
  }
  .desktop-icon-menu-item.is-active .dropdown-menu {
    transition: none !important;
    display: block !important;
  }
  .fixed-top.header-border .header-alert {
    display: none;
  }
  .fixed-top.header-border .dropdown-menu {
    padding-top: 0;
  }
  .home-hero .new-home-cta__buttons a {
    padding: 2px 15px 0 15px !important;
  }
  .container,
  .scrollable-table-container,
  .compare-table-cont {
    max-width: 960px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .top-gray-logos .home-hero-badges .col-md {
    flex-grow: 0 !important;
  }
  .desktop-icon-menu__item {
    white-space: nowrap;
  }
  .top-gray-logos--cnt .home-hero-badges .col-md {
    flex-grow: 1 !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .free-cash-block .col-lg-5 {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .free-cash-block .col-lg-1 {
    flex: 0 0 6%;
    max-width: 6%;
  }
  .free-cash-block .col-lg-1 span {
    margin-left: -15px;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .header {
    height: 76px !important;
  }
  .header .navbar.navbar-expand-lg {
    height: 76px !important;
    box-sizing: border-box;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  html {
    height: 100%;
    min-height: 100%;
  }
  body.body-quickquote {
    height: 100%;
    min-height: 100%;
  }
  body.body-quickquote .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  body {
    padding-top: 57px !important;
  }
  #js-insurance-iframe .home-insurance-sec__img img {
    height: 208px;
    display: block;
  }
  .best-warranty-block.cracked-illegal img {
    width: 100%;
  }
  .best-warranty-block.cracked-illegal .col-md-6:first-child {
    padding-right: 0;
  }
  .best-warranty-block.cracked-illegal .col-md-6:last-child {
    padding-left: 0;
  }
  .best-warranty-block.cracked-illegal .col-md-6:last-child .best-warranty-block__content--home {
    padding-right: 15px !important;
    padding-left: 30px !important;
  }
  .ticket-sec--img-right.best-warranty-block.cracked-illegal .best-warranty-block__content--home {
    padding: 24px 15px 24px 30px !important;
  }
  .quickquote-header .header {
    display: none !important;
  }
  .quickquote-header .navbar {
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 10px 16px 10px;
    line-height: 1 !important;
  }
  .navbar-nav .active > .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .show > .nav-link {
    border-bottom-color: #fff;
  }
  .navbar-nav > li:hover > .nav-link {
    border-bottom-color: #fff;
  }
  .navbar-nav > li:hover > .nav-link .fa {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .navbar-nav > .nav-item > .fa {
    display: none;
  }
  .navbar-expand-lg .navbar-nav > li:last-child .nav-link {
    padding-right: 0;
  }
  .navbar-collapse {
    position: relative;
  }
  .desktop-icon-menu {
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .nav-item-phone {
    background: transparent;
    color: #d60000;
    height: auto;
    padding-left: 15px !important;
    padding-right: 0 !important;
    margin-top: -1px !important;
  }
  .nav-item-phone .nav-phone {
    display: block;
    margin-top: 0;
    color: #d60000;
    font-size: 28px !important;
  }
  .nav-item-phone:hover,
  .nav-item-phone:focus,
  .nav-item-phone:active {
    background: transparent;
    color: #bf1c23 !important;
  }
  .nav-item-phone:hover .nav-phone,
  .nav-item-phone:focus .nav-phone,
  .nav-item-phone:active .nav-phone {
    color: #bf1c23;
  }
  .overlay-navbar {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }
  .nav-item__text {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    white-space: nowrap;
  }
  .home-page .home-hero-badges {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-page .home-hero-badges .bg-national_windshield_repair_association_logo_in_gray_background {
    margin-left: -30px;
  }
  .bg-lg-gray {
    background-color: #f2f3f5 !important;
  }
  .breadcrumb-wrapper {
    border-top: 1px solid #e5e5e5;
  }
  .breadcrumb-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .internal-page .breadcrumb-wrapper .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .right-sidebar {
    top: 130px;
  }
  .navbar__container {
    justify-content: flex-start !important;
    flex-direction: column;
  }
  .dropdown-menu__header {
    text-transform: none;
    color: #2d353e;
    font-size: 20px;
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .dropdown-menu__header .dropdown-item {
    text-transform: none;
    color: #2d353e;
    font-size: 20px;
    padding: 0 !important;
  }
  .dropdown-menu.show .dropdown-item {
    padding-left: 54px !important;
  }
  .header .nav-item > .nav-link > .arrow-down {
    display: block !important;
    position: absolute;
    width: 50px;
    height: 40px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }
  .is-fixed {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
  }
  .navbar-nav-wr .nav-item {
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  .desc-menu-btn .nav-phone {
    line-height: 1;
  }
  .desc-menu-btn .fa-phone {
    margin-right: 13px;
  }
  .desc-border-btm {
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-top-desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .nav-top-desc .navbar-toggler {
    min-height: auto;
    margin-top: 19px !important;
    padding: 0 38px 0 0;
  }
  .nav-top-desc .navbar-brand {
    padding: 0 0 0 0;
  }
  .nav-top-desc .navbar-toggler .navbar-toggler-icon {
    margin-top: 0;
    margin-left: -5px;
    margin-right: 5px;
    margin-bottom: -3px;
  }
  .nav-top-desc .navbar-toggler.collapsed .navbar-toggler-icon {
    margin: 0;
  }
  .nav-top-desc__left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1px;
  }
  .nav-top-desc__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 10px;
  }
  .nav-top-desc__right-menu {
    margin-top: 9px;
    margin-right: 30px;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .nav-top-desc__right-menu .nav-item__icon {
    margin-right: 5px !important;
  }
  .nav-top-desc__right-menu a {
    padding: 0 !important;
    color: #212529;
    transition: none !important;
    font-size: 15px;
  }
  .nav-top-desc__right-menu a:hover,
  .nav-top-desc__right-menu a:focus,
  .nav-top-desc__right-menu a:active {
    color: #d60000;
    text-decoration: none;
  }
  .nav-top-desc .navbar-toggler .navbar-toggler-icon {
    margin-top: 0;
  }
  .nav-top-desc .navbar-toggler.collapsed .navbar-toggler-icon {
    width: 23px;
  }
  .nav-top-desc .navbar-nav .nav-link {
    display: inline-block;
    padding-left: 15px !important;
    position: relative;
    z-index: 3;
  }
  .navbar-collapse {
    position: absolute;
    align-items: center;
    top: 76px;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .navbar-collapse.show {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }
  .show-desktop .navbar-nav-wr {
    left: 0;
  }
  .navbar-collapse.show-desktop {
    max-height: calc(100vh - 105px);
    min-height: calc(100vh - 105px);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    align-items: center;
    top: 70px;
    left: 0;
    width: 100%;
  }
  .navbar-collapse.show-desktop .navbar-nav-wr {
    top: 0;
  }
  .navbar-collapse.show-desktop .nav-item-phone {
    display: none;
  }
  a#nav-hamburger-menu {
    float: left;
    margin: 7px 25px 8px 0;
    padding: 8px 8px 8px 8px;
    width: 38px;
    height: 36px;
    font-size: 25px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #2d353e;
    background: #2d353e;
  }
  a#nav-hamburger-menu .hm-icon {
    position: absolute;
  }
  .geo-hero .justify-content-lg-start .col,
  .geo-hero .justify-content-lg-start [class^='col-'],
  .geo-hero .justify-content-lg-start [class*='col-'],
  .geo-hero .justify-content-lg-start [class^=' col-'] {
    margin-left: 1.5rem;
  }
  .geo-hero .justify-content-lg-end .col,
  .geo-hero .justify-content-lg-end [class^='col-'],
  .geo-hero .justify-content-lg-end [class*='col-'],
  .geo-hero .justify-content-lg-end [class^=' col-'] {
    margin-right: 1.5rem;
  }
  .specoffer-tab {
    flex: 0 0 45% !important;
    max-width: 45% !important;
  }
  .total-car-care__content--fl {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 60px);
  }
  .js-match-height {
    min-height: 130px;
  }
  .bg-seperator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.6875rem;
    background-image: url(../images/bg-divider.png);
    background-repeat: repeat-y;
  }
  .best-warranty-block__content {
    min-height: 100%;
  }
  .best-warranty-block__img-col {
    position: relative;
  }
  .best-warranty-block__img-col img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .footer-col-1 {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }
  .g-font-size-lg-16 {
    font-size: 1rem !important;
  }
  .g-font-size-lg-18 {
    font-size: 1.125rem !important;
  }
  .g-font-size-lg-20 {
    font-size: 1.25rem !important;
  }
  .g-font-size-lg-26 {
    font-size: 1.625rem !important;
  }
  .g-font-size-lg-32 {
    font-size: 2rem !important;
  }
  .g-font-size-lg-35 {
    font-size: 2.1875rem !important;
  }
  .g-font-size-lg-36 {
    font-size: 2.25rem !important;
  }
  .g-font-size-lg-42 {
    font-size: 2.625rem !important;
  }
  .g-font-size-lg-60 {
    font-size: 3.75rem !important;
  }
  .desktop-icon-menu-item {
    white-space: nowrap;
  }
  .desktop-icon-menu-item .dropdown-menu {
    transition: none !important;
    padding-top: 22px;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    min-width: 0;
  }
  .desktop-icon-menu-item--services .dropdown-menu {
    left: calc(50% + 62px);
    transform: translateX(-50%);
    right: auto;
  }
  .desktop-icon-menu-item--about .dropdown-menu {
    left: 67px;
    right: auto;
  }
  .desktop-icon-menu-item--specials .dropdown-menu {
    left: 110px;
    right: auto;
  }
  .home-page .desktop-icon-menu-item .dropdown-menu {
    padding-top: 19px;
  }
  .fixed-top.header-border .header-alert {
    display: none;
  }
  .double-mb.cities-first-block__heading {
    margin-bottom: 3rem !important;
  }
  .quickquote-content {
    border: 1px solid #dbdcdd;
  }
  .bg-white_logo {
    width: 260px;
    height: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1330.98px) {
  .navbar__container {
    max-width: 1312px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .city-h1-2row-lg--27 .new-home-cta__h1-row--first {
    font-size: 27px;
  }
  .city-h1-2row-lg--28 .new-home-cta__h1-row--first {
    font-size: 28px;
  }
  .city-h1-2row-lg--29 .new-home-cta__h1-row--first {
    font-size: 29px;
  }
  .city-h1-2row-lg--30 .new-home-cta__h1-row--first {
    font-size: 30px;
  }
  .city-h1-2row-lg--31 .new-home-cta__h1-row--first {
    font-size: 31px;
  }
  .city-h1-2row-lg--32 .new-home-cta__h1-row--first {
    font-size: 32px;
  }
  .city-h1-2row-lg--33 .new-home-cta__h1-row--first {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .container,
  .scrollable-table-container,
  .compare-table-cont {
    max-width: 1030px;
  }
  .footer .container {
    max-width: 1140px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .free-cash-block .col-lg-1 span {
    margin-left: -7.5px;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .best-warranty-block.cracked-illegal img {
    width: 100%;
    height: auto;
  }
  .best-warranty-block--windsh.cracked-illegal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
  }
  .narrowcolumn {
    max-width: 710px;
  }
  .right-sidebar {
    margin-left: 30px;
  }
  .total-car-care--home .total-car-care__img {
    height: 268px;
    min-height: 268px;
  }
  .total-car-care--city .total-car-care__img {
    min-height: 296px;
    height: 100%;
  }
  .best-warranty-block__content--w-replacement {
    min-height: 293px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kpo-box__number {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    margin-right: 5px;
    min-width: 35px !important;
  }
}
@media (min-width: 1220px) {
  .container,
  .scrollable-table-container,
  .compare-table-cont {
    max-width: 1030px;
  }
  .home-hero-badges2-cont {
    max-width: 100%;
  }
  .footer .container {
    max-width: 1185px;
  }
  .form-secondary {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .geo-hero {
    min-height: 284px;
  }
  .geo-hero #js-hero-img-desktop {
    min-height: 284px;
    max-width: 100%;
  }
}
@media (min-width: 1331px) {
  .js-sticky-menu-header.is-sticky {
    max-width: 502px;
  }
  .navbar-collapse {
    position: absolute;
    align-items: center;
    top: 76px;
    left: 0;
    width: 100%;
    height: 100vh;
    max-width: 502px;
  }
  .navbar__container {
    max-width: 1312px !important;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .g-heading.pl-3 {
    padding-left: 0 !important;
  }
  .g-heading.pr-3 {
    padding-right: 0 !important;
  }
}
@media (max-width: 1330.98px) {
  .navbar__container {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .bbb-header-desktop {
    display: none;
  }
}
@media (max-width: 1250px) {
  .desktop-icon-menu-item {
    padding: 0 10px;
  }
}
@media (max-width: 1219.98px) {
  .geo-hero #js-hero-img-desktop,
  .geo-hero #js-hero-img-mobile {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) and (min-width: 576px) {
  .dark-wrapper {
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 1200px) {
  .insurance-section--windshield-replacement h4 .kpo-box__number {
    line-height: 1.7;
  }
}
@media (max-width: 1199.98px) {
  .footer .container {
    max-width: 100% !important;
  }
  .free-mobile-service-block__left-cnt.pb-0 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .free-mobile-service-block__right-img {
    height: 100%;
    object-fit: contain;
  }
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .sticky-header .is-desktop.container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .sticky-header__left {
    width: auto !important;
  }
  .sticky-header__right {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonials-block__container {
    max-width: 100%;
  }
  .text-with-round-img .no-bullet {
    text-align: center;
    padding-left: 0;
  }
  .total-car-care-hero {
    margin-right: -15px;
  }
}
@media (max-width: 1180px) and (min-width: 992px) {
  .new-home-cta-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1149.98px) and (min-width: 992px) {
  .breadcrumb-wrapper .container {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .services-page-new #js-hero-img-desktop {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
  .services-page-new .home-page .home-hero .new-home-cta {
    padding: 1.5rem 19px !important;
  }
  .services-page-new .home-hero__bottom,
  .services-page-new .services-page-new .home-hero .home-hero__bottom {
    left: 20px !important;
    width: 610px;
  }
  .services-page-new .home-hero .new-home-cta {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .services-page-new .services-page-new .home-hero .new-home-cta {
    padding: 0 19px 1.5rem 19px !important;
  }
}
@media (max-width: 1111px) and (min-width: 768px) {
  .footer-contacts {
    flex-direction: column;
  }
  .footer-top .col-md-5 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .services-page-new .new-home-cta {
    position: relative;
    right: auto;
  }
  .home-page .home-page .home-hero__bottom {
    margin-left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  #js-insurance-iframe .home-insurance-sec__img img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    display: block;
  }
  .desc-menu-btn .nav-item:hover {
    background: #fff;
  }
  .city-h1-2row-md--27 .new-home-cta__h1-row--first {
    font-size: 27px;
  }
  .city-h1-2row-md--28 .new-home-cta__h1-row--first {
    font-size: 28px;
  }
  .city-h1-2row-md--29 .new-home-cta__h1-row--first {
    font-size: 29px;
  }
  .city-h1-2row-md--30 .new-home-cta__h1-row--first {
    font-size: 30px;
  }
  .city-h1-2row-md--31 .new-home-cta__h1-row--first {
    font-size: 31px;
  }
  .city-h1-2row-md--32 .new-home-cta__h1-row--first {
    font-size: 32px;
  }
  .city-h1-2row-md--33 .new-home-cta__h1-row--first {
    font-size: 33px;
  }
  .best-warranty-block.cracked-illegal .col-md-6:last-child {
    background: #fff;
    border-right: 15px solid #fff;
  }
  .best-warranty-block.cracked-illegal.ticket-sec--img-right .col-md-6:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .best-warranty-block.cracked-illegal.ticket-sec--img-right .col-md-6:first-child {
    padding: 0 20px 0 30px !important;
    background: #f2f3f5;
    border-left: 15px solid #fff;
  }
  .testimonial-item--bbb {
    padding-bottom: 100px;
  }
  .cities-first-block__col {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
  .cities-first-block__col--img {
    justify-content: center !important;
  }
  .cities-first-block__col--img .g-max-width-md-407 {
    max-width: 100%;
  }
  .cities-first-block__heading {
    text-align: center !important;
  }
  .cities-first-block__heading:after {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .cities-first-block__icon-sec {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cities-first-block__icon-sec .media-body {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center !important;
  }
  .cities-first-block__icon-sec .media-body h3 {
    margin-bottom: 15px !important;
  }
  .cities-first-block__icon-sec img {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 21px !important;
  }
}
@media (max-width: 991.98px) {
  .home-hero {
    background: #fff !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .home-hero .d-md-block {
    display: none !important;
  }
  .home-hero__mobile-img {
    display: block !important;
  }
  .new-home-cta__h1-row--first {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  .new-home-cta__h1-row--first-long {
    font-size: 25px;
    letter-spacing: -0.4px;
  }
  .new-home-cta__h1-row--second {
    color: #2d353e;
    font-style: normal;
    font-size: 18px;
    max-width: 100%;
  }
  .new-call-to-action-block .new-home-cta__buttons {
    flex-direction: column;
  }
  .spacebetweenplus {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .new-home-cta__h1 {
    font-size: 25px !important;
  }
  .new-call-to-action-block {
    margin-top: 40px;
    padding-top: 40px;
  }
  .new-home-cta__buttons--top-mobile {
    display: flex;
  }
  .home-hero--square {
    flex-direction: column;
  }
  .new-home-cta-wrapper {
    margin-right: 0;
  }
  .new-home-cta__buttons.is-mobile .hero-small-btn__icon {
    background: #f45753;
  }
  .new-home-cta__buttons.is-mobile .hero-small-btn {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px !important;
    height: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    background: #d60000;
    color: #fff !important;
  }
  .home-page .city-border .location-border {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-page .city-border .location-border h4 {
    margin-bottom: 0 !important;
  }
  .home-page .city-border .location-border img {
    display: block;
  }
  .home-page .new-home-cta {
    position: relative;
  }
  .home-page .home-hero__mobile-img {
    display: block;
    object-fit: cover;
    object-position: right top;
    min-width: 100%;
  }
  .home-page .home-hero__bottom.is-desktop {
    display: none !important;
  }
  .home-page .new-home-cta {
    padding: 0 1.5rem 0 1.5rem !important;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .home-page .new-home-cta:before {
    width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    height: calc(100% - 232px);
  }
  .home-page .new-home-cta__h1-row {
    display: block;
  }
  .home-page .new-home-cta__h1 {
    color: #2d353e;
    padding-top: 5px !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
    margin-bottom: 18px !important;
  }
  .home-page .new-home-cta__h1--mobile {
    display: inline;
  }
  .home-page .new-home-cta__h1--mobile-hr {
    display: block;
  }
  .home-page .new-home-cta .new-home-cta__text {
    display: none;
  }
  .home-page .new-home-cta .new-home-cta__dollar {
    margin-top: 13px;
    font-size: 28px;
  }
  .home-page .new-home-cta__value-text {
    margin: 4px 0 0 5px;
  }
  .home-page .new-home-cta__quote-btn {
    height: 84px;
    padding: 9px 15px !important;
  }
  .home-page .new-home-cta__buttons {
    margin-top: 14px;
  }
  .home-page .new-home-cta__buttons .btn {
    display: block;
    width: 100%;
  }
  .home-page .new-home-cta__buttons .btn:last-child {
    margin-bottom: 0 !important;
  }
  .home-page .new-home-cta__disclaimer {
    padding: 12px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .home-page .new-home-cta__h1-row--second {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
  }
  .home-page .new-home-cta .new-home-cta__text {
    display: none;
  }
  .home-page .new-home-cta .new-home-cta__dollar {
    margin-top: 13px;
    font-size: 28px;
  }
  .home-page .new-home-cta__value-text {
    margin: 4px 0 0 5px;
  }
  .home-page .new-home-cta__rates {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .home-page .new-home-cta__rates .spacebetweenplus {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 59px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
  }
  .home-page .new-home-cta__rates .border-offer {
    float: none;
    width: 100%;
    background: #f2f3f5;
    border-right: 2px solid #f2f3f5;
    border-left: 2px solid #f2f3f5;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
  }
  .home-page .new-home-cta__rates .border-offer:last-child {
    margin-bottom: 0;
  }
  .home-page .new-home-cta__rates .top-content--last:after {
    left: 156px;
    display: none;
  }
  .home-page .new-home-cta__rates .offer-inside {
    justify-content: flex-start;
  }
  .home-page .new-home-cta__rates .rate {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #2d353e !important;
    position: relative;
  }
  .home-page .new-home-cta__rates .rate sup span {
    font-size: 20px !important;
  }
  .home-page .new-home-cta__rates .rate--desktop {
    display: none;
  }
  .home-page .new-home-cta__rates .rate--mobile {
    display: block;
  }
  .home-page .new-home-cta__rates .rate__up-to {
    width: 25px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-right: -4px;
    margin-top: -16px;
    color: #2d353e;
  }
  .home-page .new-home-cta__rates .rate__windshield-replacement {
    text-align: right;
    display: inline-block;
    width: 120px;
    font-size: 18px;
    line-height: 1;
    zoom: 1;
    vertical-align: middle;
    margin-right: -4px;
    margin-top: -16px;
  }
  .home-page .new-home-cta__rates .rate__as-much-as {
    width: 55px;
    display: inline-block;
    line-height: 0.9;
  }
  .home-page .new-home-cta__rates .rate__regular-sup {
    margin-top: 5px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px !important;
  }
  .home-page .new-home-cta__rates .rate__small-text {
    font-size: 15px;
  }
  .home-page .new-home-cta__rates .rate__stroke {
    color: #d60000;
    font-size: 28px;
  }
  .home-page .new-home-cta__rates .rate-span,
  .home-page .new-home-cta__rates .top-content-container,
  .home-page .new-home-cta__rates .bottom-content-container {
    display: none !important;
  }
  .home-page .new-home-cta__rates .spacebetweenplus {
    font-size: 26px;
    line-height: 20px;
    margin: 0 !important;
  }
  .home-page .home-hero .new-home-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-page .home-hero .new-home-cta {
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 0;
    transform: translateX(0);
  }
  .home-page .new-home-cta-wrapper {
    width: auto;
  }
  .home-page .new-home-cta__rates .rate {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .home-page .home-hero__mobile-img {
    display: block;
    object-fit: cover;
    object-position: right top;
    min-width: 100%;
  }
  .home-page .home-hero__img-wr--mobile {
    display: block;
  }
  .home-page .new-home-cta__h1 {
    padding-top: 26px !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .home-page .new-home-cta__h1-row--second {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
  }
  .desc-menu-btn {
    display: none !important;
  }
  .vehicle-page #js-hero-img-mobile {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
  }
  .nav-item__text {
    text-transform: capitalize;
  }
  .total-car-care--home .ttc-home__left {
    width: 100%;
    max-width: 539px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .total-car-care--home .total-car-care__img {
    margin: 0 auto;
    display: block;
    min-height: auto;
  }
  .ttc-2col__cnt {
    padding: 25px 15px 50px 15px !important;
  }
  .ttc-2col .ttc-2col__btm-lnk {
    bottom: 25px;
  }
  .other-services-sec {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .other-services-sec__item {
    max-width: 310px;
    margin-top: 25px;
  }
  .other-services-sec__item .is-mobile {
    display: block;
  }
  .other-services-sec__item .is-desktop {
    display: none;
  }
  .other-services-sec__item:first-child {
    margin-top: 0;
  }
  .other-services-sec__item h4 {
    padding: 15px 10px;
  }
  .js-sticky-menu-header.is-sticky {
    top: 61px;
    width: 100%;
    max-width: 100%;
  }
  .services-page .home-hero__img-wr--mobile {
    margin-bottom: 5px;
  }
  .services-page .home-hero__bottom.is-desktop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .total-car-care-hero .city-hero {
    float: right;
    margin-right: 20px;
  }
  .nav-item-phone {
    display: none;
  }
  .sticky-comparison-header,
  .sticky-insurance-header {
    top: 64px !important;
  }
  .sticky-comparison-header h3,
  .sticky-insurance-header h3 {
    font-size: 16px !important;
    padding: 17px !important;
    margin-bottom: 0;
  }
  .is-desktop-menu-item {
    display: none;
  }
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .nav.navbar-nav.is-visible {
    width: 100% !important;
  }
  .tcc-row {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .ttc-benefits {
    padding: 25px 15px 20px 15px !important;
  }
  .ttc-value__content {
    padding: 25px 15px 25px 0px !important;
  }
  .total-car-care__content {
    padding: 25px 15px 25px 15px !important;
  }
  .total-car-care__title {
    width: 100% !important;
  }
  .total-car-care__img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .nav-top-desc {
    width: 100%;
  }
  .nav-top-desc__left {
    width: 100%;
  }
  .header {
    border-bottom: none;
  }
  .free-cash-block img {
    display: block;
    height: auto;
    background-position: 100% 100%;
    max-height: 275px;
    object-fit: unset;
  }
  .free-cash-block__and {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .navbar {
    position: relative;
    height: 64px;
  }
  .navbar-brand {
    padding-left: 0.9375rem;
    padding-top: 0.5rem;
    width: 100%;
    justify-content: center;
    height: 64px;
    align-items: center;
    padding-bottom: 8px;
  }
  .navbar-collapse {
    position: absolute;
    align-items: center;
    top: 64px;
    width: 100%;
  }
  .navbar .navbar-toggler {
    padding-right: 13px !important;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: flex;
    align-items: flex-end;
    margin-top: 0 !important;
    padding-bottom: 8px;
  }
  .bbb-header-mobile {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url(../images/bbb-logo-small.svg) top left no-repeat;
    background-size: cover;
  }
  .btn-phone {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 14px !important;
  }
  .money-seal-img-wr--mobile {
    display: block;
  }
  .money-seal-img-wr--desktop {
    display: none;
  }
  .dropdown-item {
    color: #2d353e;
  }
  .dropdown-item {
    color: #2d353e;
  }
  .dropdown-item span {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
  .dropdown-item:hover {
    font-weight: normal;
    position: relative;
  }
  .dropdown-item:hover span {
    position: relative;
    border-bottom: 2px solid #d60000;
    transition: 0.2s all linear;
  }
  .menu-toggle-area {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 56px;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .header-border-menu {
    border-bottom: none;
  }
  .nav-item .header-border-menu {
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar-nav .dropdown-menu {
    z-index: 3;
    position: relative !important;
  }
  .overlay-navbar {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .nav-item:hover {
    background: #f2f2f2;
  }
  .navbar-nav .nav-link {
    display: block;
    padding-left: 15px !important;
    position: relative;
    z-index: 3;
  }
  .nav-item.dropdown.show {
    background-color: #f2f2f2;
  }
  .dropdown-menu.show .dropdown-item {
    padding-left: 59px !important;
  }
  .header-border .navbar-collapse {
    border-top: none;
  }
  .navbar-collapse.show {
    max-height: calc(100vh - 74px);
    overflow-y: auto;
  }
  .navbar-nav .nav-item .fa {
    position: absolute;
    top: 0;
    right: 0.625rem;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .navbar-nav > .nav-item > .nav-link > .fa {
    display: none;
  }
  .nav-top-desc__right-menu {
    display: none;
  }
  .free-cash-block__cnt {
    padding: 1.5rem 1.5rem 8px 1.5rem;
  }
  .who-eligible__cnt {
    padding: 6px 1.5rem 1px 1.5rem !important;
  }
  .navbar-nav-wr {
    padding-top: 0;
  }
  .navbar-nav-wr .nav-item {
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  .testimonials-block__container .col-sm-12 {
    margin-bottom: 0;
  }
  .navbar {
    padding: 0 !important;
  }
  .quickquote-wr .home-hero-badges {
    padding-top: 23px !important;
    padding-bottom: 22px !important;
  }
  .quickquote-wr--closed .form-secondary {
    padding-top: 15px !important;
  }
  .quickquote-wr--closed .quickquote-row__intro {
    max-width: 100% !important;
  }
  .footer--middle-cnt {
    padding-left: 25%;
  }
  .city-page .new-home-cta__h1 {
    text-align: center !important;
  }
  .services-page-new .new-home-cta-wrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-item.dropdown .arrow-down {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    display: block !important;
  }
  .nav-item.dropdown .arrow-down:before {
    content: "";
    position: absolute;
    border: solid #2d353e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    top: 0.625rem;
    right: 1.1875rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-item.dropdown.show .arrow-down {
    top: 8px;
  }
  .nav-item.dropdown.show .nav-link {
    padding-bottom: 0.5rem !important;
  }
  .nav-item.dropdown.show .menu-toggle-area {
    height: auto;
  }
  .dropdown-menu__header {
    text-transform: none;
    color: #2d353e;
    font-size: 20px;
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .dropdown-menu__header .dropdown-item {
    text-transform: none;
    color: #2d353e;
    font-size: 20px;
    padding: 0 !important;
    font-weight: bold;
  }
  .dropdown-menu__wide {
    display: block;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    transform: none;
    transition: none;
  }
  .dropdown-menu__wide ul {
    box-shadow: none;
    -webkit-box-shadow: none;
    transform: none;
    transition: none;
  }
  .dropdown-menu__wide ul:first-child {
    margin-right: 0;
  }
  .dropdown-menu__wide ul:last-child {
    margin-left: 0;
  }
  .why-us-sec__text h4 {
    white-space: normal;
  }
  .why-us-sec__ico--calendar-today img {
    margin-left: 0;
  }
  .why-us-sec__ico--oem-windshield img {
    margin-left: 0;
  }
  .total-car-care--home .ttc-home--top {
    background: #fff !important;
    display: flex;
    flex-direction: column;
  }
  .total-car-care--home .ttc-home__left {
    padding-right: 15px;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .total-car-care--home .ttc-home__left .total-car-care__content {
    background: #f2f3f5;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .total-car-care--home .ttc-home__right {
    background: #fff;
    padding-left: 15px;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .total-car-care--home .ttc-home .money-seal-wr .money-seal-img-wr img {
    height: 170px !important;
  }
  .home-hero-cta {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    max-width: 100%;
  }
  .home-hero-cta__overlay {
    display: none;
  }
  .home-hero-cta__get-quote {
    display: none;
  }
  .home-hero-cta__mobile-get-quote {
    display: block !important;
  }
  .home-hero-cta__ul {
    font-size: 20px;
  }
  .home-hero-cta__ul li:before {
    top: 16px;
    font-size: 20px;
  }
  .home-hero-cta__content {
    color: #2d353e;
  }
  .home-hero-cta__col {
    margin: 0 auto 20px auto;
    flex: 0 0 100%;
  }
  .home-hero-cta__col .bg-gray-md {
    background: #fff !important;
  }
  .home-hero-cta__col .btn {
    border-radius: 0.625rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 0 !important;
  }
  #free-cash .text-box,
  #total-car-care .text-box {
    height: auto;
  }
  #free-cash .list-bullet-black,
  #total-car-care .list-bullet-black {
    min-height: auto;
    padding-left: 0;
  }
  #free-cash .list-bullet-black li,
  #total-car-care .list-bullet-black li {
    padding-left: 1.5rem;
  }
  #free-cash .list-bullet-black li:before,
  #total-car-care .list-bullet-black li:before {
    margin-left: -1.5rem;
  }
  .services-page-new .new-home-cta {
    left: auto !important;
    right: auto !important;
  }
  .services-page-new .home-hero__bottom {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .services-page-new .home-hero .new-home-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-page-new .new-home-cta__buttons a:not(.quote-link-cta-desktop) {
    height: 80px;
    font-size: 24px !important;
  }
  .services-page-new .new-home-cta__buttons .btn {
    padding-top: 1.14rem !important;
    padding-bottom: 1.14rem !important;
  }
  .services-page-new .home-hero .new-home-cta__buttons .btn {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
  }
  .services-page-new .new-home-cta__h1-row {
    text-align: left;
  }
  .services-page-new .home-hero {
    background: #fff !important;
    min-height: 0 !important;
    height: auto !important;
    flex-direction: column;
    padding-top: 28px !important;
  }
  .services-page-new .home-hero__overlay-img {
    display: none !important;
  }
  .services-page-new .home-hero .new-home-cta {
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 0;
    transform: translateX(0);
  }
  .services-page-new .new-home-cta__buttons {
    margin-top: 14px;
  }
  .services-page-new .new-home-cta__rates {
    margin-bottom: 20px;
  }
  .services-page-new .new-home-cta {
    padding: 0 1.5rem 0 1.5rem !important;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .services-page-new .new-home-cta:before {
    width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    height: calc(100% - 232px);
  }
  .services-page-new .new-home-cta__h1-row {
    display: inline;
  }
  .services-page-new .new-home-cta__h1 {
    color: #2d353e;
    padding-top: 5px !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
    margin-bottom: 18px !important;
    margin-bottom: 5px;
  }
  .services-page-new .new-home-cta__h1--mobile {
    display: inline;
  }
  .services-page-new .new-home-cta__h1--mobile-hr {
    display: block;
  }
  .services-page-new .new-home-cta .new-home-cta__text {
    display: none;
  }
  .services-page-new .new-home-cta .new-home-cta__dollar {
    margin-top: 13px;
    font-size: 28px;
  }
  .services-page-new .new-home-cta__value-text {
    margin: 4px 0 0 5px;
  }
  .services-page-new .new-home-cta__quote-btn {
    height: 84px;
    padding: 9px 15px !important;
  }
  .services-page-new .new-home-cta__buttons .btn {
    display: block;
    width: 100%;
  }
  .services-page-new .new-home-cta__buttons .btn:last-child {
    margin-bottom: 0 !important;
  }
  .services-page-new .new-home-cta__disclaimer {
    padding: 12px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .services-page-new .new-home-cta__h1-row--second {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
  }
  .services-page-new .new-home-cta .new-home-cta__text {
    display: none;
  }
  .services-page-new .new-home-cta .new-home-cta__dollar {
    margin-top: 13px;
    font-size: 28px;
  }
  .services-page-new .new-home-cta__value-text {
    margin: 4px 0 0 5px;
  }
  .services-page-new .new-home-cta__rates {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  .services-page-new .new-home-cta__rates .spacebetweenplus {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 59px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
  }
  .services-page-new .new-home-cta__rates .border-offer {
    float: none;
    width: 100%;
    background: #f2f3f5;
    border-right: 2px solid #f2f3f5;
    border-left: 2px solid #f2f3f5;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
  }
  .services-page-new .new-home-cta__rates .border-offer:last-child {
    margin-bottom: 0;
  }
  .services-page-new .new-home-cta__rates .top-content--last:after {
    left: 156px;
    display: none;
  }
  .services-page-new .new-home-cta__rates .offer-inside {
    justify-content: flex-start;
  }
  .services-page-new .new-home-cta__rates .rate {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #2d353e !important;
    position: relative;
  }
  .services-page-new .new-home-cta__rates .rate sup span {
    font-size: 20px !important;
  }
  .services-page-new .new-home-cta__rates .rate--desktop {
    display: none;
  }
  .services-page-new .new-home-cta__rates .rate--mobile {
    display: block;
  }
  .services-page-new .new-home-cta__rates .rate__up-to {
    width: 25px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-right: -4px;
    margin-top: -16px;
    color: #2d353e;
  }
  .services-page-new .new-home-cta__rates .rate__windshield-replacement {
    text-align: right;
    display: inline-block;
    width: 120px;
    font-size: 18px;
    line-height: 1;
    zoom: 1;
    vertical-align: middle;
    margin-right: -4px;
    margin-top: -16px;
  }
  .services-page-new .new-home-cta__rates .rate__as-much-as {
    width: 55px;
    display: inline-block;
    line-height: 0.9;
  }
  .services-page-new .new-home-cta__rates .rate__regular-sup {
    margin-top: 5px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px !important;
  }
  .services-page-new .new-home-cta__rates .rate__small-text {
    font-size: 15px;
  }
  .services-page-new .new-home-cta__rates .rate__stroke {
    color: #d60000;
    font-size: 28px;
  }
  .services-page-new .new-home-cta__rates .rate-span,
  .services-page-new .new-home-cta__rates .top-content-container,
  .services-page-new .new-home-cta__rates .bottom-content-container {
    display: none !important;
  }
  .services-page-new .new-home-cta__rates .spacebetweenplus {
    font-size: 26px;
    line-height: 20px;
    margin: 0 !important;
  }
  .services-page-new .home-hero .new-home-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-page-new .home-hero .new-home-cta {
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 0;
    transform: translateX(0);
  }
  .services-page-new .new-home-cta-wrapper {
    width: auto;
  }
  .services-page-new .new-home-cta__rates .rate {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .hero-right-img-page .new-home-cta__h1-row--second {
    margin-bottom: 15px !important;
    margin-top: -17px !important;
  }
  .new-home-cta__h1-row--first {
    white-space: normal;
  }
  .new-home-cta__h1-row--second {
    display: block !important;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-home-cta__h1-row--second.d-md-none {
    display: none !important;
  }
  .home-page .home-hero__img-wr--mobile {
    display: none;
  }
  .home-page .fixed-top .navbar {
    border-bottom: 1px solid #e5e5e5;
  }
  .home-page .fixed-top .navbar .btn.g-btn-primary {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-page .fixed-top.header-border .navbar {
    border-bottom: 1px solid #e5e5e5;
  }
  .city-page .home-hero__img-wr--mobile {
    margin-bottom: 0;
  }
  .city-page .ttc-home--top {
    display: flex;
    flex-direction: column-reverse;
  }
  .city-page .new-home-cta__h1 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .city-page .new-home-cta__h1--with-txt {
    padding-top: 15px !important;
  }
  .city-page .home-hero2 .new-home-cta__h1 {
    padding-top: 26px !important;
    padding-bottom: 0 !important;
  }
  .city-page .new-home-cta__h1-row {
    text-align: center;
  }
  .city-page .home-hero {
    padding-top: 0 !important;
  }
  .city-page .home-hero #js-hero-img-mobile {
    width: 100%;
    height: auto;
  }
  .reg-img img {
    max-width: 100%;
    height: auto;
  }
  .header-alert {
    margin-top: 0;
  }
  .quickquote-row__logo-link {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .quickquote-row__logo-link .quickquote-row__logo {
    width: 221px;
    height: 46px;
    margin: 4px 0 5px 0;
  }
  .quickquote-wr .navbar__container {
    max-width: 100% !important;
  }
  .total-car-care--home .total-car-care__content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1100px) {
  .desktop-icon-menu-item {
    padding: 0 15px;
  }
}
@media (max-width: 1050px) {
  .bbb-header-desktop {
    display: none;
  }
}
@media (min-width: 981px) {
  .top-gray-logos .home-hero-badges2 .row {
    width: 100%;
    max-width: 1130px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .top-gray-logos .home-hero-badges2 .justify-content-between {
    justify-content: center !important;
  }
  .top-gray-logos .home-hero-badges2 .col-6 {
    flex: 0 0 33.33333%;
  }
}
@media (max-width: 905px) {
  .text-with-round-img__img {
    margin: 0 auto 20px auto !important;
    float: none !important;
  }
}
@media (max-width: 888px) and (min-width: 767px) {
  #js-support-e .ft-envelope {
    display: none;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .footer-top .ft-envelope {
    display: none;
  }
}
@media (min-width: 851px) {
  .tables-block--3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tables-block--3 .table {
    width: calc((100% / 3) - (2rem / 3));
    margin-right: 1rem;
  }
  .tables-block--3 .table:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 850.98px) {
  .tables-block--3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tables-block--3 .table {
    width: 100%;
    margin-bottom: 1rem !important;
  }
  .tables-block--3 .table:last-child {
    margin-bottom: 0 !important;
  }
  .jump-buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .jump-buttons__item {
    flex: 0 0 50%;
    box-sizing: border-box;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .jump-buttons__item:nth-child(odd) {
    padding-left: 0 !important;
  }
  .jump-buttons__item:nth-child(even) {
    padding-right: 0 !important;
  }
  .jump-buttons__item:nth-last-child(1),
  .jump-buttons__item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .jump-buttons__item--empty {
    display: block !important;
  }
  .jump-buttons__btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .warranty-seal-img {
    width: 220px;
    height: 203px;
  }
  .vehicle-table--4cols .table__td:nth-child(-n+4) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+5):nth-child(-n+8) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+9):nth-child(-n+12) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+13):nth-child(-n+16) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+17):nth-child(-n+20) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+21):nth-child(-n+24) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+25):nth-child(-n+28) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+29):nth-child(-n+32) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+33):nth-child(-n+36) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+37):nth-child(-n+40) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+41):nth-child(-n+44) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+45):nth-child(-n+48) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+49):nth-child(-n+52) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+53):nth-child(-n+56) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+57):nth-child(-n+60) {
    background: #ededed !important;
  }
  .vehicle-table--4cols .table__td:nth-child(n+61):nth-child(-n+64) {
    background-color: #f5f5f5;
  }
  .vehicle-table--4cols .table__td:nth-child(n+65):nth-child(-n+68) {
    background: #ededed !important;
  }
  .neg-ml-25 {
    margin-left: -15px !important;
  }
  .location-border {
    height: 100%;
  }
  .footer .contacts-sec__block:last-child .contacts-sec__txt {
    padding-left: 10px;
  }
  .footer .contacts-sec__ico .bg-blue_calendar {
    transform: scale(0.6);
    margin-left: -3px;
    margin-right: -1px;
  }
  .footer .contacts-sec__ico img {
    width: 15px;
    margin-right: 15px;
  }
  .footer .contacts-sec__ico img.mr-4 {
    margin-right: 14px !important;
  }
  .footer-heading {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-contacts {
    justify-content: flex-start;
  }
  .footer-contacts__txt {
    font-size: 20px;
  }
  .quickquote-row__intro {
    font-size: 1.25rem !important;
  }
  #js-comparison-table-wr #js-compare-table-header-sticky.is-sticky {
    left: 0 !important;
    width: 737px;
    padding-left: 0;
    padding-right: 0;
    transform: none !important;
  }
  .comparison-table-wr {
    overflow: visible;
  }
  .comparison-table__arrows {
    display: block !important;
  }
  .comparison-table__th {
    position: absolute;
    left: -15px;
    padding-left: 16px !important;
  }
  .comparison-table__th:after {
    background-image: linear-gradient(to right, #fff, transparent);
    content: '';
    position: absolute;
    right: -20px;
    height: 100%;
    width: 20px;
  }
  .comparison-table__th--transparent {
    background: transparent !important;
  }
  .comparison-table__th--transparent:after {
    background-image: none;
    background: transparent;
    content: '';
    position: absolute;
    right: -20px;
    height: 100%;
    width: 20px;
  }
  #js-compare-table-header-sticky .comparison-table__th {
    left: 0;
  }
  .comparison-table__tr {
    padding-left: 155px;
  }
  body .comparison-table {
    min-width: 767px;
  }
  body .comparison-table__ico {
    display: none;
  }
  body .comparison-table__th--with-ico {
    padding-left: 0 !important;
  }
  body .comparison-table__tr--with-ico .comparison-table__td:first-child {
    padding-left: 0 !important;
  }
  .states-cards .states-card h3 {
    font-size: 1.25rem !important;
  }
  .sticky-header {
    height: auto;
    padding-bottom: 0;
    box-shadow: none;
    border-top: 0;
  }
  .disclaimer {
    font-size: 16px !important;
  }
  .page-sec img {
    max-width: 100%;
    height: auto;
  }
  #area-menu-content-fl li {
    font-size: 18px !important;
  }
  .why-us-sec__text .desktop-br {
    display: inline;
  }
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .vehicle-table .table__td.is-desktop {
    display: none;
  }
  br.is-desktop {
    display: none;
  }
  .small {
    font-size: 1rem !important;
  }
  .quickquote-txt {
    font-size: 1.25rem !important;
  }
  .jump-buttons__btn {
    font-size: 20px !important;
  }
  .vehicle-table {
    display: block;
    width: 100%;
  }
  .vehicle-table .table__td {
    white-space: normal;
    border: none;
    border-top: none !important;
  }
  .vehicle-table .table__td--empty {
    display: block;
  }
  .vehicle-table .table__tr {
    display: flex;
    flex-wrap: wrap;
  }
  .vehicle-table--2cols .table__td {
    width: 50%;
  }
  .vehicle-table--2cols .table__tr:last-child .table__td:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .vehicle-table--70-30 .table__td:first-child {
    width: 65%;
  }
  .vehicle-table--70-30 .table__td:last-child {
    width: 35%;
  }
  .vehicle-table--50-50 .table__td:first-child {
    width: 50%;
    flex: 1 0 50%;
  }
  .vehicle-table--50-50 .table__td:last-child {
    width: 50%;
    flex: 1 0 50%;
  }
  .vehicle-table--4cols .table__td {
    width: 25%;
    flex: 1 0 25%;
    max-width: 25%;
  }
  .vehicle-table--4cols .table__tr:last-child .table__td {
    border-right: 1px solid #dee2e6;
  }
  .vehicle-table--4cols .table__tr:last-child .table__td:nth-child(4n) {
    border-right: none;
  }
  .vehicle-table--4cols .table__tr:last-child .table__td:nth-last-child(-n+4) {
    border-bottom: none;
  }
  .table--2col .table__td {
    white-space: normal;
  }
  .city-page:not(.vehicle-page) .table--md-4col .table__tr .table__td:nth-child(3) {
    border-right: 1px solid #dee2e6;
  }
  .city-page:not(.vehicle-page) .table--md-4col .table__tr:last-child .table__td:nth-child(3),
  .city-page:not(.vehicle-page) .table--md-4col .table__tr:last-child .table__td:last-child {
    border-top: 1px solid #dee2e6 !important;
  }
  .scrollable-table-container {
    padding-right: 0;
    position: relative;
  }
  .scrollable-table-container:after {
    position: absolute;
    bottom: -14px;
    right: 5px;
    content: "";
    background: url(../images/thin-long-arrow-right-icon.svg) top left no-repeat;
    width: 21px;
    height: 10px;
  }
  .scrollable-table-container .table__td {
    border-left: none;
  }
  .scrollable-table-container .table__td:first-child {
    border-left: none;
  }
  .scrollable-table-container .table__tr {
    display: table-row;
  }
  .scrollable-table-container .table__tr:first-child .table__td {
    border-top: 1px solid #dee2e6;
  }
  .scrollable-table-container .mCustomScrollbar {
    border-left: 1px solid #dee2e6;
  }
  .js-horizontal-scrollbar .mCSB_container {
    padding-top: 2px !important;
  }
  .free-chip-repairs-page #js-hero-img-mobile {
    display: block;
  }
  .free-chip-repairs-page #js-hero-img-desktop {
    display: none;
  }
  .total-car-care--home .total-car-care__img {
    min-height: 0;
    height: auto;
  }
  .ttc-2col__and {
    transform: translate(0, 0);
    top: auto;
    left: auto;
    position: relative;
    margin: 20px auto;
  }
  .ttc-qa__answer ul {
    padding-left: 14px !important;
  }
  .ttc-qa__answer ul li:before {
    width: 6px !important;
    height: 6px !important;
    margin-top: 14px !important;
  }
  .red-cross-inside {
    width: 55px !important;
    height: 55px !important;
    bottom: 9px !important;
  }
  .insurance-section--windshield-replacement h4 .kpo-box__number {
    top: 0;
  }
  #howtoreplacewindshieldgetcashbackmesasteps:before {
    margin-top: -120px !important;
    height: 120px !important;
  }
  .city-hero-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .geo-hero {
    min-height: auto !important;
  }
  .city-hero {
    color: #2d353e !important;
  }
  .city-hero:before {
    display: none !important;
  }
  .best-warranty-block .link-more-wr {
    width: 100%;
    padding-left: 0;
    margin-top: 6px !important;
    text-align: center;
  }
  .services-page .home-hero {
    margin-bottom: 0 !important;
  }
  .services-page .text-center.mb-4 img,
  .services-page .text-center.mb-4 picture {
    height: auto;
  }
  .home-insurance-sec__item {
    margin-bottom: 20px;
  }
  .home-insurance-sec__item:last-child {
    margin-bottom: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .free-mobile-service-block__left-cnt.pb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .free-mobile-service-block {
    margin-top: 51px !important;
  }
  .body-quickquote .footer.footer-bottom {
    font-size: 18px !important;
  }
  .money-seal-wr .money-seal-img-wr--warranty img {
    max-width: 66.6666% !important;
    max-height: 66.6666% !important;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  .mb-00 {
    margin-bottom: -8px !important;
  }
  .lifetimewarranty-page .money-seal-img-wr img {
    width: 35% !important;
    height: 35% !important;
  }
  .specialoffers-page .money-seal-img-wr img.home-hero__mobile-img {
    width: 35% !important;
    height: 35% !important;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .navbar-brand {
    margin-right: 0.5rem;
    height: 64px;
  }
  .best-warranty-block.cracked-illegal .col-md-6:first-child {
    padding-right: 15px;
  }
  .best-warranty-block.cracked-illegal .col-md-6:last-child {
    padding-left: 15px;
    background-color: #fff !important;
  }
  .best-warranty-block.cracked-illegal .best-warranty-block__content--home {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .best-warranty-block .num {
    position: absolute;
    left: 0;
    top: 0;
    background: #d60000;
    border: 2px solid #d60000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
  }
  .best-warranty-block .num--grey {
    border: 2px solid #969696;
    color: #969696;
    background: #fff;
  }
  .best-warranty-block__txt {
    padding-bottom: 25px;
  }
  .best-warranty-block__img-wr {
    height: auto;
  }
  .best-warranty-block__col .ct-angle-primary {
    position: absolute;
    right: 0;
    top: 0;
  }
  .best-warranty-block__col--last .best-warranty-block__txt {
    padding-bottom: 0;
  }
  .best-warranty-block__title {
    position: relative;
  }
  .header .navbar .container {
    max-width: 100%;
  }
  .specialoffers-page #js-hero-img-mobile {
    width: 100%;
    object-fit: contain;
  }
  .money-seal-img-wr--mobile .desktop-blue-hero-seal--mob {
    width: 168px !important;
    height: 168px !important;
  }
  .money-seal-img-wr--mobile .money-seal-text__1 {
    font-size: 22px;
  }
  .money-seal-img-wr--mobile .money-seal-text__2 {
    font-size: 50px;
  }
  .money-seal-img-wr--mobile .money-seal-text__3 {
    font-size: 32px;
  }
  .collapse-heading {
    cursor: pointer;
  }
  .servicearea-page .most-common-cities {
    padding-top: 48px !important;
  }
  .servicearea-page .most-common-cities .g-heading.g-heading-v2 {
    padding-bottom: 17px !important;
    margin-bottom: 0 !important;
  }
  .g-btn-sm {
    padding: 0.5rem 1rem;
  }
  .collapse-heading .ct-angle-primary {
    width: 17px;
    height: 11px;
    background: url('../images/gray-caret-down.svg') left top no-repeat !important;
  }
  .collapse-heading:not(.collapsed) .ct-angle-primary {
    width: 17px;
    height: 11px;
    background: url('../images/gray-caret-up.svg') left top no-repeat !important;
  }
  .ct-angle-down {
    margin-top: 6px !important;
  }
  .g-btn-sm-dark {
    background-color: #000;
  }
  .g-btn-sm-dark:hover,
  .g-btn-sm-dark:focus,
  .g-btn-sm-dark:active {
    background-color: #22282f;
  }
  .call-to-action-block--footer .call-to-action-block__container {
    padding-top: 10px !important;
  }
  .call-to-action-block--footer .call-to-action-block__container .row.pb-2 {
    padding-bottom: 0 !important;
  }
  .call-to-action-block--footer .call-to-action-block__container h2 {
    margin-bottom: 0 !important;
  }
  .geo-hero {
    background-color: #fff;
    background-image: none;
  }
  .geo-hero .new-home-cta__buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .geo-hero .money-seal-text__1 {
    font-size: 22px;
  }
  .geo-hero .money-seal-text__2 {
    font-size: 50px;
  }
  .geo-hero .money-seal-text__3 {
    font-size: 32px;
  }
  .geo-hero:after {
    content: none;
  }
  .call-to-action-block__btn {
    max-width: 350px !important;
    font-size: 1.8rem !important;
  }
  .call-to-action-block__btn.g-font-size-24 {
    font-size: 1.8rem !important;
  }
  .fixed-top.header-border .header-alert {
    display: none;
  }
  .g-table-break,
  .g-table-break caption,
  .g-table-break thead,
  .g-table-break tbody,
  .g-table-break th,
  .g-table-break td,
  .g-table-break tr {
    display: block;
  }
  .g-table-break thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .g-table-break tbody th,
  .g-table-break tbody td {
    border: 0;
    border-bottom: 1px solid #d5d8de;
    position: relative;
    padding-left: 45%;
    white-space: normal;
    text-align: left;
  }
  .g-table-break tbody th:before,
  .g-table-break tbody td:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    background-color: #2f4468;
    color: #fff;
    padding: 0.9375rem;
    font-weight: 700;
    border-bottom: 1px solid #55595f;
    margin-bottom: -1px;
    font-size: 1rem;
  }
  .table-striped tbody tr:nth-of-type(odd) th:before,
  .table-striped tbody tr:nth-of-type(odd) td:before {
    background-color: #1f2d45;
  }
  .g-table-break th:before,
  .g-table-break td:before {
    content: attr(data-title);
  }
  .g-table {
    border-right: 1px solid #d5d8de;
  }
  .collapse-table-caption {
    border-bottom: 1px solid transparent;
  }
  .collapse-table-caption.collapsed {
    border-bottom: 1px solid #dd4c52;
  }
  .collapsible-full {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #wufooFormw10alvhu1onwllq {
    min-height: 280px;
  }
  .w-tech-sec .why-us-sec__ico img {
    height: 80px !important;
  }
  .w-tech-sec .location-border,
  .w-tech-sec .border-right-sm,
  .w-tech-sec .border-right-xs {
    border-right: 1px solid #dee2e6 !important;
  }
  .w-tech-sec .border-right-sm-none {
    border-right: none !important;
  }
  .w-tech-sec .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .makes-models-sec__row {
    margin-bottom: 0;
  }
  .makes-models-sec__row .col-md-6 {
    margin-bottom: 30px;
  }
  .makes-models-sec__row:last-child .col-md-6:last-child {
    margin-bottom: 0;
  }
  .bx-border {
    border: 1px solid #b9b9b9;
  }
  .nav-service-tabs {
    z-index: 5;
  }
  .free-cash-block,
  .home-page-block-with-image {
    margin-top: -2px;
    z-index: 0;
  }
  .insurance-section .home-page-block-with-image .media img {
    width: auto !important;
    height: auto;
    margin-top: 25px !important;
  }
  .nav-tabs-dashed .nav-item .nav-link:not(.active) {
    border-bottom: 2px dashed #d60000;
  }
  .makes-models-list li {
    display: block !important;
  }
  .makes-models-list .js-show-more-makes,
  .makes-models-list .js-show-less-makes {
    display: none;
  }
  .ft-map-marker {
    margin-right: 6px;
    margin-left: 3px;
  }
  .contacts-sec .col-md-6 {
    margin-bottom: 20px;
  }
  .contacts-sec .col-md-6:last-child {
    margin-bottom: 0;
  }
  .media-md-only {
    display: block;
  }
  .media-md-only > picture img {
    display: block;
    margin: 0 auto 1rem !important;
  }
  .media-md-only .rounded-circle {
    border: 2px solid #1f2d45;
    padding: 2px;
  }
  .testimonial-item {
    padding: 1.5rem 1.5rem 0.5rem;
  }
  .reviews-source-logo {
    position: relative;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .home-page-block-with-image__col .border-gray {
    border: none;
  }
  .footer-contacts {
    flex-direction: column;
  }
  .footer-contacts__map {
    padding-bottom: 15px;
    padding-left: 0;
  }
  .footer-contacts__map iframe {
    width: 216px !important;
    height: 216px !important;
  }
  .footer-top .ft-map-marker {
    margin-right: 0 !important;
  }
  .footer-top .adr {
    margin-bottom: 18px !important;
  }
  .footer-top .adr .ml-4 {
    margin-left: 28px !important;
  }
  .form-appt .form-group {
    margin-bottom: 1.375rem;
  }
  .who-eligible .col-md-6:first-child {
    margin-bottom: 20px;
  }
  .btn-submit {
    display: block;
    width: 100%;
    background-color: #d60000;
    position: relative;
    background-color: transparent;
    border: 0.125rem solid #d60000;
    color: #d60000;
    border-radius: 0.625rem;
    font-size: 2.5rem;
    padding: 0.75rem 1.375rem;
  }
  .btn-submit:hover,
  .btn-submit:focus,
  .btn-submit:active {
    background-color: #22282f;
    border-color: #22282f;
    color: #fff;
  }
  .btn-submit .fa {
    color: #fff;
    border-radius: 0 0.5rem 0.5rem 0;
    line-height: 5.25rem;
  }
  .btn-submit:hover .fa {
    color: #fff;
  }
  main .g-heading.g-heading-v2 + p[id]:not(.js-colorbox) {
    margin-top: 0;
  }
  main .g-heading.g-heading-v2 + p[id]:not(.js-colorbox):before {
    margin-top: -126px;
  }
  .footer--middle-cnt {
    padding-left: 15px;
  }
  .footer .collapse-heading {
    padding-top: 1rem;
    padding-bottom: 0.375rem;
  }
  .footer .collapsible {
    border-bottom: 1px solid #575d65;
  }
  p,
  li,
  h4,
  .footer-form,
  .btn,
  .sticky-f-mobile__left,
  .sticky-f-mobile__right,
  .ttc-qa__question,
  .contacts-sec__txt,
  .quote-link {
    font-size: 1.25rem !important;
  }
  .home-hero p,
  .home-hero li,
  .home-hero h4 {
    font-size: 1.25rem !important;
  }
  .new-home-cta p,
  .new-home-cta li,
  .new-home-cta h4 {
    font-size: 1.25rem !important;
    line-height: 32px !important;
  }
  .navbar-nav .nav-link,
  .dropdown-menu__header .dropdown-item {
    font-size: 18px !important;
  }
  .navbar-nav .nav-link {
    line-height: 1.4;
  }
  .breadcrumb li.breadcrumb-item {
    font-size: 14px !important;
  }
  .breadcrumb-wrapper {
    background: #f2f3f5;
  }
  .ct-heading h3 {
    font-size: 1.25rem !important;
  }
  .call-btn-simple__ico .bg-white_phone_sm {
    margin-top: 10px !important;
  }
  .sticky-f-mobile__left .icon-right-circle {
    margin-top: 4px;
  }
  .footer p,
  .footer li {
    font-size: 18px !important;
  }
  .city-services-sec img,
  .city-services-sec picture {
    max-width: 100%;
    height: auto;
  }
  .footer .collapse-body {
    font-size: 18px;
  }
  .footer .collapse-body .g-mb-12 {
    margin-bottom: 15px !important;
  }
  .footer .collapse-body .adr {
    padding-top: 15px !important;
  }
  .footer .footer-bottom {
    font-size: 18px;
  }
  .footer .site-menu .list-inline-item:not(:last-child),
  .footer .site-menu .list-inline-item:not(:last-child) a {
    margin-right: 30px;
  }
  .footer .list-cc {
    padding-top: 5px;
  }
  .footer #collapse-footer-hours li {
    margin-bottom: 15px !important;
  }
  .footer ul.site-menu {
    margin-bottom: 20px !important;
  }
  .g-mt-md-55.g-heading {
    padding-top: 1.5rem !important;
    margin-bottom: 39px !important;
  }
  .home-insurance-sec__item .money-seal-wr-money .money-seal-wr-money__img-bg {
    min-height: 245px;
  }
  .home-insurance-sec__item .money-seal-img-wr--warranty-home img {
    width: 290px !important;
    height: 230px !important;
  }
  .bottom-get-started {
    padding-bottom: 79px;
    padding-top: 47px;
  }
  .internal-page h1 {
    padding-top: 14px;
  }
  .testimonials-block__row {
    margin-bottom: 0;
  }
  .testimonials-block__row:last-child {
    margin-bottom: 0;
  }
  .testimonials-block__row:last-child .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .h-md-auto {
    height: auto !important;
  }
  .new-home-cta__h1 .desktop-row {
    display: inline;
  }
  h1 .desktop-row {
    display: inline !important;
  }
  .city-tip {
    margin-bottom: 41px;
  }
  .quote-link-cta2-desktop {
    display: none;
  }
  .top-gray-logos {
    margin-bottom: 55px !important;
  }
  .how-wr-works-img {
    width: 100%;
    height: auto;
  }
  .why-us-sec__item .why-us-sec__ico--technician-license img {
    height: 90px;
  }
  .why-us-sec__item .why-us-sec__ico--dollar img {
    height: 90px;
  }
  .why-us-sec__item h4 {
    white-space: normal;
    min-width: 0;
  }
  .why-us-sec__item.is-desktop {
    display: none;
  }
  .why-us-sec__item.is-mobile {
    display: block;
  }
  .wo-insurance-sec__bg {
    background: transparent !important;
    min-height: 0;
    display: block;
  }
  .wo-insurance-sec__mob-img {
    display: block !important;
    margin-bottom: 15px;
  }
  .wo-insurance-sec__mob-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .wo-insurance-sec__cnt-wr {
    padding: 0 !important;
  }
  .why-us-sec .col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .why-us-sec__ico {
    height: auto;
  }
  .why-us-sec__ico--warranty-seal img {
    height: 90px;
  }
  .why-us-sec__item {
    margin-bottom: 0 !important;
  }
  .home-hero__img-wr--mobile {
    min-height: 160px;
  }
  .services-page .home-hero__img-wr--mobile {
    min-height: 0;
  }
  .ttc-qa__item:last-child {
    margin-bottom: 0 !important;
  }
  .insurance-section .nav-item:first-child .nav-link:not(.active) {
    border-right: 1px solid #fff;
  }
  .insurance-section .nav-item .nav-link:not(.active) {
    border-right: 1px solid #fff;
  }
  .insurance-section .nav-item .nav-link.active {
    border-left: 1px solid #fff;
    border-color: #fff !important;
    border-top: 1px solid #e5e5e5 !important;
  }
  .insurance-section .nav-item:last-child .nav-link.active {
    border-left: none;
    border-color: #fff !important;
    border-right: none;
    border-top: none;
  }
  .home-page-block-with-image__col {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-top: 1px solid transparent;
  }
  .home-page-block-with-image__col:last-child {
    margin-bottom: 0;
  }
  .kpo-box__content {
    position: relative;
  }
  .kpo-box__number--mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .is-mobile-block {
    display: block;
  }
  .is-mobile-inline {
    display: inline;
  }
  .is-illegal-img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  .best-warranty-block.cracked-illegal .best-warranty-block__content {
    padding-top: 1.5rem !important;
  }
  .home-page-block-with-image {
    padding-bottom: 0;
  }
  .insurance-section .home-page-block-with-image__col {
    padding-top: 25px !important;
  }
  .insurance-section--windshield-replacement .home-page-block-with-image__col {
    padding-top: 0 !important;
    margin-top: 30px;
  }
  .insurance-section--windshield-replacement .home-page-block-with-image__col:first-child {
    margin-top: 0;
  }
  .home-page-block-with-image-nav.nav-tabs-border .nav-item .active {
    border-color: #f2f3f5 !important;
  }
  .collapse:not(.show) {
    display: none;
  }
  .new-home-cta__buttons.is-mobile {
    display: block;
  }
  .new-home-cta__buttons.is-desktop {
    display: none;
  }
  .services-page-new .sticky-comparison-header.is-sticky {
    display: block !important;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
  }
  .services-page-new .sticky-comparison-header.is-sticky .tab-pane {
    display: block !important;
  }
  .services-page-new .sticky-comparison-header.is-sticky h3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-hero .new-home-cta__buttons.is-mobile {
    margin-top: 0 !important;
  }
  .home-hero__bottom.is-desktop,
  .call-to-action-block--footer.is-desktop {
    display: none;
  }
  .home-hero-badges-footer .col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .breadcrumb {
    padding: 11px 0 6px 0;
  }
  .testimonials-block {
    margin-bottom: 0 !important;
  }
  .geo-location-badges-block {
    margin-top: 0;
  }
  .geo-location-badges__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .new-home-cta__disclaimer {
    background: #fff;
  }
  .home-hero-badges,
  .geo-location-badges {
    padding-top: 16px !important;
    padding-bottom: 13px !important;
    margin-top: 0;
  }
  .home-hero-badges .col-6,
  .geo-location-badges .col-6 {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .home-hero-badges--new .col-6:nth-child(2),
  .geo-location-badges--new .col-6:nth-child(2) {
    display: block;
  }
  .home-hero-badges--new .col-6:nth-child(5),
  .geo-location-badges--new .col-6:nth-child(5) {
    display: none;
  }
  .home-hero-badges-footer {
    padding-bottom: 34px;
  }
  .home-hero-badges-footer .home-hero-badges .col-6 {
    max-width: 50% !important;
  }
  .home-hero-badges-footer .home-hero-badges .col-6:nth-child(2) {
    display: block;
  }
  .home-hero-badges-footer .home-hero-badges .col-6:nth-child(1) {
    text-align: center !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .call-to-action-block__container {
    margin-top: 0;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }
  .call-to-action-block__container h2 {
    margin-bottom: 2.05rem !important;
  }
  .call-to-action-block__quote-text {
    margin-bottom: 0.25rem !important;
  }
  .call-to-action-block .new-call-to-action-block__gif {
    top: -25px;
  }
  .call-to-action-block--footer {
    padding-top: 36px !important;
  }
  .call-to-action-block--footer .new-call-to-action-block__gif {
    top: 15px;
  }
  .call-to-action-block--footer.is-mobile {
    display: block;
  }
  .call-to-action-block--footer-home {
    padding-top: 0 !important;
  }
  .call-to-action-block--vehicles-2nd.bg-thead-dark {
    margin-top: 2.25rem !important;
    margin-bottom: 2.8rem !important;
  }
  .quote-link--footer {
    background: #fff !important;
  }
  .testimonials-block__container .col-sm-12 {
    margin-bottom: 20px;
  }
  .testimonials-block__container .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .wo-insurance-sec__intro {
    margin-bottom: 30px;
  }
  .our-mission {
    padding-bottom: 0 !important;
  }
  .average-values-block .container {
    padding-bottom: 28px !important;
  }
  .call-to-action-block__quote-text {
    padding-bottom: 16px !important;
  }
  .header-slider {
    border-top: 1px solid #2f4468;
  }
  .header-slider .js-slick-header-prev,
  .header-slider .js-slick-header-next {
    background: #2f4468 !important;
  }
  .header-slider__container {
    padding: 5px 15px;
  }
  .header-slider--desktop {
    display: none;
  }
  .header-slider--mobile {
    left: auto !important;
    position: relative !important;
    display: block;
    background: #2f4468 !important;
  }
  .header-slider--mobile .header-slider__slide {
    background: #2f4468 !important;
  }
  .quote-link {
    display: block;
    text-align: center;
    padding-top: 2rem;
  }
  .new-home-cta__disclaimer {
    display: none;
  }
  .home-hero .quote-link {
    margin-bottom: 2rem;
  }
  .quote-link--footer {
    padding-bottom: 0;
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 33px;
  }
  .quickquote-content--cta #form2.wufoo {
    padding-bottom: 120px !important;
  }
  .quickquote-content--cta #form2.wufoo.pb-0 {
    padding-bottom: 3rem !important;
  }
  .quickquote-content--cta #form2.wufoo.pb-0 form li.buttons {
    padding-bottom: 3px !important;
  }
  .quote-link--internal {
    padding-bottom: 2rem;
  }
  .tcc-average__value {
    width: 75px;
    padding: 0 10px 0 5px;
  }
  .tcc-average__td {
    width: calc(100% - 75px);
    padding-left: 15px;
    font-size: 17px;
  }
  .g-heading.g-heading-v2 + p,
  .g-heading.g-heading-v2 + h3,
  .g-heading.g-heading-v2 + ul {
    margin-top: -6px;
  }
  .top-gray-logos--hero .home-hero-badges {
    background: #fff !important;
  }
  .services-page .quickquote-content {
    min-width: 0;
    width: 100%;
  }
  .services-page .quickquote-content--cta {
    max-width: 100%;
  }
  .home-page .bg-transparent.top-gray-logos,
  .services-page-new .bg-transparent.top-gray-logos {
    background-color: transparent !important;
  }
  .home-page .top-gray-logos,
  .services-page-new .top-gray-logos {
    margin-bottom: 55px !important;
  }
  .border-top-sm {
    border-top: 1px solid #dee2e6;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6;
  }
  .most-common-cities .location-border {
    margin-bottom: 0 !important;
  }
  .city-sec-icons {
    justify-content: center;
  }
  .city-sec-icons .sec750__ico--customers {
    height: auto !important;
    max-width: 100%;
    margin-top: 10px;
  }
  .city-sec-icons .sec750__ico--10m {
    height: auto !important;
    max-width: 100%;
  }
  .city-sec-icons .sec750__ico--20y {
    height: auto !important;
    max-width: 100%;
  }
  .best-warranty-block__content--home {
    font-size: 18px;
  }
  .ttc-qa__answer {
    font-size: 18px;
  }
  .footer.has-sticky-footer {
    padding-bottom: 86px;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .sec750 {
    padding-bottom: 44px;
    padding-top: 5px;
  }
  .sec750 .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .sec750 .why-us-sec__ico img {
    margin-right: 0;
    margin-left: 0;
  }
  .sec750 .why-us-sec__item {
    margin-bottom: 0 !important;
  }
  .top-gray-logos--hero {
    margin-bottom: 0;
  }
  .top-gray-logos--hero .home-hero-badges,
  .top-gray-logos--hero .geo-location-badges {
    padding-bottom: 0 !important;
  }
  .top-gray-logos--hero .new-home-cta__rates {
    margin-bottom: 0;
  }
  .total-car-care-hero {
    justify-content: center !important;
  }
  .total-car-care-hero .city-hero {
    float: none;
    margin-right: 0;
  }
  .rate.rate--mobile sup {
    display: none;
  }
  .new-call-to-action-block-black {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .city-auto-glass-services {
    margin-bottom: 4px !important;
  }
  .text-with-round-img h3 {
    text-align: center;
    padding-left: 0;
  }
  .text-with-round-img__row--reverce {
    flex-direction: column;
  }
  .text-with-round-img__img {
    margin: 0 auto 20px auto;
    float: none;
  }
  .geo-hero .new-home-cta__buttons {
    margin-bottom: 0 !important;
  }
  #cboxMiddleLeft {
    width: 40px;
  }
  #cboxMiddleRight {
    width: 40px;
  }
  .sticky-header.is-sticky {
    display: block !important;
  }
  .sticky-header .is-mobile {
    display: block !important;
  }
  .best-wr-by-state-page .sticky-header.is-sticky {
    display: flex !important;
    padding-left: 0;
  }
  .sticky-f-mobile {
    height: 86px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-top: none;
    box-shadow: none;
  }
  .sticky-f-mobile__left {
    width: 50%;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
    font-size: 18px;
    border-top: 1px solid #e5e5e5;
  }
  .sticky-f-mobile__left .icon-right-circle {
    margin-left: 5px;
  }
  .sticky-f-mobile__right {
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%;
    height: 86px;
    background: #d60000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  .sticky-f-mobile__right:hover {
    background: #bf1c23;
    text-decoration: none;
    color: #fff;
  }
  .sticky-f-mobile__right .call-btn-simple__ico {
    margin-right: 8px;
  }
  .city-page .new-home-cta__h1-row--first {
    min-height: 0;
  }
}
@media (max-width: 575.98px) {
  .bg-yellow h4.g-lh-2 {
    line-height: 1.5 !important;
  }
  .bg-yellow .icon-light-on--dark {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 8px;
  }
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .w-tech-sec .pt-1.pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .home-insurance-sec__txt {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .site-menu-left {
    text-align: left;
  }
  .btn-submit .fa {
    line-height: 4rem;
  }
  .services-page-new #js-comparison-table-iframe .col-sm-6 {
    width: 50%;
  }
  .w-tech-sec .border-right-xs-none {
    border-right: none !important;
  }
  .w-tech-sec .why-us-sec__text {
    position: relative;
    z-index: 10;
  }
  .w-tech-sec .why-us-sec__item .location-border {
    padding-bottom: 7px !important;
    margin-bottom: 1rem !important;
  }
  .w-tech-sec .border-bottom-xs {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .w-tech-sec .border-top-xs {
    border-top: 1px solid #dee2e6 !important;
  }
  .w-tech-sec .why-us-sec__ico--chipped-windshield img {
    height: 80px !important;
    width: 164px !important;
  }
  .w-tech-sec .why-us-sec__ico--door-glass img {
    height: 100px !important;
    width: 100px !important;
  }
  .w-tech-sec .why-us-sec__ico--no-damage img {
    height: 80px !important;
    width: 164px !important;
  }
  .w-tech-sec .why-us-sec__ico--rear-window img {
    height: 80px !important;
    width: 164px !important;
  }
  .w-tech-sec .why-us-sec__ico--small-cracks img {
    height: 80px !important;
    width: 164px !important;
  }
  .w-tech-sec .why-us-sec__ico--light-sensor img {
    height: 57px !important;
  }
  .w-tech-sec .why-us-sec__ico--heated-windshield img {
    height: 55px !important;
  }
  .w-tech-sec .why-us-sec__ico--headsup-display img {
    height: 55px !important;
  }
  .w-tech-sec .why-us-sec__ico--rain-sensor img {
    height: 45px !important;
  }
  .w-tech-sec .why-us-sec__ico--shade-band img {
    height: 55px !important;
  }
  .w-tech-sec .why-us-sec__ico--solar-glass img {
    height: 45px !important;
  }
  .w-tech-sec .why-us-sec__ico--vin img {
    height: 75px !important;
  }
  .btn-submit {
    font-size: 1.5rem;
    padding: 0.75rem 1.375rem;
  }
  .new-home-cta__quote-btn {
    font-size: 1.5rem !important;
    height: auto !important;
    padding: 0.75rem 1.375rem !important;
  }
  .new-home-cta:before {
    height: calc(100% - 215px);
    display: none;
  }
  .new-home-cta__rates .rate__up-to {
    font-size: 17px !important;
  }
  .new-home-cta__rates .rate {
    font-size: 17px !important;
  }
  .new-home-cta__rates .rate__stroke {
    font-size: 28px;
  }
  .new-home-cta__rates .border-offer:before {
    transform: translateY(calc(-50% + 2px)) scale(0.8) !important;
    left: 10px !important;
  }
  .new-home-cta__rates .rate__up-to {
    width: 21px !important;
    font-size: 14px !important;
    margin-top: -13px !important;
  }
  .rate__windshield-replacement {
    width: 95px !important;
    font-size: 14px !important;
    margin-top: -13px;
  }
  .home-hero-badges,
  .geo-location-badges {
    padding-top: 8px !important;
    padding-bottom: 7px !important;
  }
  .top-gray-logos--hero .home-hero-badges,
  .top-gray-logos--hero .geo-location-badges {
    padding-top: 16px !important;
    padding-bottom: 0;
  }
  .home-hero-badges-footer {
    padding-top: 30px;
  }
  .home-hero-badges-footer .home-hero-badges {
    padding-top: 0 !important;
  }
  .home-hero-badges-footer .home-hero-badges h3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 550px) {
  .home-hero-cta {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  h1 {
    font-size: 1.8rem;
  }
  .call-to-action-block.bg-thead-dark {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px !important;
  }
  .call-to-action-block.bg-thead-dark .call-to-action-block__btn {
    max-width: 320px !important;
  }
  .call-to-action-block.bg-thead-dark .call-to-action-block__container h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 500px) {
  .money-seal-wr .money-seal-img-wr--home-wrt img {
    max-height: 182px !important;
    max-width: 240px !important;
  }
  .btn-phone {
    width: 64px;
    height: 50px;
    padding-bottom: 9px !important;
  }
  .specialoffers-page .money-seal-img-wr img.home-hero__mobile-img {
    width: 40% !important;
    height: 40% !important;
  }
  .geo-hero .money-seal-text__1 {
    font-size: 16px;
  }
  .geo-hero .money-seal-text__2 {
    font-size: 40px;
  }
  .geo-hero .money-seal-text__3 {
    font-size: 21px;
  }
  main .home-page-block-with-image__col *[id]:before {
    margin-top: -74px !important;
    height: 74px !important;
  }
}
@media (max-width: 460px) {
  .home-hero__img-wr--mobile {
    min-height: 147px;
  }
  .services-page .home-hero__img-wr--mobile {
    min-height: 0;
  }
  .desktop-br {
    display: inline;
  }
  .why-us-sec__row .location-border.px-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 450px) {
  .sec750__ico--10m {
    width: 120px !important;
    height: 80px !important;
  }
  .sec750__ico--customers {
    width: 150px !important;
    height: 66px !important;
  }
  .nav-service-tabs:not(.nav-tabs-alt) .nav-item .nav-link {
    font-size: 1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .nav-tabs-alt .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .new-home-cta-wrapper {
    max-width: 100% !important;
  }
  .home-hero-cta {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .home-hero-cta__h1 {
    font-size: 25px;
  }
  .new-home-cta__h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  h1 {
    font-size: 25px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  .call-to-action-block.bg-thead-dark {
    padding: 15px !important;
  }
  .call-to-action-block.bg-thead-dark .call-to-action-block__btn {
    max-width: 280px !important;
  }
  .call-to-action-block.bg-thead-dark .call-to-action-block__btn.g-font-size-24 {
    font-size: 1.4rem !important;
  }
  .call-to-action-block.bg-thead-dark .call-to-action-block__container h2 {
    font-size: 1.4rem !important;
  }
  .geo-location-badges .col-6,
  .home-hero-badges .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: scale(0.9);
    text-align: center;
  }
  .geo-location-badges .col-6:nth-child(1),
  .home-hero-badges .col-6:nth-child(1) {
    text-align: center;
  }
  .geo-location-badges .col-6:nth-child(2),
  .home-hero-badges .col-6:nth-child(2) {
    text-align: center;
  }
  .geo-location-badges .col-6:nth-child(3),
  .home-hero-badges .col-6:nth-child(3) {
    text-align: center;
  }
  .geo-location-badges .col-6:nth-child(4),
  .home-hero-badges .col-6:nth-child(4) {
    text-align: center;
  }
  .geo-location-badges .is-sprite,
  .home-hero-badges .is-sprite {
    transform: scale(0.9);
  }
  .top-gray-logos--hero .geo-location-badges,
  .top-gray-logos--hero .home-hero-badges {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .home-hero-badges-footer {
    padding-bottom: 27px !important;
  }
  .home-hero-badges-footer .home-hero-badges {
    padding-top: 0 !important;
  }
  .home-hero-badges-footer .home-hero-badges h3 {
    padding-top: 1rem !important;
    padding-bottom: 0.5rem !important;
  }
  .form-secondary {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .new-home-cta__h1--mobile-hr-xs {
    display: block !important;
  }
  .new-home-cta__h1 {
    font-size: 19.5px !important;
  }
  .btn-phone {
    margin-top: 0 !important;
    width: 54px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 420px) {
  .money-seal-text__4 {
    margin-top: 2px !important;
    font-size: 40px !important;
  }
  .navbar-collapse.show {
    max-height: calc(100vh - 67px);
  }
  .new-home-cta__buttons.is-mobile .hero-small-btn {
    font-size: 24px !important;
  }
}
@media (max-width: 374.98px) {
  .money-seal-text__4 {
    font-size: 34px !important;
  }
  .services-page-new #js-comparison-table-iframe .col-sm-6 {
    width: 100%;
  }
  .home-hero-cta__h1 {
    font-size: 22px;
  }
  h1 {
    font-size: 22px;
  }
  h2,
  .h2 {
    font-size: 21px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  .call-to-action-block.bg-thead-dark .call-to-action-block__container h2 {
    font-size: 1.179rem !important;
  }
  .rate__stroke {
    font-size: 18px !important;
  }
  .new-home-cta__rates .rate__up-to {
    margin-top: -12px !important;
    width: 21px !important;
    font-size: 13px !important;
  }
  .rate__small-text {
    font-size: 13px !important;
  }
  .new-home-cta__rates .rate__as-much-as {
    line-height: 0.8;
  }
  .new-home-cta__rates .rate__regular-sup {
    margin-top: -2px !important;
  }
}
@media (max-width: 370px) {
  .geo-location-badges .col-6 {
    transform: scale(0.75);
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
  }
  .geo-location-badges .is-sprite {
    max-width: initial;
  }
  .new-home-cta__buttons.is-mobile:before,
  .new-home-cta__buttons.is-mobile:after {
    display: none;
  }
  .new-home-cta__buttons.is-mobile a.btn.g-btn-primary {
    padding-left: 1.5rem !important;
    margin-left: 0;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
  }
  .call-to-action-block--footer .new-home-cta__buttons.is-mobile a.btn.g-btn-primary {
    margin-left: 0 !important;
    padding-left: 1.5rem !important;
  }
  .new-home-cta__buttons.is-mobile {
    padding-left: 0 !important;
  }
  .jump-buttons__item {
    white-space: nowrap;
    flex: 0 0 100%;
    padding: 0 !important;
  }
  .jump-buttons__item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .new-home-cta__buttons.is-mobile .g-btn-primary,
  .new-home-cta__buttons.is-mobile .new-home-cta__quote-btn {
    font-size: 20px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 55px !important;
  }
  .new-home-cta__buttons.is-mobile .g-btn-primary:after,
  .new-home-cta__buttons.is-mobile .new-home-cta__quote-btn:after {
    left: 7px;
  }
  .new-home-cta__buttons.is-mobile .g-btn-primary:before {
    left: 16px;
  }
  .new-home-cta__buttons.is-mobile .new-home-cta__quote-btn:before {
    left: 17px;
  }
}
@media (max-width: 350px) {
  .new-home-cta__buttons.is-mobile.new-home-cta__buttons--closed a.btn.g-btn-primary {
    font-size: 18px !important;
  }
}
@media (max-width: 320px) {
  .home-hero__mobile-img {
    height: 175px;
  }
}
/*# sourceMappingURL=style.css.map */