/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.gform_fields, .header-nav-secondary, .main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_fields .gfield.hidden_label .gfield_label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper .textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .gform_footer input[type="submit"], .btn, .section-subtitle, .landing-banner .top-part h3, .landing-banner .top-part h4, .our-company .label h3, .skills .item h3, .narrow-text-block ol li h3, .landing-banner-new .banner-benefits h3 {
  font-family: 'Heebo', Helvetica, Roboto, Arial, sans-serif;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper .textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform_footer input[type="submit"], .btn, .section-subtitle, .landing-banner .top-part h3, .landing-banner .top-part h4, .our-company .label h3, .skills .item h3, .narrow-text-block ol li h3, .landing-banner-new .banner-benefits h3 {
  font-family: 'Heebo', Helvetica, Roboto, Arial, sans-serif;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gform_wrapper .textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .gform_footer input[type="submit"], .btn, .section-subtitle, .landing-banner .top-part h3, .landing-banner .top-part h4, .our-company .label h3, .skills .item h3, .narrow-text-block ol li h3, .landing-banner-new .banner-benefits h3 {
  font-family: 'Heebo', Helvetica, Roboto, Arial, sans-serif;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper .textarea::placeholder, .gform_wrapper select::placeholder, .gform_footer input[type="submit"], .btn, .section-subtitle, .landing-banner .top-part h3, .landing-banner .top-part h4, .our-company .label h3, .skills .item h3, .narrow-text-block ol li h3, .landing-banner-new .banner-benefits h3 {
  font-family: 'Heebo', Helvetica, Roboto, Arial, sans-serif;
}

.btn.btn-outline-red, .btn.btn-red, .header-phone, .header-nav-secondary a, .main-nav a, .footer .logo, .footer .logo a, .footer .btn-facebook, .footer .copyright, .process .item::before, .hero-subtitle, .popul-packages p, .popul-packages-bottom ul li, .home-locations p, .tabs-location-title, .tabs-location .tab-item ul li, .tabs-location nav a, .jacks-car p, .video .play, .about p, .weather p, .weather .weater-item p.description, .weather .weater-item p.temperature, .map ul li a, .home-banner-subtitle, .hero-inner p, .contact-us-page .gform_footer input, .contact-form a, .contact-form .gfield label, .home-banner .success-guide-link, .services .item .item-title, .page-top-section .wrap .text, .narrow-text-block .icons-list li, .narrow-text-block ol li::before {
  font-family: 'Barlow', Helvetica, Roboto, Arial, sans-serif;
}

.hero-home .hero-title, .popul-packages-item-title, .home-locations-title, .tabs-location .tab-item .tab-item-title, .jacks-car-title, .video-container .video-title, .about-title, .weather-title, .weather .weater-item .sub-capt, .home-banner-home .home-banner-title, .hero-inner-title, .img-gradient .title, .inner-page .jacks-car.touchless-jacks-car .jacks-car-title, .inner-page .jacks-car.tunnel-car-wash .jacks-car-title, .locations .tabs-location .tab-item .tab-item-title, .inner-page .jacks-car h3.jacks-car-title, .contact-form h2 {
  font-family: 'Khand', Helvetica, Roboto, Arial, sans-serif;
}

.hero-home .hero-title span, .jacks-car-title span, .about-title span, .weather-title span, .home-banner-home .home-banner-title span, .hero-inner-title span, .home-locations-title span, .locations .tabs-location .tab-item .tab-item-title span {
  font-family: 'Kristi', Helvetica, Roboto, Arial, sans-serif;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select {
    display: block;
    width: 100%;
    min-height: 43px;
    padding: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none
  }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper .textarea:focus, .gform_wrapper select:focus {
  border-bottom: 2px solid #232337;
  padding-top: 2px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper .textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper .textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gform_wrapper .textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper .textarea::placeholder, .gform_wrapper select::placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper select {
    color: #383838;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 19px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='7' viewBox='0 0 14 7'%3E%3Cdefs%3E%3Cpath id='qz7la' d='M821.94 4102l-4.94 4.94-4.94-4.94H810l7 7 7-7z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-810 -4102)'%3E%3Cuse fill='%235e5e5e' xlink:href='%23qz7la'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") right center no-repeat;
  }

.gform_wrapper select::-ms-expand {
    display: none;
  }

.gform_wrapper .textarea {
    padding: 10px 0 10px 13px;
    height: 98px;
    border-bottom: none
  }

.gform_wrapper .textarea:focus {
  border-bottom: none;
  padding-top: 10px;
}

.gform_wrapper input:-webkit-autofill, .gform_wrapper input:-webkit-autofill:hover, .gform_wrapper input:-webkit-autofill:focus, .gform_wrapper textarea:-webkit-autofill, .gform_wrapper textarea:-webkit-autofill:hover, .gform_wrapper textarea:-webkit-autofill:focus, .gform_wrapper select:-webkit-autofill, .gform_wrapper select:-webkit-autofill:hover, .gform_wrapper select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: #444;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, .04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, .03) 100%);
  }

.gform_wrapper .validation_error {
    display: none;
  }

.gform_wrapper .validation_message {
    color: #c40006;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: normal;
  }

.gform_wrapper .gfield_description {
    font-size: 80%;
    clear: both;
    margin-top: 5px;
  }

.gform_confirmation_message {
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
}

.gform_wrapper .gform_title {
  color: #222;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 21px
}

.gform_wrapper .gform_title:empty {
  display: none;
}

.gform_fields {

  font-size: 0;
}

.gform_fields .gfield_label {
    padding-left: 13px;
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 30px;
    -webkit-transition: top 0.2s, font-size 0.2s;
    transition: top 0.2s, font-size 0.2s;
    pointer-events: none;
    display: inline-block
  }

.gform_fields .gfield_label.show {
  top: 4px;
  font-size: 13px;
  pointer-events: all;
}

.gform_fields .gfield_required {
    display: none;
  }

.gform_fields .gfield {
    margin-bottom: -1px;
    font-size: 16px;
    width: 100%;
    padding-left: 0
  }

.gform_fields .gfield::before {
  display: none;
}

.gform_fields .file-field label.gfield_label {
      padding-left: 0;
      margin-bottom: 5px;
      font-size: 16px;
    }

.gform_fields .radio-field > label {
  top: 0;
}

.gform_fields .gfield_radio input {
      display: none;
    }

.gform_fields .gfield_radio li {
      padding-left: 0
    }

.gform_fields .gfield_radio li::before {
  display: none;
}

.gform_fields .gfield_radio input:checked + label::after {
      content: '';
      position: absolute;
      top: 6px;
      left: 4px;
      width: 10px;
      height: 10px;
      background-color: #f33;
      border-radius: 50%;
    }

.gform_fields .gfield_radio label {
      padding-left: 30px;
      cursor: pointer;
    }

.gform_fields .gfield_radio label::before {
      content: '';
      position: absolute;
      background-color: transparent;
      top: 2px;
      left: 0;
      border: 1px solid #ccc;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      cursor: pointer;
    }

.gform_fields .gsection_title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
  }

.gform_footer input[type="submit"] {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background-color: #f33;
    display: inline-block;
    text-align: center;
    padding: 17.5px 36px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    min-width: 150px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 22px;
  }

.gform_footer .gform_description {
    display: block;
    text-align: center;
    color: #9191a6;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 19px;
  }

.default-page .textarea {
    border: 1px solid #e5e5e5;
    border-top: none;
  }

.default-page .gform_fields .gfield {
      margin-bottom: 10px;
    }

.default-page .gform_fields .gfield_label {
      padding-right: 20px;
    }

@media (min-width: 768px) {
  .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
  .gform_fields::after {
    content: '';
    display: table;
    clear: both;
  }
  .gform_fields .gf_left_half {
      width: calc(50% - 15px);
      margin-right: 30px;
      display: inline-block;
      vertical-align: top;
  }
  .gform_fields .gf_right_half {
      width: calc(50% - 15px);
      display: inline-block;
      vertical-align: top;
  }
  .gform_fields .gf_full-width {
      width: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Common styles
   ========================================================================== */

body {
  font-family: 'Barlow', Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Barlow', Helvetica, Roboto, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #f33;
  font-weight: 700
}

a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin-top: 0;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1350px;
  position: relative;
}

.inner .inner {
    padding-left: 0;
    padding-right: 0;
  }

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

.align-items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-narrow {
  max-width: 858px;
}

.inner-medium {
  max-width: 1177px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.wpcf7-not-valid {
  border-color: #dc3545;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #f00;
}

.wpcf7-response-output {
  margin-top: 10px;
}

.wpcf7-validation-errors {
  background-color: #fff;
}

textarea {
  resize: vertical;
}

.btn {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  background-color: #f33;
  display: inline-block;
  text-align: center;
  padding: 18.5px 15px;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  min-width: 140px;
  outline: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn.btn-outline-red {
  min-width: 169px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ff0000;
  padding: 12px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

.btn.btn-red {
  min-width: 140px;
  border-radius: 3px;
  padding: 12px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff0000;
}

.btn.big-font {
  font-size: 18px;
  padding: 17.5px 26.5px;
}

.btn:hover, .btn:focus {
  background-color: #ce3030;
  text-decoration: none;
}

.btn.back {
  background-color: #f4f4f4;
  padding: 13.5px 20px 13.5px 46px;
  position: relative;
  color: #444;
  text-align: right;
}

.btn.back::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  //background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='388da' d='M163 608l1.41 1.41-5.58 5.59H171v2h-12.17l5.58 5.59L163 624l-8-8z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-155 -608)'%3E%3Cuse fill='%23444' xlink:href='%23388da'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.btn.back:hover, .btn.back:focus {
  background-color: #e0e0e0;
  text-decoration: none;
}

.btn.next {
  padding: 13.5px 47px 13.5px 20px;
  position: relative;
  text-align: left;
}

.btn.next::before {
  content: '';
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  //background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='x27la' d='M461 608l-1.41 1.41 5.58 5.59H453v2h12.17l-5.58 5.59L461 624l8-8z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-453 -608)'%3E%3Cuse fill='%23f4f4f4' xlink:href='%23x27la'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.main {
  background-color: #fff;
}

.text-content ol, .text ol {
    padding-left: 15px;
  }

.text-content ol ol, .text ol ol {
      margin-top: 12px;
    }

.text-content ol li, .text ol li {
      color: #444;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 12px;
      padding-left: 12px;
    }

.text-content ul, .text ul {
    list-style: none;
    padding-left: 0;
  }

.text-content ul ul, .text ul ul {
      margin-top: 12px;
    }

.text-content ul li, .text ul li {
      position: relative;
      padding-left: 27px;
      color: #444;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 12px
    }

.text-content ul li::before, .text ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f33;
  position: absolute;
  top: 11px;
  left: 0;
}

.text-content table, .text table {
    border-collapse: collapse;
    margin-bottom: 30px;
    max-width: 100%;
    overflow-x: auto;
    display: block;
    color: #383838;
  }

.text-content table td, .text-content table th, .text table td, .text table th {
      border: 1px solid #ccc;
      padding: 5px 10px;
    }

.text-content blockquote, .text blockquote {
    font-style: italic;
  }

.text-content .btn + .btn, .text .btn + .btn {
    margin-left: 10px;
  }

.alignleft {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.rating {
  position: relative;
}

.rating .filling-stars {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
  }

.dense-ready {
  max-width: 50%;
}

.page-title {
  color: #232337;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.37px;
  margin-bottom: 20px;
}

.section-title {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 42px;
}

.section-subtitle {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.block-title {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 33px;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.mcwidget-embed {
  position: fixed;
  bottom: -22px;
  right: -60px;
  z-index: 999;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.grecaptcha-badge {
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

body > .container {
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
}

._3sxz {
  color: #aaa;
}

._1krv ._1krz {
  color: #aaa;
}

.popup {
  display: none;
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
}

.mfp-ready .popup {
  display: block;
}

div#fb-root {
  display: none !important;
}

@media (min-width: 641px) {
  .alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  .alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
}

@media (min-width: 993px) {
  .page-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1171px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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;
}

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

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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

.col-12{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-11{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-10{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-9{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-8{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-7{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media (min-width: 768px){
  .col-sm-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 993px){
  .col-md-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 1171px){
  .col-lg-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 1171px){
  .col-lg-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end{

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;
}

.justify-content-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==========================================================================
   Partials styles
   ========================================================================== */

.header {
  position: relative;
  z-index: 99;
}

.header .inner{
    max-width: 94%;
    width: 100%;
  }

.header .google-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

.header .google-rating .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

.header .google-rating .value {
      color: #fdcf00;
      font-size: 18px;
      font-weight: 400;
    }

.header .google-rating-icon {
    margin-left: 3px;
    margin-right: 12px;
    max-width: 35px;
  }

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.header .logo {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    max-width: 158px;
    max-height: 83px;
    top: 0;
    position: relative;
  }

.header .logo img {
      max-width: 158px;
      max-height: 83px;
    }

.header .logo a {
      display: inline-block;
    }

.header .main-nav-container{
    margin-left: 56px;
  }

body.landing-page.thank-you-page .header {
    //min-height: 90px;
  }

body.landing-page.thank-you-page #sticky-header {
    //background-color: #232337;
  }

.landing-page .header #sticky-header, .home-page .header #sticky-header {
    background-color: transparent;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

.landing-page .header #sticky-header .logo img, .home-page .header #sticky-header .logo img{
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

.landing-page .header #sticky-header.fixed, .home-page .header #sticky-header.fixed {
  background-color: #ffffff;
  //min-height: 73px;
}

.landing-page .header #sticky-header.fixed .btn-outline-red, .home-page .header #sticky-header.fixed .btn-outline-red {
        color: #ff0000;
}

.landing-page .header #sticky-header.fixed .btn-outline-red:hover, .home-page .header #sticky-header.fixed .btn-outline-red:hover {
        color: #fff;
}

.landing-page .header #sticky-header.fixed .main-nav.header-nav, .home-page .header #sticky-header.fixed .main-nav.header-nav {
        //margin-top: 0;
}

.landing-page .header #sticky-header.fixed .header-nav-secondary li, .home-page .header #sticky-header.fixed .header-nav-secondary li {
        //height: auto;
}

.landing-page .header #sticky-header.fixed .logo img, .home-page .header #sticky-header.fixed .logo img {
        max-height: 75px;
        margin-right: 10px;
        //max-height: 56px;
        //margin-right: 47px;
}

.landing-page .header .header, .home-page .header .header {
    background-color: transparent;
  }

.header-phone {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  padding-left: 30px;
}

.header-phone a {
    color: #000;
    font-size: 28px;
    font-weight: 400;
  }

.header-nav-secondary{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.header-nav-secondary li {
    margin-left: 20px;
    height: 57px;
  }

.header-nav-secondary a {
    color: #000;
    font-weight: 400;
  }

.main-nav li {
    font-size: 18px
  }

.main-nav li.active a, .main-nav li.current-menu-item a, .main-nav li.current_page_item a, .main-nav li.current-menu-parent > a {
  font-weight: 500;
  color: #ff0000!important;
}

.main-nav a {
    color: #000000;
    font-size: 17px;
    font-weight: 400;

  }

.main-nav.header-nav {
  display: none;
}

.inner-page #sticky-header{
    background-color: #ffffff;
  }

.inner-page #sticky-header .logo img{
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

.inner-page #sticky-header.fixed {
  //min-height: 53px;
  //background-color: #232337;
}

.inner-page #sticky-header.fixed .logo img {
        //max-height: 34px;
        max-height: 75px;
        margin-right: 25px;
}

.inner-page #sticky-header.fixed .header-nav-secondary li {
        //height: auto;
}

.inner-page #sticky-header.fixed .main-nav.header-nav {
        //margin-top: 0;
}

.inner-page .btn-outline-red{
    color: #ff0000
  }

.inner-page .btn-outline-red:hover {
  color: #ffffff;
}

#sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
  //min-height: 90px;
  -webkit-transition: min-height 0.15s;
  transition: min-height 0.15s;
  //background-color: #232337
}

#sticky-header.fixed {
  //min-height: 40px;
}

@media screen and (max-width: 992px) {
  .header {
    min-height: 53px;
    position: relative;
  }
    .header .inner{
      max-width: 100%;
      width: 100%;
      padding: 0 5px;
    }
    .header #sticky-header.fixed .logo img{
      max-height: 50px;
    }
    .header .logo img{
      max-height: 50px;
    }
    .header #sticky-header{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  .landing-page .header #sticky-header.fixed, .home-page .header #sticky-header.fixed{
    min-height: 53px;
  }
    .landing-page .header #sticky-header.fixed .logo img, .home-page .header #sticky-header.fixed .logo img{
      max-height: 34px;
    }
}

@media screen and (min-width: 993px) {
    body.landing-page.thank-you-page .header {
      min-height: 97px;
    }

      body.landing-page.thank-you-page .header .header-phone {
        margin-top: 0;
      }

    body.landing-page.thank-you-page #sticky-header {
      background-color: #232337;
      min-height: 97px;
    }
    body.home-page .header, body.landing-page .header {
      min-height: auto;
    }

    body.home-page #sticky-header, body.landing-page #sticky-header {
      min-height: 90px;
    }

  .header {
    min-height: 100px;
    padding-top: 0;
  }

    .header .google-rating {
      margin-top: -18px;
      margin-left: 30px;
      margin-right: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }

    .header .inner {
      width: 100%;
      z-index: 13;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .header .logo {
      -ms-flex-item-align: start;
          align-self: flex-start;
    }

    .header .header-phone {
      margin-top: 47px;
      -webkit-transition: margin-top 0.2s;
      transition: margin-top 0.2s;
    }

  .main-nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -16px;
  }

  body:not(.landing-page) #sticky-header {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    max-height: 100px;
  }

  #sticky-header.fixed {
    min-height: 82px;
  }
    #sticky-header.fixed .header-phone {
      margin-top: 0;
    }

  #sticky-header.fixed .main-nav a {
    color: #000;
  }

  #sticky-header.fixed .logo {
      //max-width: 75px;
  }
    .main-nav li {
      position: relative
    }
    .main-nav li:not(:last-child) {
    margin-right: 52px;
  }
    .main-nav li.menu-item-has-children > a {
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='6' viewBox='0 0 11 6'%3E%3Cdefs%3E%3Cpath id='ch28a' d='M655.65 55l-3.58 3.58-3.58-3.58H647l5.07 5.07 5.07-5.07z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-647 -55)'%3E%3Cuse fill='%23ffffff' xlink:href='%23ch28a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 10px;
  }
    .main-nav li.menu-item-has-children:last-child .sub-menu, .main-nav li.menu-item-has-children:nth-last-child(2) .sub-menu {
    left: auto;
    right: 0;
  }
    .main-nav li.menu-item-has-children .sub-menu {
          list-style: none;
          position: absolute;
          display: none;
          top: 5px;
          left: 0;
          width: 250px;
          z-index: 99;
          background-color: #fff;
          padding: 0;
          margin-top: 33px;
          -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
                  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  }

          .main-nav li.menu-item-has-children .sub-menu .sub-menu {
            left: 100%;
            top: 0;
            margin-top: 0;
            width: auto;
            max-width: 250px;
            min-width: 200px;
          }

          .main-nav li.menu-item-has-children .sub-menu .menu-item-has-children a {
            background-position: right 8px center;
          }
    .main-nav li.menu-item-has-children .sub-menu::before {
    content: '';
    position: absolute;
    top: -17px;
    bottom: 100%;
    left: 0;
    right: 0;
  }
    .main-nav li.menu-item-has-children .sub-menu li {
            font-size: 15px;
            color: #5e5e5e;
            margin: 0;
  }
    .main-nav li.menu-item-has-children .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
  }
    .main-nav li.menu-item-has-children .sub-menu li:hover, .main-nav li.menu-item-has-children .sub-menu li:focus {
    background-color: #eee;
  }
    .main-nav li.menu-item-has-children .sub-menu li a {
              color: #383838;
              display: block;
              padding: 19px 0 14px 20px;
              text-decoration: none;
              text-transform: none;
  }
    .main-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
    .main-nav li.menu-item-has-children:hover > a {
            text-decoration: underline;
  }
}

.footer {
  padding-top: 24px;
  padding-bottom: 40px;
  position: relative;
  background-color: black;
  color: white;
}

.footer .logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }

.footer .logo a{
      color: #ffffff;
      text-decoration: none;
      font-size: 17px;
      font-weight: 600;
    }

.footer .logo span{
      margin-left: 16px;
    }

.footer .logo img{
      width: 117px;
      height: 86px;
    }

.footer .inner{
    max-width: 1245px;
  }

.footer .btn-facebook{

    border-radius: 3px;
    border: 1px solid #ff0000;
    position: relative;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 11px 0 15px;

  }

.footer .btn-facebook img{
      margin-right: 36px;
      position: relative;
      z-index: 4;
      margin-left: 15px;
    }

.footer .btn-facebook:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 39px;
  height: calc(100% - 2px);
  border-radius: 3px 0 0 3px;
  border: 1px solid #ff0000;
  background-color: #ff0000;
}

.footer .row:last-child{
    margin-top: 44px;
  }

.footer .copyright{
    padding-left: 11px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap;
  }

.footer .copyright a{
      margin-left: 8px;
      font-weight: 400;
      margin-right: 8px;
    }

.footer a{
    color: #ffffff;
  }

.footer .author{
    color: #ffffff;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding-right: 14px;
  }

.footer .author b{
      font-weight: 700;
      color: #ffffff;
    }

@media (min-width: 568px) {
  .footer {

  }
}

@media (min-width: 641px) {
  .footer {

  }
}

@media (min-width: 768px) {
  .footer {

  }
}

@media (min-width: 993px) {
  .footer {
    padding: 49px 0 60px;


  }
}

/*
@media (--only-mobile-tablet) {}

@media (--sm) {}

@media (--md) {}

@media (--lg) {}
*/

/* Menu Button */

.menu-button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  border: none;
  color: transparent;
  background: transparent;
  padding: 0;
  outline: 0;
  font-size: 0;
}

.menu-button::after {
  display: block;
  width: 40px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f33), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #f33), color-stop(60%, #f33), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #f33));
  background: linear-gradient(#f33 20%, transparent 20%, transparent 40%, #f33 40%, #f33 60%, transparent 60%, transparent 80%, #f33 80%);
  content: '';
}

.menu-button:hover {
  opacity: 0.6;
}

/* Close Button */

.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}

.close-button::before, .close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.expand-btn {
  float: right;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
}

.expand-btn::before, .expand-btn::after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #444;
  top: 50%;
  left: 50%;
}

.expand-btn::after {
  height: 15px;
  width: 3px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.expand-btn::before {
  height: 3px;
  width: 15px;
}

.open > .expand-btn::after {
  -webkit-transform: rotate(90deg) translate(-8px, 1px);
          transform: rotate(90deg) translate(-8px, 1px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* Menu */

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 255px;
  height: 100%;
  right: -255px;
  background-color: #232337;
  padding: 2em 1.5em 1.5em;
  font-size: 1.15em;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  overflow-y: auto;
}

/* Shown menu */

.show-menu .menu-wrap {
  right: 0;
  -webkit-transition: right 0.8s;
  transition: right 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .content-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  content: '';
  opacity: 1;
}

.main-nav.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav.mobile-nav li {
    position: relative;
    margin-right: 0;
  }

.main-nav.mobile-nav li a {
      display: block;
      padding: 12px 0;
      padding-right: 25px;
      color: #ffffff;
    }

.main-nav.mobile-nav .sub-menu {
    display: none;
  }

.main-nav.mobile-nav .open > .sub-menu {
    display: block;
    list-style: none;
    padding-left: 20px;
  }

.main-nav.mobile-nav .open > .sub-menu a {
      text-transform: none;
      font-size: 16px;
    }

.header-tel {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .4);
  color: #ff7f00;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo {
  display: block;
}

@media (max-width: 992px) {
  .btn-outline-red, .btn-red{
    margin-bottom: 15px;
  }
  .content-wrap {
    position: relative
  }
  .content-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  .show-menu .content-wrap::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
    .header .google-rating {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      margin-left: 15px;
      margin-right: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transform-origin: 0 center;
              transform-origin: 0 center;
    }
}

@media (min-width: 568px) {
  .menu-button {
    width: auto;
    color: #fff;
    text-transform: uppercase
  }
  .menu-button::after {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 993px) {
  .menu-wrap {
    display: none;
  }

  .menu-button {
    display: none;
  }
}

/* ==========================================================================
   Pages styles
   ========================================================================== */

.landing-page .landing-banner, .home-page .landing-banner {
  margin-top: -90px;
}

.landing-banner {
  position: relative;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.landing-banner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3a3a8e;
    opacity: 0.93;
    z-index: 1;
  }

.landing-banner .inner {
    position: relative;
    z-index: 2;
  }

.landing-banner .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.37px;
    margin-bottom: 20px;
  }

.landing-banner .subtitle {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
  }

.landing-banner p {
    color: #fff;
  }

.landing-banner .google-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

.landing-banner .google-rating .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

.landing-banner .google-rating .value {
      color: #fdcf00;
      font-size: 18px;
      font-weight: 400;
    }

.landing-banner .google-rating-icon {
    margin-left: 3px;
    margin-right: 12px;
    max-width: 35px;
  }

.landing-banner .form {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
  }

.landing-banner .form .button {
      width: 100%;
    }

.landing-banner .gform_wrapper .gform_title {
    font-size: 25px;
    margin-top: 3px;
  }

.landing-banner .top-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }

.landing-banner .top-part .left {
      max-width: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 11px
    }

.landing-banner .top-part .left:empty {
  display: none;
}

.landing-banner .top-part h3 {
      color: #222;
      font-size: 13px;
      font-weight: 400;
      line-height: 21px;
      margin-bottom: 0;
    }

.landing-banner .top-part h4 {
      color: #aaa;
      font-size: 11px;
      font-weight: 400;
      line-height: 21px;
      margin-bottom: 0;
      margin-top: -3px;
    }

.benefits {
  background-color: #232337;
  padding-top: 42px;
  padding-bottom: 27px;
}

.benefits .item {
    margin-bottom: 30px
  }

.benefits .item:last-child {
  margin-bottom: 0;
}

.benefits .item .item-title {
      color: #fff;
      font-size: 22px;
      font-weight: 500;
      padding-left: 17px;
      position: relative;
      margin-bottom: 20px;
}

.benefits .item .item-title::before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: #f33;
}

.benefits .item p, .benefits .item li {
      color: #9191a6;
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      margin-bottom: 19px;
}

.our-customers {
  background-color: #f3f4f5;
  padding-bottom: 10px
}

.our-customers.dark-bg {
  background-color: #232337;
  padding-bottom: 40px;
}

.our-customers.dark-bg .section-title {
      color: #fff;
      font-weight: 300;
}

.our-customers.dark-bg .slick-arrow {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41' height='16' viewBox='0 0 41 16'%3E%3Cdefs%3E%3Cpath id='oeyfa' d='M1263.99 1449.02v1.96h-37.14l5.56 5.6-1.4 1.4-7.99-7.98 7.98-7.98 1.4 1.4-5.55 5.6z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1223 -1442)'%3E%3Cuse fill='%23fff' xlink:href='%23oeyfa'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.our-customers .slick-list {
    padding-bottom: 30px !important;
}

.our-customers .item {
    position: relative;
    outline: none;
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .1);
    margin: 0 15px !important;
    text-align: center;
    max-width: 370px;
}

.our-customers .item img {
      margin-left: auto;
      margin-right: auto;
    }

.our-customers .item .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

.our-customers .section-title {
    margin-bottom: 50px;
}

.our-customers .slick-arrow {
    font-size: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    width: 41px;
    height: 16px;
    border: none;
    outline: none;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41' height='16' viewBox='0 0 41 16'%3E%3Cdefs%3E%3Cpath id='vwj3a' d='M1263.99 855.02v1.96h-37.14l5.56 5.6-1.4 1.4-7.99-7.98 7.98-7.98 1.4 1.4-5.55 5.6z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1223 -848)'%3E%3Cuse fill='%23383862' xlink:href='%23vwj3a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
    cursor: pointer;
    top: -35px;
}

.our-customers .slick-arrow:hover {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41' height='16' viewBox='0 0 41 16'%3E%3Cdefs%3E%3Cpath id='8kora' d='M1304.99 1449.02v1.96h-37.14l5.56 5.6-1.4 1.4-7.99-7.98 7.98-7.98 1.4 1.4-5.55 5.6z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1264 -1442)'%3E%3Cuse fill='%23f33' xlink:href='%238kora'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
}

.our-customers .slick-arrow.slick-prev {
  right: 56px;
}

.our-customers .slick-arrow.slick-next {
  right: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.clients-logos {
  padding: 31px 0;
  text-align: center;
  background-color: #fff
}

.clients-logos.dark-bg {
  background-color: #232337;
}

.clients-logos.dark-bg .item {
      opacity: 0.35;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s;
}

.clients-logos.dark-bg .item:hover {
  opacity: 1;
}

.clients-logos .item {
    margin: 10px 8px;
    text-align: center;
    min-width: 119px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.clients-logos .item .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

.testimonials {
  background-color: #232337;
  position: relative;
  z-index: 2
}

.testimonials.light-bg {
  background-color: #fff;
}

.testimonials.light-bg .section-title {
      color: #222;
      font-weight: 300;
}

.testimonials.light-bg .slick-dots li {

  }

.testimonials.light-bg .text p {
      color: #444;
      margin-bottom: 19px;
}

.testimonials.light-bg .author {
      color: #aaa;
}

.testimonials.light-bg .author strong {
        font-weight: 400;
        color: #444;
        margin-left: 3px;
      }

.testimonials.light-bg .google-rating .value {
      color: #444;
}

.testimonials .bg {
    display: none;
}

.testimonials .section-title {
    color: #fff;
    font-weight: 300;
}

.testimonials .slick-current + .slick-slide .text {
    padding-left: 5px;
}

.testimonials .text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonials .text p {
      color: #fff;
    }

.testimonials .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.testimonials .photo {
    margin-right: 10px;
    max-width: 40px;
}

.testimonials .photo img {
      border-radius: 50%;
    }

.testimonials .wrap {
    padding-top: 55px;
}

.testimonials .slick-dots {
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 32px;
    margin: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials .slick-dots button {
      display: none;
    }

.testimonials .slick-dots li {
      display: inline-block;
      width: 31px;
      height: 26px;
      margin: 0 12px;
      cursor: pointer;

    }

.testimonials .slick-dots .slick-active {

    }

.testimonials .right {
    margin-top: 30px;
    text-align: center;
}

.testimonials .greviews-big-logo {
    margin-bottom: 22px;
    max-width: 223px;
}

.testimonials .greviews-wrap {
    position: relative;
}

.testimonials .greviews-wrap .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

.testimonials .google-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 4px;
}

.testimonials .google-rating .value {
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      margin-left: 10px;
    }

.testimonials .btn {
    width: 100%;
    max-width: 270px;
    margin-top: 27px;
    font-size: 18px;
    padding: 17.5px 15px;
}

.process {
  counter-reset: process-item;
}

.process .section-title em {
    color: #aaa;
    font-style: normal;
  }

.process .item {
    counter-increment: process-item;
    margin-bottom: 30px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto
  }

.process .item:hover::before, .process .item.hover::before {
  background-color: #383862;
  color: #fff;
}

.process .item::before {
  content: counter(process-item);
  width: 100px;
  height: 100px;
  background-color: #f3f4f5;
  border-radius: 50%;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.process .item .item-title {
      color: #222;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 12px;
}

@media (min-width: 568px) {
    .landing-banner .form {
      margin-bottom: -130px;
    }

  .process {
    overflow: hidden;
  }

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

    .process .item {
      width: 45%;
      position: relative
    }

    .process .item::before {
    position: relative;
    z-index: 3;
  }

    .process .item:hover::after, .process .item.hover::after {
    background-color: #383862;
    z-index: 2;
  }

    .process .item::after {
    content: '';
    position: absolute;
    top: 50px;
    right: 50%;
    width: 2000px;
    height: 2px;
    background-color: #f4f4f4;
    z-index: 1;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    pointer-events: none;
  }
}

@media (min-width: 768px) {
    .landing-banner .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .landing-banner .form {
      width: 370px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 8px;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-left: auto;
      margin-right: 0;
    }
    .testimonials .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 2;
    }

    .testimonials .left {
      width: calc(100% - 320px);
    }

    .testimonials .right {
      width: 270px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 38px;
    }

    .testimonials .bg {
      display: block;
      position: absolute;
      left: 48.6%;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      z-index: 1;
    }
    .process .wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .process .item {
      width: 22%;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0
    }

    .process .item::after {
    right: 99%;
  }

    .process .item::before {
    margin-left: 0;
  }
}

@media (min-width: 993px) {
  .landing-page .landing-banner, .home-page .landing-banner {
    margin-top: 0;
  }

  .landing-banner {
    padding-top: 158px;
    padding-bottom: 73px;
  }

    .landing-banner .title {
      font-size: 60px;
      margin-bottom: 35px;
    }

    .landing-banner .subtitle {
      margin-bottom: 50px;
    }

    .landing-banner .form {
      margin-bottom: -290px;
      margin-left: 100px;
    }
    .benefits .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 394px;
    }

    .benefits .item {
      width: 30%;
      margin-bottom: 0;
    }

  .testimonials {
    padding-top: 100px;
    padding-bottom: 95px
  }

  .testimonials.light-bg .section-title {
        max-width: 230px;
  }

  .testimonials.light-bg .slick-dots {
        margin-left: 250px;
        max-width: 420px;
        text-align: left;
  }

  .testimonials.light-bg .author {
        margin-top: 40px;
  }

  .testimonials .wrap {
      padding-top: 22px;
  }

  .testimonials .section-title {
      max-width: 370px;
  }

  .testimonials .slick-slider {
      position: static;
  }

  .testimonials .left {
      max-width: 670px;
  }

  .testimonials .right {
      text-align: left;
      margin-right: 69px;
  }

  .testimonials .google-rating {
      margin-bottom: 28px;
  }

  .testimonials .author {
      margin-top: 60px;
  }

  .testimonials .slick-dots {
      max-width: 300px;
  }

  .our-customers {
    padding-top: 79px;
    padding-bottom: 47px
  }

  .our-customers.dark-bg {
    padding-top: 100px;
    padding-bottom: 33px;
  }

  .our-customers.dark-bg .btn {
        margin-bottom: 0;
  }

  .our-customers .btn {
      margin-top: 25px;
      margin-bottom: 52px;
  }

  .our-customers .section-title {
      padding-right: 100px;
  }

  .our-customers .wrap {
      margin-top: 60px;
  }

  .our-customers .slick-arrow {
      top: -91px;
  }

  .clients-logos {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .clients-logos.dark-bg {
    padding-bottom: 33px;
  }

  .clients-logos.dark-bg .inner {
        max-width: 1300px;
  }

  .clients-logos .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }

  .clients-logos .item {
      margin: 0;
  }

  .clients-logos .item:first-child {
    min-width: auto;
  }

  .process {
    padding-top: 80px;
    padding-bottom: 54px;
  }

    .process .wrap {
      margin-top: 48px;
    }

    .process .item {
      width: 23%;
      max-width: none;
    }

    .process .section-title {
      max-width: 750px;
    }

  .home-page .process {
    padding-bottom: 73px;
  }

    .home-page .process .wrap {
      margin-top: 58px;
    }
}

@media (min-width: 1171px) {
    .benefits .item {
      padding-right: 10px;
    }
    .our-customers .slick-arrow.slick-next {
      left: 50%;
      -webkit-transform: translateX(545px) rotate(180deg);
              transform: translateX(545px) rotate(180deg);
    }

    .our-customers .slick-arrow.slick-prev {
      left: 50%;
      -webkit-transform: translateX(504px);
              transform: translateX(504px);
    }
    .process .item {
      padding-right: 39px;
    }
    .testimonials .slick-dots {
      width: 417px;
    }
}

body > .container{
  overflow-x: hidden;
}

.hero{
  width: 100%;
}

.hero-home{
    padding-top: 103px;
    background: url("../images/home-hero.jpg") no-repeat top right;
    background-size: 494px 100%;
    position: relative;
    padding-bottom: 0
  }

.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 494px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 38, 91, .93)), to(rgba(23, 10, 48, .75)));
  background-image: linear-gradient(180deg, rgba(19, 38, 91, .93) 0%, rgba(23, 10, 48, .75) 100%);
}

.hero-home .hero-title{
    color: #000000;
    font-size: 110px;
    font-weight: 700;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 125px
  }

.hero-home .hero-title span {
  color: #000000;
  font-size: 140px;
  line-height: 88px;
  font-weight: 400;
  position: relative;
  top: -41px;
  left: -13px;
  text-transform: capitalize;
}

.hero-subtitle{
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 0 5px;
    margin-bottom: 29px;
  }

.hero p:not(.hero-subtitle){
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
    max-width: 620px;
  }

.hero .inner {
  max-width: 1230px;
}

.slick-hero-home{
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}

.slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
  height: 531px;
}

.slick-hero-home:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 396px;
  background-color: #3964d8;
  right: -49px;
  bottom: 0px;
  position: absolute;
  display: block;
}

.slick-hero-home .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slick-hero-home .item {
  width: 100%;
}

.slick-hero-home .item img {
      max-width: 100%;
      height: 531px;
}

.slick-hero-home .slick-dots {
  padding-left: 11px;
  margin-bottom: 26px;
}

.slick-hero-home .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -3px 11px;
  padding: 0;
  cursor: pointer;
}

.slick-hero-home .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

.slick-hero-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-hero-home .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: '';
  text-align: center;
  border: 1px solid #ffffff;
  opacity: 0.5;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.popul-packages{
  padding-top: 73px;
}

.popul-packages .inner{
    max-width: 1230px;
  }

.popul-packages .slick-template-prev, .popul-packages .slick-template-next{
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 5px;
  }

.popul-packages .slick-template-prev:hover, .popul-packages .slick-template-next:hover{
    opacity: 1;
  }

.popul-packages-item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    padding: 12px 26px;
    margin: 0;
  }

.popul-packages p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.popul-packages-slick {
    padding-top: 34px;
    padding-bottom: 75px;
}

.popul-packages-slick .slick-track{
      left: -9%;
    }

.popul-packages-slick .item{
      padding-right: 36px;
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative
    }

.popul-packages-slick .item:before {
  content: "";
  width: calc(100% - 36px);
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(228deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.popul-packages-slick .item img {
        width: 100%;
}

.popul-packages-bottom {
    padding-top: 8px;
    padding-bottom: 16px;
}

.popul-packages-bottom ul{
      padding: 0;
      margin: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.popul-packages-bottom ul li{
        width: 49%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
      }

.popul-packages-bottom ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.popul-packages-bottom p{
      max-width: 470px;
      margin: 0 auto;
      display: block;
      width: 100%;
      padding-right: 21px;
    }

.home-locations{
  background-color: #000000;
  position: relative;
  margin-top: 25px;
  padding-top: 104px;
  padding-bottom: 0;
  z-index: 2
}

.home-locations:before {
  content: "";
  max-width: 380px;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #ff0000;
}

.home-locations:after {
  content: "";
  max-width: 380px;
  height: 46px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ff0000;
}

.home-locations > .inner {
  margin-bottom: 30px;
}

.home-locations .inner {
    max-width: 1230px;
    padding: 0 4px;
    position: relative;
    z-index: 2;
}

.home-locations p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 7px;
    margin-top: -2px;
}

.home-locations-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.home-locations-title span {
  color: #ffffff;
  font-family: Kristi;
  font-size: 80px;
  line-height: 88px;
  text-transform: capitalize;
  position: relative;
  top: -17px;
  font-weight: 400;
  left: 4px;
}

.tabs-location{
  position: relative;
  background-color: #000000;
}

.tabs-location .inner{
    padding: 71px 0 0;
  }

.tabs-location:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0c2362;
}

.tabs-location:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  max-height: 517px;
  background-color: #3964d8;
}

.tabs-location .col-lg-6:first-child {
  padding-right: 56px;
}

.tabs-location .col-lg-6:nth-child(2) {
  padding-left: 65px;
  padding-right: 5px;
}

.tabs-location p {
    padding: 0 5px;
    margin-bottom: 59px;
}

.tabs-location-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 38px;
}

.tabs-location .tab-item {
    margin: 91px auto;
    max-width: 1085px;
    width: 100%;
    display: none;
}

.tabs-location .tab-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-location .tab-item .col-lg-4 {
      padding-right: 70px;
}

.tabs-location .tab-item .tab-item-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.tabs-location .tab-item p {
      margin-bottom: 0;
      padding: 0 2px;
}

.tabs-location .tab-item ul {
      padding-left: 2px;
      margin-top: 25px;
}

.tabs-location .tab-item ul li{
        color: #ffffff;
        font-size: 17px;
        font-weight: 500;
        line-height: 26px;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.tabs-location .tab-item ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.tabs-location nav {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tabs-location nav a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding-top: 8px;
}

.tabs-location nav a img{
      margin-right: 18px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0.4;
              order: 0.4;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

.tabs-location nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background-color: #ffffff;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tabs-location nav a.active:before {
  height: 4px;
  opacity: 1;
  background-color: #ff0000;
}

.tabs-location nav a.active img {
        opacity: 1;
}

.jacks-car{
  padding-top: 104px;
}

.jacks-car .inner{
    max-width: 1230px;
    position: relative;
    z-index: 2;
  }

.jacks-car .popul-packages-item-title{
    padding: 12px 26px;
  }

.jacks-car .item{
    position: relative;
  }

.jacks-car .item img{
      max-width: 278px;
      max-height: 278px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 278px;
      height: 278px;
      display: block;
    }

.jacks-car-title{
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-left: 5px;
  }

.jacks-car-title span{
      color: #000000;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      font-weight: 400;
      position: relative;
      top: -18px;
      left: -5px;
    }

.jacks-car p{
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    max-width: 767px;
    margin-bottom: 73px;
  }

.jacks-car ul {
    padding: 9px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.jacks-car ul li {
        width: 33.3333%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
    }

.jacks-car ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.jacks-car .row:last-of-type{
    margin-top: 82px;
  }

.jacks-car .row:last-of-type p{
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      max-width: 100%;
      margin-bottom: 0px;
      padding-right: 89px;
      padding-left: 4px;
    }

.video{
  padding-top: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px
}

.video:before {
  content: "";
  position: absolute;
  top: -12px;
  right: -0px;
  background-color: #ff0000;
  width: 554px;
  height: 312px;
  z-index: -1;
}

.video-container {
    position: relative;
    display: table;
    margin: 0 auto;
    z-index: 1;
}

.video-container img.video-pre{
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
    }

.video-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-container .video-title {
      position: absolute;
      left: 540px;
      top: 161px;
      max-width: 456px;
      font-size: 60px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      line-height: 52px;
      z-index: 2;
}

.video .play {
    position: absolute;
    top: 319px;
    left: 542px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    text-decoration: none;
}

.video .play img {
      vertical-align: middle;
      margin-left: 9px;
    }

.about{
  background-color: #000000;
  padding-bottom: 79px
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 633px;
  height: 478px;
  background-color: #3964d8;
}

.about:after {
  content: "";
  position: absolute;
  width: 370px;
  height: 30px;
  background-color: #ff0000;
  top: 100%;
  left: 0;
  z-index: 2;
}

.about .inner {
    max-width: 1230px;
}

.about-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 64px;
    padding-left: 4px;
    margin-bottom: 32px;
}

.about-title span{
      color: #ffffff;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      position: relative;
      top: -17px;
      left: -5px;
      font-weight: 400;
    }

.about p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 33px 0 5px;
    margin-bottom: 26px;
}

.about .col-lg-6:first-child {
    position: relative;
    z-index: 2;
}

.about .col-lg-6:last-child {
    position: relative;
}

.about .about-picture {
    display: block;
    position: absolute;
    top: 41px;
    right: 6px;
    width: 748px;
    height: 619px;
}

.about .about-picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}

.weather{
  padding-top: 95px;
  padding-bottom: 15px;
}

.weather .inner{
    max-width: 1230px;
  }

.weather-title{
    display: table;
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    margin-top: 52px;
    padding-left: 5px;
    margin-bottom: 23px;
  }

.weather-title span{
      position: absolute;
      top: -31px;
      left: 100%;
      color: #000000;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 80px;
      line-height: 88px;
    }

.weather p{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 29px;
    padding-left: 3px;

  }

.weather p span{
      color: #ff0000;
      font-weight: 600;
    }

.weather .cards{
    padding-top: 43px;
    padding-left: 10px;
  }

.weather-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-top: 5px;
  }

.weather .weater-item{
    width: 100%;
    max-width: 278px;
    background-color: #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 33px;
    padding-bottom: 15px;
  }

.weather .weater-item .sub-capt{
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
    }

.weather .weater-item p.description{
      padding: 0;
      color: #000000;
      font-size: 17px;
      font-weight: 400;
    }

.weather .weater-item p.temperature{
      color: #000000;
      font-size: 55px;
      font-weight: 300;
      padding: 29px 0 5px;
    }

.weather .weater-item img{
      max-width: 117px;
    }

.map{
  padding-bottom: 105px;
  margin-top: 41px;
}

.map .inner{
    max-width: 1230px;
  }

.map #map{
    height: 416px;
  }

.map ul{
    padding: 73px 0 0 29px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.map ul li{
      width: 100%;
      list-style: none;
      padding-top: 9px;
      margin-bottom: 47px;
      position: relative;
      border-top: 1px solid #bfbfbf
    }

.map ul li.active a {
  color: #000000;
}

.map ul li a {
        color: #989898;
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
}

.map ul li a img{
          margin-right: 10px;
        }

@media (max-width: 992px){
  .main-nav-container{
    display: none;
  }
  .hero-home{
    padding: 0;
    background-image: none
  }
  .hero-home:before {
    display: none;
  }
  .hero-home .hero-title, .hero-subtitle, .hero p:not(.hero-subtitle){
    text-align: center;
    margin: 0 auto;
  }
  .hero-home .hero-title{
    margin-bottom: 45px;
    margin-top: 65px;
  }
  .slick-hero-home{
    margin-top: 30px
  }
  .slick-hero-home:before {
    right: 0;
  }
  .slick-hero-home .item img {
      height: 400px;
      margin: 0 auto;
  }
  .slick-hero-home .wrap {
      max-width: 500px;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
      height: auto;
      width: 100%;
  }
  .jacks-car-title{
    font-size: 45px;
  }
    .jacks-car-title span{
      font-size: 58px;
    }
  .home-locations{
    padding: 40px;
  }
      .home-locations .tabs-location nav{
        margin: 0 auto;
      }

    .home-locations .tabs-location:before {
    width: 100%;
    height: 99%;
  }

    .home-locations .tabs-location:after {
    display: none;
  }

    .home-locations .tabs-location .tab-item {
        margin-top: 15px;
  }
        .home-locations .tabs-location .tab-item .col-lg-4{
          padding: 0 15px;
        }
        .home-locations .tabs-location .tab-item p{
          text-align: left;
        }


    .home-locations .inner{
      padding: 21px 0 0;
    }
    .home-locations-title, .home-locations .tabs-location-title{
      text-align: center;
    }
    .home-locations p{
      text-align: center;
    }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 15px;
    }
    .home-locations .col-lg-6:nth-child(2){
      position: relative;
      z-index: 1
    }
    .home-locations .col-lg-6:nth-child(2):before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 517px;
    background-color: #3964d8;
  }
    .jacks-car .item{
      margin: 20px;
    }
    .jacks-car .justify-content-between{
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
  .weather-container{
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .map{
    padding-bottom: 35px;
  }
    .map ul{
      padding: 20px 0 0;
    }
    .footer .justify-content-end{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .footer .col-12{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .about .about-title{
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }
    .about .about-picture{
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      height: auto;
    }
  .video-container .video-title{
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .video .play{
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media(min-width: 993px){
  .main-nav li:not(:last-child){
    margin-right: 22px;
  }
    .header .main-nav-container{
      margin-left: 20px;
    }
  .slick-hero-home{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .slick-hero-home .wrap{
      width: 100%;
    }
  .home-locations{
    padding-top: 80px;
  }
    .home-locations-title{
      line-height: 55px;
    }
    .tabs-location .col-lg-6:nth-child(2), .tabs-location .col-lg-6:first-child{
      padding-left: 15px;
      padding-right: 15px;
    }
   .tabs-location .tab-item .col-lg-4{
     padding: 0 15px;
   }
    .jacks-car .item img{
      width: 235px;
      height: 235px;
    }
  .weather-container{
    padding-left: 0px;
  }
  .home-locations p{
    min-height: 105px;
  }
}

@media(min-width: 1171px){
  .home-locations p{
    min-height: auto;
  }
  .weather-container{
    padding-left: 20px;
  }
  .jacks-car .item{

  }
  .main-nav li:not(:last-child){
    margin-right: 52px;
  }
    .header .main-nav-container{
      margin-left: 56px;
    }
  .home-locations{
    padding-top: 104px;
  }
    .home-locations-title{
      line-height: 33px;
    }
    .tabs-location .col-lg-6:first-child {
      padding-right: 56px;
    }
    .tabs-location .col-lg-6:nth-child(2){
      padding-left: 65px;
      padding-right: 5px;
    }
    .jacks-car .item img{
      width: 278px;
      height: 278px;
    }
}

@media (max-width: 766px){
    .hero-home .hero-title {
      margin-top: 0;
      margin-bottom: 0;
    }
      .hero-home .hero-title span{
        top: 0;
        left: 0;
      }
    .hero-home .hero-subtitle{
      margin-bottom: 15px;
    }
  .slick-hero-home {
    width: 100%
  }
  .slick-hero-home:before {
    height: calc(100% + 30px);
    max-height: calc(100% + 50px);
  }
  .slick-hero-home .item img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
  }
  .slick-hero-home .wrap {
      max-width: 100%;
      width: 100%;
  }
  .popul-packages .popul-packages-slick {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .popul-packages .popul-packages-slick .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .popul-packages .popul-packages-slick .slick-track {
    left: 0;
  }
  .popul-packages .popul-packages-slick .item:before {
      width: calc(100% - 30px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
  }
  .popul-packages .popul-packages-bottom ul li {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .popul-packages .popul-packages-bottom ul li:before {
    width: 100%;
    left: 0;
  }
  .home-locations {
    padding: 0 15px;
  }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 0;
      width: 100%;
    }
    .home-locations p{
      margin-top: 0;
    }
      .home-locations .tabs-location nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .home-locations .tabs-location nav a{
          max-width: 100%;
          margin-bottom: 15px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px 0;
        }
  .jacks-car-title {
    text-align: center;
    line-height: 50px;
  }
    .jacks-car-title span{
      display: block;
      top: 0;
      left: 0;
      line-height: 60px;
    }
    .jacks-car p{
      text-align: center;
    }
     .jacks-car .row:last-of-type{
       margin-top: 0;
     }
       .jacks-car .row:last-of-type p{
         padding: 0;
         margin-bottom: 15px;
       }
      .jacks-car ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 30px
      }
      .jacks-car ul li:before {
    width: 100%;
    left: 0;
  }

  .video-container .video-title{
    top: 50%;
    font-size: 30px;
    line-height: 32px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

  }
  .video .play{
    top: calc(50% + 50px);
  }
  .video-container img.video-pre{
    height: 249px;
  }
  .weather .cards{
    padding: 0;
  }
  .home-locations-title{
    line-height: 53px;
    font-size: 47px;
  }
    .home-locations-title span{
      line-height: 70px;
      top: 0;
      left: 0;
    }
  .jacks-car .item{
    width: 50%;
    padding: 10px;
    margin: 0
  }
  .jacks-car .item > div {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  .jacks-car .item img{
    max-width: 100%;
  }
    .jacks-car-title br{
      display: none;
    }
  .video:before{
    width: 100%;
  }
  .weather-title{
    text-align: center;
    margin: 0 auto;
  }
  .weather-title span{
    position: relative;
    top: auto;
    left: auto;
  }
  .cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weather p{
    text-align: center;
  }
}

@media (max-width: 566px) {
  .weather-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
    .weather-container .weater-item{
      margin: 15px 0;
    }
    .popul-packages .d-flex {
      margin: 10px auto 0;
    }
  .jacks-car .item{
    width: 100%;
    padding: 10px;

  }
}

.home-banner .title {
    margin-bottom: 32px;
  }

.home-banner .text {
    width: 100%;
  }

.home-banner .success-guide-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 10px 10px 52px;
    position: relative;
    padding-bottom: 0
  }

.home-banner .success-guide-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 494px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 38, 91, .93)), to(rgba(23, 10, 48, .75)));
  background-image: linear-gradient(180deg, rgba(19, 38, 91, .93) 0%, rgba(23, 10, 48, .75) 100%);
}

.home-banner-home .home-banner-title{
    color: #000000;
    font-size: 110px;
    font-weight: 700;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 125px
  }

.home-banner-home .home-banner-title span {
  color: #000000;
  font-size: 140px;
  line-height: 88px;
  font-weight: 400;
  position: relative;
  top: -41px;
  left: -13px;
  text-transform: capitalize;
}

.home-banner-subtitle{
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 0 5px;
    margin-bottom: 29px;
  }

.home-banner p:not(.home-banner-subtitle){
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
    max-width: 620px;
  }

.home-banner .inner {
  max-width: 1230px;
}

.slick-hero-home{
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}

.slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
  height: 531px;
}

.slick-hero-home:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 396px;
  background-color: #3964d8;
  right: -49px;
  bottom: 0px;
  position: absolute;
  display: block;
}

.slick-hero-home .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slick-hero-home .item {
  width: 100%;
}

.slick-hero-home .item img {
      max-width: 100%;
      height: 531px;
}

.slick-hero-home .slick-dots {
  padding-left: 11px;
  margin-bottom: 26px;
}

.slick-hero-home .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -3px 11px;
  padding: 0;
  cursor: pointer;
}

.slick-hero-home .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

.slick-hero-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-hero-home .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: '';
  text-align: center;
  border: 1px solid #ffffff;
  opacity: 0.5;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.popul-packages{
  padding-top: 73px;
}

.popul-packages .inner{
    max-width: 1230px;
  }

.popul-packages .slick-template-prev, .popul-packages .slick-template-next{
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 5px;
  }

.popul-packages .slick-template-prev:hover, .popul-packages .slick-template-next:hover{
    opacity: 1;
  }

.popul-packages-item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    padding: 12px 26px;
    margin: 0;
  }

.popul-packages p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.popul-packages-slick {
    padding-top: 34px;
    padding-bottom: 75px;
}

.popul-packages-slick .slick-track{
      left: -9%;
    }

.popul-packages-slick .item{
      padding-right: 36px;
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative
    }

.popul-packages-slick .item:before {
  content: "";
  width: calc(100% - 36px);
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(228deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.popul-packages-slick .item img {
        width: 100%;
}

.popul-packages-bottom {
    padding-top: 8px;
    padding-bottom: 16px;
}

.popul-packages-bottom ul{
      padding: 0;
      margin: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.popul-packages-bottom ul li{
        width: 49%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
      }

.popul-packages-bottom ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.popul-packages-bottom p{
      max-width: 470px;
      margin: 0 auto;
      display: block;
      width: 100%;
      padding-right: 21px;
    }

.home-locations{
  background-color: #000000;
  position: relative;
  margin-top: 25px;
  padding-top: 104px;
  padding-bottom: 0;
  z-index: 2
}

.home-locations:before {
  content: "";
  max-width: 380px;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #ff0000;
}

.home-locations:after {
  content: "";
  max-width: 380px;
  height: 46px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ff0000;
}

.home-locations > .inner {
  margin-bottom: 30px;
}

.home-locations .inner {
    max-width: 1230px;
    padding: 0 4px;
    position: relative;
    z-index: 2;
}

.home-locations p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 7px;
    margin-top: -2px;
}

.home-locations-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.home-locations-title span {
  color: #ffffff;
  font-family: Kristi;
  font-size: 80px;
  line-height: 88px;
  text-transform: capitalize;
  position: relative;
  top: -17px;
  font-weight: 400;
  left: 4px;
}

.tabs-location{
  position: relative;
  background-color: #000000;
}

.tabs-location .inner{
    padding: 71px 0 0;
  }

.tabs-location:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0c2362;
}

.tabs-location:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  max-height: 517px;
  background-color: #3964d8;
}

.tabs-location .col-lg-6:first-child {
  padding-right: 56px;
}

.tabs-location .col-lg-6:nth-child(2) {
  padding-left: 65px;
  padding-right: 5px;
}

.tabs-location p {
    padding: 0 5px;
    margin-bottom: 59px;
}

.tabs-location-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 38px;
}

.tabs-location .tab-item {
    margin: 91px auto 0 auto;
    max-width: 1085px;
    width: 100%;
    display: none;
}

.tabs-location .tab-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-location .tab-item .col-lg-4 {
      padding-right: 70px;
}

.tabs-location .tab-item .tab-item-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.tabs-location .tab-item p {
      margin-bottom: 0;
      padding: 0 2px;
}

.tabs-location .tab-item ul {
      padding-left: 2px;
      margin-top: 25px;
}

.tabs-location .tab-item ul li{
        color: #ffffff;
        font-size: 17px;
        font-weight: 500;
        line-height: 26px;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.tabs-location .tab-item ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.tabs-location nav {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tabs-location nav a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding-top: 8px;
}

.tabs-location nav a img{
      margin-right: 18px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0.4;
              order: 0.4;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

.tabs-location nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background-color: #ffffff;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tabs-location nav a.active:before {
  height: 4px;
  opacity: 1;
  background-color: #ff0000;
}

.tabs-location nav a.active img {
        opacity: 1;
}

.jacks-car{
  padding-top: 104px;
}

.jacks-car .inner{
    max-width: 1230px;
    position: relative;
    z-index: 2;
  }

.jacks-car .popul-packages-item-title{
    padding: 12px 26px;
  }

.jacks-car .item{
    position: relative;
  }

.jacks-car .item img{
      max-width: 278px;
      max-height: 278px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 278px;
      height: 278px;
      display: block;
    }

.jacks-car-title{
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-left: 5px;
  }

.jacks-car-title span{
      color: #000000;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      font-weight: 400;
      position: relative;
      top: -18px;
      left: -5px;
    }

.jacks-car p{
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    max-width: 767px;
    margin-bottom: 73px;
  }

.jacks-car ul {
    padding: 9px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.jacks-car ul li {
        width: 33.3333%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
    }

.jacks-car ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.jacks-car .row:last-of-type{
    margin-top: 82px;
  }

.jacks-car .row:last-of-type p{
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      max-width: 100%;
      margin-bottom: 0px;
      padding-right: 89px;
      padding-left: 4px;
    }

.video{
  padding-top: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px
}

.video:before {
  content: "";
  position: absolute;
  top: -12px;
  right: -0px;
  background-color: #ff0000;
  width: 554px;
  height: 312px;
  z-index: -1;
}

.video-container {
    position: relative;
    display: table;
    margin: 0 auto;
    z-index: 1;
}

.video-container img.video-pre{
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
    }

.video-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-container .video-title {
      position: absolute;
      left: 540px;
      top: 161px;
      max-width: 456px;
      font-size: 60px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      line-height: 52px;
      z-index: 2;
}

.video .play {
    position: absolute;
    top: 319px;
    left: 542px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    text-decoration: none;
}

.video .play img {
      vertical-align: middle;
      margin-left: 9px;
    }

.about{
  background-color: #000000;
  padding-bottom: 79px
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 633px;
  height: 478px;
  background-color: #3964d8;
}

.about:after {
  content: "";
  position: absolute;
  width: 370px;
  height: 30px;
  background-color: #ff0000;
  top: 100%;
  left: 0;
  z-index: 2;
}

.about .inner {
    max-width: 1230px;
}

.about-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 64px;
    padding-left: 4px;
    margin-bottom: 32px;
}

.about-title span{
      color: #ffffff;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      position: relative;
      top: -17px;
      left: -5px;
      font-weight: 400;
    }

.about p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 33px 0 5px;
    margin-bottom: 26px;
}

.about .col-lg-6:first-child {
    position: relative;
    z-index: 2;
}

.about .col-lg-6:last-child {
    position: relative;
}

.about .about-picture {
    display: block;
    position: absolute;
    top: 41px;
    right: 6px;
    width: 748px;
    height: 619px;
}

.about .about-picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}

.weather{
  padding-top: 95px;
  padding-bottom: 15px;
}

.weather .inner{
    max-width: 1230px;
  }

.weather-title{
    display: table;
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    margin-top: 52px;
    padding-left: 5px;
    margin-bottom: 23px;
  }

.weather-title span{
      position: absolute;
      top: -31px;
      left: 100%;
      color: #000000;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 80px;
      line-height: 88px;
    }

.weather p{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 29px;
    padding-left: 3px;

  }

.weather p span{
      color: #ff0000;
      font-weight: 600;
    }

.weather .cards{
    padding-top: 43px;
    padding-left: 10px;
  }

.weather-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-top: 5px;
  }

.weather .weater-item{
    width: 100%;
    max-width: 278px;
    background-color: #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 33px;
    padding-bottom: 15px;
  }

.weather .weater-item .sub-capt{
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
    }

.weather .weater-item p.description{
      padding: 0;
      color: #000000;
      font-size: 17px;
      font-weight: 400;
    }

.weather .weater-item p.temperature{
      color: #000000;
      font-size: 55px;
      font-weight: 300;
      padding: 29px 0 5px;
    }

.weather .weater-item img{
      max-width: 117px;
    }

.map{
  padding-bottom: 105px;
  margin-top: 41px;
}

.map .inner{
    max-width: 1230px;
  }

.map #map{
    height: 416px;
  }

.map ul{
    padding: 73px 0 0 29px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.map ul li{
      width: 100%;
      list-style: none;
      padding-top: 9px;
      margin-bottom: 47px;
      position: relative;
      border-top: 1px solid #bfbfbf
    }

.map ul li.active a {
  color: #000000;
}

.map ul li a {
        color: #989898;
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
}

.map ul li a img{
          margin-right: 10px;
        }

.contact-us{
  display: table;
  position: relative;
  z-index: 1
}

.contact-us:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2;
  position: absolute;
}

.contact-us img {
    display: block;
}

.contact-us .btn-red {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    min-width: 140px;
    border-radius: 3px;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff0000;
    z-index: 3;
    text-align: center;
    text-decoration: none;
}

.img-absolute{
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 748px;
  height: 335px;
  margin-bottom: 80px
}

.img-absolute:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}

.img-absolute img {
    display: block;
}

.hero-inner{
  position: relative;
  z-index: 1;
  background-color: #000000;
  padding: 80px 0 120px
}

.hero-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 633px;
  height: 247px;
  background-color: #3964d8;
}

.hero-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 380px;
  height: 46px;
  background-color: #ff0000;
}

.hero-inner-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

.hero-inner-title span{
      margin-right: 10px;
      position: relative;
      top: -6px;
      color: #ffffff;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      font-weight: 400;
    }

.hero-inner p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.hero-inner .row .col-lg-6:first-child {
    z-index: 3;
}

.hero-inner .row .col-lg-6 {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px){
  .contact-us{
    margin: 0 auto;
  }
    .inner-page .weather{
      padding-top: 0;
    }
  .hero-inner{
    padding: 30px 0;
  }
  .img-absolute{
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .hero-inner-title{
    text-align: center;
  }
  .main-nav-container{
    display: none;
  }
  .hero-home{
    padding: 0;
    background-image: none
  }
  .hero-home:before {
    display: none;
  }
  .hero-home .hero-title, .hero-subtitle, .hero p:not(.hero-subtitle){
    text-align: center;
    margin: 0 auto;
  }
  .hero-home .hero-title{
    margin-bottom: 45px;
    margin-top: 65px;
  }
  .slick-hero-home{
    margin-top: 30px
  }
  .slick-hero-home:before {
    right: 0;
  }
  .slick-hero-home .item img {
      height: 400px;
      margin: 0 auto;
  }
  .slick-hero-home .wrap {
      max-width: 500px;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
      height: auto;
      width: 100%;
  }
  .jacks-car-title{
    font-size: 45px;
  }
    .jacks-car-title span{
      font-size: 58px;
    }
  .home-locations{
    padding: 40px;
  }
      .home-locations .tabs-location nav{
        margin: 0 auto;
      }

    .home-locations .tabs-location:before {
    width: 100%;
    height: 99%;
  }

    .home-locations .tabs-location:after {
    display: none;
  }

    .home-locations .tabs-location .tab-item {
        margin-top: 15px;
  }
        .home-locations .tabs-location .tab-item .col-lg-4{
          padding: 0 15px;
        }
        .home-locations .tabs-location .tab-item p{
          text-align: left;
        }


    .home-locations .inner{
      padding: 21px 0 0;
    }
    .home-locations-title, .home-locations .tabs-location-title{
      text-align: center;
    }
    .home-locations p{
      text-align: center;
    }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 15px;
    }
    .home-locations .col-lg-6:nth-child(2){
      position: relative;
      z-index: 1
    }
    .home-locations .col-lg-6:nth-child(2):before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 517px;
    background-color: #3964d8;
  }
    .jacks-car .item{
      margin: 20px;
    }
    .jacks-car .justify-content-between{
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
  .weather-container{
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .map{
    padding-bottom: 35px;
  }
    .map ul{
      padding: 20px 0 0;
    }
    .footer .justify-content-end{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .footer .col-12{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .about .about-title{
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }
    .about .about-picture{
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      height: auto;
    }
  .video-container .video-title{
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .video .play{
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media(min-width: 993px){
  .main-nav li:not(:last-child){
    margin-right: 22px;
  }
    .header .main-nav-container{
      margin-left: 20px;
    }
  .slick-hero-home{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .slick-hero-home .wrap{
      width: 100%;
    }
  .home-locations{
    padding-top: 80px;
  }
    .home-locations-title{
      line-height: 55px;
    }
    .tabs-location .col-lg-6:nth-child(2), .tabs-location .col-lg-6:first-child{
      padding-left: 15px;
      padding-right: 15px;
    }
   .tabs-location .tab-item .col-lg-4{
     padding: 0 15px;
   }
    .jacks-car .item img{
      width: 235px;
      height: 235px;
    }
  .weather-container{
    padding-left: 0px;
  }
  .home-locations p{
    min-height: 105px;
  }
}

@media(min-width: 1171px){
  .home-locations p{
    min-height: auto;
  }
  .weather-container{
    padding-left: 20px;
  }
  .jacks-car .item{

  }
  .main-nav li:not(:last-child){
    margin-right: 52px;
  }
    .header .main-nav-container{
      margin-left: 56px;
    }
  .home-locations{
    padding-top: 104px;
  }
    .home-locations-title{
      line-height: 33px;
    }
    .tabs-location .col-lg-6:first-child {
      padding-right: 56px;
    }
    .tabs-location .col-lg-6:nth-child(2){
      padding-left: 65px;
      padding-right: 5px;
    }
    .jacks-car .item img{
      width: 278px;
      height: 278px;
    }
}

@media (max-width: 766px){
    .hero-home .hero-title {
      margin-top: 0;
      margin-bottom: 0;
    }
      .hero-home .hero-title span{
        top: 0;
        left: 0;
      }
    .hero-home .hero-subtitle{
      margin-bottom: 15px;
    }
  .slick-hero-home {
    width: 100%
  }
  .slick-hero-home:before {
    height: calc(100% + 30px);
    max-height: calc(100% + 50px);
  }
  .slick-hero-home .item img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
  }
  .slick-hero-home .wrap {
      max-width: 100%;
      width: 100%;
  }
  .popul-packages .popul-packages-slick {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .popul-packages .popul-packages-slick .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .popul-packages .popul-packages-slick .slick-track {
    left: 0;
  }
  .popul-packages .popul-packages-slick .item:before {
      width: calc(100% - 30px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
  }
  .popul-packages .popul-packages-bottom ul li {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .popul-packages .popul-packages-bottom ul li:before {
    width: 100%;
    left: 0;
  }
  .home-locations {
    padding: 0 15px;
  }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 0;
      width: 100%;
    }
    .home-locations p{
      margin-top: 0;
    }
      .home-locations .tabs-location nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .home-locations .tabs-location nav a{
          max-width: 100%;
          margin-bottom: 15px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px 0;
        }
  .jacks-car-title {
    text-align: center;
    line-height: 50px;
  }
    .jacks-car-title span{
      display: block;
      top: 0;
      left: 0;
      line-height: 60px;
    }
    .jacks-car p{
      text-align: center;
    }
     .jacks-car .row:last-of-type{
       margin-top: 0;
     }
       .jacks-car .row:last-of-type p{
         padding: 0;
         margin-bottom: 15px;
       }
      .jacks-car ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 30px
      }
      .jacks-car ul li:before {
    width: 100%;
    left: 0;
  }

  .video-container .video-title{
    top: 50%;
    font-size: 30px;
    line-height: 32px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

  }
  .video .play{
    top: calc(50% + 50px);
  }
  .video-container img.video-pre{
    height: 249px;
  }
  .weather .cards{
    padding: 0;
  }
  .home-locations-title{
    line-height: 53px;
    font-size: 47px;
  }
    .home-locations-title span{
      line-height: 70px;
      top: 0;
      left: 0;
    }
  .jacks-car .item{
    width: 50%;
    padding: 10px;
    margin: 0
  }
  .jacks-car .item > div {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  .jacks-car .item img{
    max-width: 100%;
  }
    .jacks-car-title br{
      display: none;
    }
  .video:before{
    width: 100%;
  }
  .weather-title{
    text-align: center;
    margin: 0 auto;
  }
  .weather-title span{
    position: relative;
    top: auto;
    left: auto;
  }
  .cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weather p{
    text-align: center;
  }
}

@media (max-width: 566px) {
  .weather-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
    .weather-container .weater-item{
      margin: 15px 0;
    }
    .popul-packages .d-flex {
      margin: 10px auto 0;
    }
  .jacks-car .item{
    width: 100%;
    padding: 10px;

  }
}

.short-list{
  position: relative;
  height: 100%
}

.short-list:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.short-list li {
    width: 100%!important;
    margin-bottom: 0!important;
}

.short-list li:before {
  display: none;
}

body > .container{
  overflow-x: hidden;
}

.hero{
  width: 100%;
}

.hero-home{
    padding-top: 103px;
    background: url("../images/home-hero.jpg") no-repeat top right;
    background-size: 494px 100%;
    position: relative;
    padding-bottom: 0
  }

.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 494px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 38, 91, .93)), to(rgba(23, 10, 48, .75)));
  background-image: linear-gradient(180deg, rgba(19, 38, 91, .93) 0%, rgba(23, 10, 48, .75) 100%);
}

.hero-home .hero-title{
    color: #000000;
    font-size: 110px;
    font-weight: 700;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 125px
  }

.hero-home .hero-title span {
  color: #000000;
  font-size: 140px;
  line-height: 88px;
  font-weight: 400;
  position: relative;
  top: -41px;
  left: -13px;
  text-transform: capitalize;
}

.hero-subtitle{
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 0 5px;
    margin-bottom: 29px;
  }

.hero p:not(.hero-subtitle){
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
    max-width: 620px;
  }

.hero .inner {
  max-width: 1230px;
}

.slick-hero-home{
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}

.slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
  height: 531px;
}

.slick-hero-home:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 396px;
  background-color: #3964d8;
  right: -49px;
  bottom: 0px;
  position: absolute;
  display: block;
}

.slick-hero-home .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slick-hero-home .item {
  width: 100%;
}

.slick-hero-home .item img {
      max-width: 100%;
      height: 531px;
}

.slick-hero-home .slick-dots {
  padding-left: 11px;
  margin-bottom: 26px;
}

.slick-hero-home .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -3px 11px;
  padding: 0;
  cursor: pointer;
}

.slick-hero-home .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

.slick-hero-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-hero-home .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: '';
  text-align: center;
  border: 1px solid #ffffff;
  opacity: 0.5;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.popul-packages{
  padding-top: 73px;
}

.popul-packages .inner{
    max-width: 1230px;
  }

.popul-packages .slick-template-prev, .popul-packages .slick-template-next{
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 5px;
  }

.popul-packages .slick-template-prev:hover, .popul-packages .slick-template-next:hover{
    opacity: 1;
  }

.popul-packages-item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    padding: 12px 26px;
    margin: 0;
  }

.popul-packages p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.popul-packages-slick {
    padding-top: 34px;
    padding-bottom: 75px;
}

.popul-packages-slick .slick-track{
      left: -9%;
    }

.popul-packages-slick .item{
      padding-right: 36px;
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative
    }

.popul-packages-slick .item:before {
  content: "";
  width: calc(100% - 36px);
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(228deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.popul-packages-slick .item img {
        width: 100%;
}

.popul-packages-bottom {
    padding-top: 8px;
    padding-bottom: 16px;
}

.popul-packages-bottom ul{
      padding: 0;
      margin: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.popul-packages-bottom ul li{
        width: 49%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
      }

.popul-packages-bottom ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.popul-packages-bottom p{
      max-width: 470px;
      margin: 0 auto;
      display: block;
      width: 100%;
      padding-right: 21px;
    }

.home-locations{
  background-color: #000000;
  position: relative;
  margin-top: 25px;
  padding-top: 104px;
  padding-bottom: 0;
  z-index: 2
}

.home-locations:before {
  content: "";
  max-width: 380px;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #ff0000;
}

.home-locations:after {
  content: "";
  max-width: 380px;
  height: 46px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ff0000;
}

.home-locations > .inner {
  margin-bottom: 30px;
}

.home-locations .inner {
    max-width: 1230px;
    padding: 0 4px;
    position: relative;
    z-index: 2;
}

.home-locations p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 7px;
    margin-top: -2px;
}

.home-locations-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.home-locations-title span {
  color: #ffffff;
  font-family: Kristi;
  font-size: 80px;
  line-height: 88px;
  text-transform: capitalize;
  position: relative;
  top: -17px;
  font-weight: 400;
  left: 4px;
}

.tabs-location{
  position: relative;
  background-color: #000000;
}

.tabs-location .inner{
    padding: 71px 0 0;
  }

.tabs-location:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0c2362;
}

.tabs-location:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  max-height: 517px;
  background-color: #3964d8;
}

.tabs-location .col-lg-6:first-child {
  padding-right: 56px;
}

.tabs-location .col-lg-6:nth-child(2) {
  padding-left: 65px;
  padding-right: 5px;
}

.tabs-location p {
    padding: 0 5px;
    margin-bottom: 59px;
}

.tabs-location-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 38px;
}

.tabs-location .tab-item {
    margin: 91px auto;
    max-width: 1085px;
    width: 100%;
    display: none;
}

.tabs-location .tab-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-location .tab-item .col-lg-4 {
      padding-right: 70px;
}

.tabs-location .tab-item .tab-item-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.tabs-location .tab-item p {
      margin-bottom: 0;
      padding: 0 2px;
}

.tabs-location .tab-item ul {
      padding-left: 2px;
      margin-top: 25px;
}

.tabs-location .tab-item ul li{
        color: #ffffff;
        font-size: 17px;
        font-weight: 500;
        line-height: 26px;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.tabs-location .tab-item ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.tabs-location nav {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tabs-location nav a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding-top: 8px;
}

.tabs-location nav a img{
      margin-right: 18px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0.4;
              order: 0.4;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

.tabs-location nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background-color: #ffffff;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tabs-location nav a.active:before {
  height: 4px;
  opacity: 1;
  background-color: #ff0000;
}

.tabs-location nav a.active img {
        opacity: 1;
}

.inner-page .jacks-car p {
    color: #000000;
    font-family: Barlow;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px!important;
  }

.inner-page .jacks-car  h3{
    color: #000000;
    font-family: Barlow;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

.inner-page .contact-us{
    margin-bottom: 40px;
  }

.inner-page .jacks-car .d-flex img{
      margin: 0 15px 20px;
    }

.img-gradient{
  position: relative;
  display: table;
  z-index: 1
}

.img-gradient .title {
  position: absolute;
  bottom: 18px;
  left: 27px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  z-index: 3;
}

.img-gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(228deg, rgba(0, 0, 0, 0) 63%, #000000 100%);
  z-index: 2;
}

.img-gradient img {
    display: block;
}

.jacks-car{
  padding-top: 104px;
}

.jacks-car .inner{
    max-width: 1230px;
    position: relative;
    z-index: 2;
  }

.jacks-car .popul-packages-item-title{
    padding: 12px 26px;
  }

.jacks-car .item{
    position: relative;
  }

.jacks-car .item img{
      max-width: 278px;
      max-height: 278px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 278px;
      height: 278px;
      display: block;
    }

.jacks-car-title{
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-left: 5px;
  }

.jacks-car-title span{
      color: #000000;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      font-weight: 400;
      position: relative;
      top: -18px;
      left: -5px;
    }

.jacks-car p{
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    max-width: 767px;
    margin-bottom: 73px;
  }

.jacks-car ul {
    padding: 9px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.jacks-car ul li {
        width: 33.3333%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
    }

.jacks-car ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.jacks-car .row:last-of-type{
    margin-top: 82px;
  }

.jacks-car .row:last-of-type p{
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      max-width: 100%;
      margin-bottom: 0px;
      padding-right: 89px;
      padding-left: 4px;
    }

.video{
  padding-top: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px
}

.video:before {
  content: "";
  position: absolute;
  top: -12px;
  right: -0px;
  background-color: #ff0000;
  width: 554px;
  height: 312px;
  z-index: -1;
}

.video-container {
    position: relative;
    display: table;
    margin: 0 auto;
    z-index: 1;
}

.video-container img.video-pre{
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
    }

.video-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-container .video-title {
      position: absolute;
      left: 540px;
      top: 161px;
      max-width: 456px;
      font-size: 60px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      line-height: 52px;
      z-index: 2;
}

.video .play {
    position: absolute;
    top: 319px;
    left: 542px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    text-decoration: none;
}

.video .play img {
      vertical-align: middle;
      margin-left: 9px;
    }

.about{
  background-color: #000000;
  padding-bottom: 79px
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 633px;
  height: 478px;
  background-color: #3964d8;
}

.about:after {
  content: "";
  position: absolute;
  width: 370px;
  height: 30px;
  background-color: #ff0000;
  top: 100%;
  left: 0;
  z-index: 2;
}

.about .inner {
    max-width: 1230px;
}

.about-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 64px;
    padding-left: 4px;
    margin-bottom: 32px;
}

.about-title span{
      color: #ffffff;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      position: relative;
      top: -17px;
      left: -5px;
      font-weight: 400;
    }

.about p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 33px 0 5px;
    margin-bottom: 26px;
}

.about .col-lg-6:first-child {
    position: relative;
    z-index: 2;
}

.about .col-lg-6:last-child {
    position: relative;
}

.about .about-picture {
    display: block;
    position: absolute;
    top: 41px;
    right: 6px;
    width: 748px;
    height: 619px;
}

.about .about-picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}

.weather{
  padding-top: 95px;
  padding-bottom: 15px;
}

.weather .inner{
    max-width: 1230px;
  }

.weather-title{
    display: table;
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    margin-top: 52px;
    padding-left: 5px;
    margin-bottom: 23px;
  }

.weather-title span{
      position: absolute;
      top: -31px;
      left: 100%;
      color: #000000;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 80px;
      line-height: 88px;
    }

.weather p{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 29px;
    padding-left: 3px;

  }

.weather p span{
      color: #ff0000;
      font-weight: 600;
    }

.weather .cards{
    padding-top: 43px;
    padding-left: 10px;
  }

.weather-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-top: 5px;
  }

.weather .weater-item{
    width: 100%;
    max-width: 278px;
    background-color: #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 33px;
    padding-bottom: 15px;
  }

.weather .weater-item .sub-capt{
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
    }

.weather .weater-item p.description{
      padding: 0;
      color: #000000;
      font-size: 17px;
      font-weight: 400;
    }

.weather .weater-item p.temperature{
      color: #000000;
      font-size: 55px;
      font-weight: 300;
      padding: 29px 0 5px;
    }

.weather .weater-item img{
      max-width: 117px;
    }

.map{
  padding-bottom: 105px;
  margin-top: 41px;
}

.map .inner{
    max-width: 1230px;
  }

.map #map{
    height: 416px;
  }

.map ul{
    padding: 73px 0 0 29px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.map ul li{
      width: 100%;
      list-style: none;
      padding-top: 9px;
      margin-bottom: 47px;
      position: relative;
      border-top: 1px solid #bfbfbf
    }

.map ul li.active a {
  color: #000000;
}

.map ul li a {
        color: #989898;
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
}

.map ul li a img{
          margin-right: 10px;
        }

.contact-us{
  display: table;
  position: relative;
  z-index: 1
}

.contact-us:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2;
  position: absolute;
}

.contact-us img {
    display: block;
}

.contact-us .btn-red {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    min-width: 140px;
    border-radius: 3px;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff0000;
    z-index: 3;
    text-align: center;
    text-decoration: none;
}

.img-absolute{
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 748px;
  height: 335px;
  margin-bottom: 80px
}

.img-absolute:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}

.img-absolute img {
    display: block;
}

.hero-inner{
  position: relative;
  z-index: 1;
  background-color: #000000;
  padding: 80px 0 120px
}

.hero-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 633px;
  height: 247px;
  background-color: #3964d8;
}

.hero-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 380px;
  height: 46px;
  background-color: #ff0000;
}

.hero-inner-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

.hero-inner-title span{
      margin-right: 10px;
      position: relative;
      top: -6px;
      color: #ffffff;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      font-weight: 400;
    }

.hero-inner p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.hero-inner .row .col-lg-6:first-child {
    z-index: 3;
}

.hero-inner .row .col-lg-6 {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px){
  .img-gradient{
    margin: 0 auto 15px;
  }
  .contact-us{
    margin: 0 auto;
  }
    .inner-page .weather{
      padding-top: 0;
    }
  .hero-inner{
    padding: 30px 0;
  }
  .img-absolute{
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .hero-inner-title{
    text-align: center;
  }
  .main-nav-container{
    display: none;
  }
  .hero-home{
    padding: 0;
    background-image: none
  }
  .hero-home:before {
    display: none;
  }
  .hero-home .hero-title, .hero-subtitle, .hero p:not(.hero-subtitle){
    text-align: center;
    margin: 0 auto;
  }
  .hero-home .hero-title{
    margin-bottom: 45px;
    margin-top: 65px;
  }
  .slick-hero-home{
    margin-top: 30px
  }
  .slick-hero-home:before {
    right: 0;
  }
  .slick-hero-home .item img {
      height: 400px;
      margin: 0 auto;
  }
  .slick-hero-home .wrap {
      max-width: 500px;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
      height: auto;
      width: 100%;
  }
  .jacks-car-title{
    font-size: 45px;
  }
    .jacks-car-title span{
      font-size: 58px;
    }
  .home-locations{
    padding: 40px;
  }
      .home-locations .tabs-location nav{
        margin: 0 auto;
      }

    .home-locations .tabs-location:before {
    width: 100%;
    height: 99%;
  }

    .home-locations .tabs-location:after {
    display: none;
  }

    .home-locations .tabs-location .tab-item {
        margin-top: 15px;
  }
        .home-locations .tabs-location .tab-item .col-lg-4{
          padding: 0 15px;
        }
        .home-locations .tabs-location .tab-item p{
          text-align: left;
        }


    .home-locations .inner{
      padding: 21px 0 0;
    }
    .home-locations-title, .home-locations .tabs-location-title{
      text-align: center;
    }
    .home-locations p{
      text-align: center;
    }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 15px;
    }
    .home-locations .col-lg-6:nth-child(2){
      position: relative;
      z-index: 1
    }
    .home-locations .col-lg-6:nth-child(2):before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 517px;
    background-color: #3964d8;
  }
    .jacks-car .item{
      margin: 20px;
    }
    .jacks-car .justify-content-between{
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
  .weather-container{
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .map{
    padding-bottom: 35px;
  }
    .map ul{
      padding: 20px 0 0;
    }
    .footer .justify-content-end{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .footer .col-12{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .about .about-title{
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }
    .about .about-picture{
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      height: auto;
    }
  .video-container .video-title{
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .video .play{
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media(min-width: 993px){
  .main-nav li:not(:last-child){
    margin-right: 22px;
  }
    .header .main-nav-container{
      margin-left: 20px;
    }
  .slick-hero-home{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .slick-hero-home .wrap{
      width: 100%;
    }
  .home-locations{
    padding-top: 80px;
  }
    .home-locations-title{
      line-height: 55px;
    }
    .tabs-location .col-lg-6:nth-child(2), .tabs-location .col-lg-6:first-child{
      padding-left: 15px;
      padding-right: 15px;
    }
   .tabs-location .tab-item .col-lg-4{
     padding: 0 15px;
   }
    .jacks-car .item img{
      width: 235px;
      height: 235px;
    }
  .weather-container{
    padding-left: 0px;
  }
  .home-locations p{
    min-height: 105px;
  }
}

@media(min-width: 1171px){
  .home-locations p{
    min-height: auto;
  }
  .weather-container{
    padding-left: 20px;
  }
  .jacks-car .item{

  }
  .main-nav li:not(:last-child){
    margin-right: 52px;
  }
    .header .main-nav-container{
      margin-left: 56px;
    }
  .home-locations{
    padding-top: 104px;
  }
    .home-locations-title{
      line-height: 33px;
    }
    .tabs-location .col-lg-6:first-child {
      padding-right: 56px;
    }
    .tabs-location .col-lg-6:nth-child(2){
      padding-left: 65px;
      padding-right: 5px;
    }
    .jacks-car .item img{
      width: 278px;
      height: 278px;
    }
}

@media (max-width: 766px){
  .short-list:before{
    width: 100%!important;
    max-width: 100%;
  }
    .hero-home .hero-title {
      margin-top: 0;
      margin-bottom: 0;
    }
      .hero-home .hero-title span{
        top: 0;
        left: 0;
      }
    .hero-home .hero-subtitle{
      margin-bottom: 15px;
    }
  .slick-hero-home {
    width: 100%
  }
  .slick-hero-home:before {
    height: calc(100% + 30px);
    max-height: calc(100% + 50px);
  }
  .slick-hero-home .item img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
  }
  .slick-hero-home .wrap {
      max-width: 100%;
      width: 100%;
  }
  .popul-packages .popul-packages-slick {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .popul-packages .popul-packages-slick .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .popul-packages .popul-packages-slick .slick-track {
    left: 0;
  }
  .popul-packages .popul-packages-slick .item:before {
      width: calc(100% - 30px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
  }
  .popul-packages .popul-packages-bottom ul li {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .popul-packages .popul-packages-bottom ul li:before {
    width: 100%;
    left: 0;
  }
  .home-locations {
    padding: 0 15px;
  }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 0;
      width: 100%;
    }
    .home-locations p{
      margin-top: 0;
    }
      .home-locations .tabs-location nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .home-locations .tabs-location nav a{
          max-width: 100%;
          margin-bottom: 15px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px 0;
        }
  .jacks-car-title {
    text-align: center;
    line-height: 50px;
  }
    .jacks-car-title span{
      display: block;
      top: 0;
      left: 0;
      line-height: 60px;
    }
    .jacks-car p{
      text-align: center;
    }
     .jacks-car .row:last-of-type{
       margin-top: 0;
     }
       .jacks-car .row:last-of-type p{
         padding: 0;
         margin-bottom: 15px;
       }
      .jacks-car ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 30px
      }
      .jacks-car ul li:before {
    width: 100%;
    left: 0;
  }

  .video-container .video-title{
    top: 50%;
    font-size: 30px;
    line-height: 32px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

  }
  .video .play{
    top: calc(50% + 50px);
  }
  .video-container img.video-pre{
    height: 249px;
  }
  .weather .cards{
    padding: 0;
  }
  .home-locations-title{
    line-height: 53px;
    font-size: 47px;
  }
    .home-locations-title span{
      line-height: 70px;
      top: 0;
      left: 0;
    }
  .jacks-car .item{
    width: 50%;
    padding: 10px;
    margin: 0
  }
  .jacks-car .item > div {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  .jacks-car .item img{
    max-width: 100%;
  }
    .jacks-car-title br{
      display: none;
    }
  .video:before{
    width: 100%;
  }
  .weather-title{
    text-align: center;
    margin: 0 auto;
  }
  .weather-title span{
    position: relative;
    top: auto;
    left: auto;
  }
  .cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weather p{
    text-align: center;
  }
}

@media (max-width: 566px) {
  .weather-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
    .weather-container .weater-item{
      margin: 15px 0;
    }
    .popul-packages .d-flex {
      margin: 10px auto 0;
    }
  .jacks-car .item{
    width: 100%;
    padding: 10px;

  }
}

.short-list{
  position: relative;
  height: 100%
}

.short-list:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.short-list li {
    width: 100%!important;
    margin-bottom: 0!important;
}

.short-list li:before {
  display: none;
}

.thank-block {
  max-width: 755px;
  width: 90%;
  background-color: #fff;
  margin: 30px auto;
  position: relative;
  padding: 50px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
          box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
  border-radius: 5px;
  text-align: center;
}

.thank-block .icon {
    margin-bottom: 26px;
  }

.thank-block .icon img {
      width: 102px;
    }

.thank-block .title {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }

.thank-block p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

.thank-block .social {
    margin-top: 40px;
  }

.thank-block .social h3 {
      color: #000;
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

.thank-block .social a {
      width: 51px;
      height: 51px;
      border: 1px solid #bfbfbf;
      border-radius: 50%;
      font-size: 0;
      display: inline-block;
      margin: 0 9px
    }

.thank-block .social a.fb {

  }

.thank-block .social a.ln {

  }

body > .container{
  overflow-x: hidden;
}

.hero{
  width: 100%;
}

.hero-home{
    padding-top: 103px;
    background: url("../images/home-hero.jpg") no-repeat top right;
    background-size: 494px 100%;
    position: relative;
    padding-bottom: 0
  }

.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 500px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 38, 91, .93)), to(rgba(23, 10, 48, .75)));
  background-image: linear-gradient(180deg, rgba(19, 38, 91, .93) 0%, rgba(23, 10, 48, .75) 100%);
}

.hero-home .hero-title{
    color: #000000;
    font-size: 110px;
    font-weight: 700;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 125px
  }

.hero-home .hero-title span {
  color: #000000;
  font-size: 140px;
  line-height: 88px;
  font-weight: 400;
  position: relative;
  top: -41px;
  left: -13px;
  text-transform: capitalize;
}

.hero-subtitle{
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 0 5px;
    margin-bottom: 29px;
  }

.hero p:not(.hero-subtitle){
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
    max-width: 620px;
  }

.hero .inner {
  max-width: 1230px;
}

.slick-hero-home{
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}

.slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
  height: 531px;
}

.slick-hero-home:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 396px;
  background-color: #3964d8;
  right: -49px;
  bottom: 0px;
  position: absolute;
  display: block;
}

.slick-hero-home .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slick-hero-home .item {
  width: 100%;
}

.slick-hero-home .item img {
      max-width: 100%;
      height: 531px;
      width: 100%;
}

.slick-hero-home .slick-dots {
  padding-left: 11px;
  margin-bottom: 26px;
}

.slick-hero-home .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -3px 11px;
  padding: 0;
  cursor: pointer;
}

.slick-hero-home .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

.slick-hero-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-hero-home .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: '';
  text-align: center;
  border: 1px solid #ffffff;
  opacity: 0.5;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.popul-packages{
  padding-top: 73px;
}

.popul-packages .inner{
    max-width: 1230px;
  }

.popul-packages .slick-template-prev, .popul-packages .slick-template-next{
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 5px;
  }

.popul-packages .slick-template-prev:hover, .popul-packages .slick-template-next:hover{
    opacity: 1;
  }

.popul-packages-item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    padding: 12px 26px;
    margin: 0;
  }

.popul-packages p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.popul-packages-slick {
    padding-top: 34px;
    padding-bottom: 75px;
}

.popul-packages-slick .slick-track{
      left: -9%;
    }

.popul-packages-slick .item{
      padding-right: 36px;
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative
    }

.popul-packages-slick .item:before {
  content: "";
  width: calc(100% - 36px);
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(228deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.popul-packages-slick .item img {
        width: 100%;
}

.popul-packages-bottom {
    padding-top: 8px;
    padding-bottom: 16px;
}

.popul-packages-bottom ul{
      padding: 0;
      margin: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.popul-packages-bottom ul li{
        width: 49%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative
      }

.popul-packages-bottom ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.popul-packages-bottom p{
      max-width: 470px;
      margin: 0 auto;
      display: block;
      width: 100%;
      padding-right: 21px;
    }

.home-locations{
  background-color: #000000;
  position: relative;
  margin-top: 25px;
  padding-top: 104px;
  padding-bottom: 0;
  z-index: 2
}

.home-locations:before {
  content: "";
  max-width: 380px;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #ff0000;
}

.home-locations:after {
  content: "";
  max-width: 380px;
  height: 46px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ff0000;
}

.home-locations > .inner {
  margin-bottom: 30px;
}

.home-locations .inner {
    max-width: 1230px;
    padding: 0 4px;
    position: relative;
    z-index: 2;
}

.home-locations p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 7px;
    margin-top: -2px;
}

.home-locations-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.home-locations-title span {
  color: #ffffff;
  font-size: 80px;
  line-height: 88px;
  text-transform: capitalize;
  position: relative;
  top: -17px;
  font-weight: 400;
  left: 4px;
}

.inner-page .jacks-car.touchless-jacks-car .jacks-car-title, .inner-page .jacks-car.tunnel-car-wash .jacks-car-title{
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
  }

.inner-page .jacks-car.touchless-jacks-car p, .inner-page .jacks-car.tunnel-car-wash p{
    margin-bottom: 70px!important;
  }

.locations.touchless-locations .tab-item{
    display: none
  }

.locations.touchless-locations .tab-item.active {
  display: block;
}

.locations.touchless-locations .tabs-location nav a:after{

  }

.locations.touchless-locations .tabs-location .inner:last-child{
      height: 300px;

    }

.hero-self-service .hero-inner-title span{
  margin-left: 16px;
}

.hero.hero-touchless-automatics{
  padding: 80px 0 90px;
}

.hero.hero-touchless-automatics .hero-inner-title span{
    top: -18px;
    margin-left: 20px;
  }

.hero.hero-touchless-automatics:before, .hero.hero-touchless-automatics:after {
  display: none;
}

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

.locations .tabs-location{
    background-color: transparent;
  }

.locations .tabs-location .inner{
      height: 300px;
      position: relative;
      z-index: 3;
      max-width: 1240px;
    }

.locations .tabs-location .inner:first-child:before {
  content: "";
  display: block;
  width: 10380px;
  height: 46px;
  background-color: #ff0000;
  position: absolute;
  top: 100%;
  left: calc(100% - 300px);
}

.locations .tabs-location .inner:last-child{
      height: auto;
      z-index: 2;
    }

.locations .tabs-location .tabs-location-title{
      margin-bottom: 64px;
    }

.locations .tabs-location .col-lg-6:nth-child(2){
      z-index: 8;

    }

.locations .tabs-location .tab-item{
      margin-top: 0;
      margin-bottom: 0;
      max-width: 1240px;
    }

.locations .tabs-location .tab-item .tab-item-title{
        color: #000000;
        font-size: 60px;
        font-weight: 700;
        line-height: 54px;
        text-transform: uppercase;
        margin-bottom: 100px;
      }

.locations .tabs-location .tab-item .tab-item-title span{
          color: #000000;
          font-size: 80px;
          line-height: 88px;
          margin-right: 15px;
          text-transform: capitalize;
          font-weight: 400;

        }

.locations .tabs-location .tab-item .col-lg-5{
      position: relative;
      z-index: 1;
    }

.locations .tabs-location .tab-item  .col-lg-7{
      z-index: 2;
    }

.locations .tabs-location #map{
      height: 416px;
      width: 554px;
      position: absolute;
      top: -46px;
      right: 1px;

    }

.locations .tabs-location:before, .locations .tabs-location:after {
  height: 300px;
}

.locations .tabs-location .col-lg-6:nth-child(2) nav a:after {
  content: "";
  background-image: url(../images/Triangle-2.png);
  background-size: 85px 33px;
  width: 85px;
  height: 33px;
  position: absolute;
  top: calc(100% + 66px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.locations .tabs-location .col-lg-6:nth-child(2) nav a.active:after {
  opacity: 1;
}

.locations .tabs-location nav a {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
}

.locations .tabs-location nav a img{
        position: relative;
        top: 3px;
      }

.locations .tabs-location nav a:after {
  content: "";
  background-image: url(../images/Triangle.png);
  background-size: 85px 33px;
  width: 85px;
  height: 33px;
  position: absolute;
  top: calc(100% + 66px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.locations .tabs-location nav a.active:after {
  opacity: 1;
}

.home-page .jacks-car-title{
  margin-bottom: 37px;
}

.inner-page .jacks-car h3.jacks-car-title{
  color: #000000;
  font-size: 60px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding-left: 5px;
}

.contact-us-page{
  background: url("../images/contact-bg.jpg") no-repeat;
  background-size: 466px 524px;
  background-position: top left;
  padding-top: 70px;
  margin-bottom: 70px;
}

.contact-us-page .inner{
    max-width: 1130px;
  }

.contact-us-page .gform_footer{
    padding: 0 25px;
  }

.contact-us-page .gform_footer input{
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
              box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
      border-radius: 3px;
      background-color: #ff0000;
      color: #ffffff;
      font-size: 20px;
      font-weight: 600;
      width: 180px;
      height: 57px;
      cursor: pointer;
    }

.contact-us-page .col-lg-4{
    height: 100%;
    position: relative;
    z-index: 1;
  }

.contact-us-page .col-lg-4 img{
      display: block;
    }

.contact-us-page .col-lg-4:before {
  content: "";
  display: block;
  width: 106px;
  height: 252px;
  background-color: #3964d8;
  position: absolute;
  bottom: 0;
  right: 100%;
}

.contact-form{
  padding-left: 63px;
}

.contact-form .col-sm-6{
    padding: 0 25px;
  }

.contact-form h2{
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    border-bottom: 4px solid #ff0000;
    margin-bottom: 30px;
  }

.contact-form a{
    margin-bottom: 60px;
    /*display: table;*/
    color: #000000;
    font-size: 18px;
    font-weight: 500;
  }

.contact-form .contact-form-wrapper_wrapper form{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.contact-form .contact-form-wrapper_wrapper form ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

      }

.contact-form .contact-form-wrapper_wrapper form .gfield:last-of-type{
        width: 100%;
      }

.contact-form .gform_wrapper select{
    border-radius: 0;
  }

.contact-form .gform_fields .gfield_label.show{
    top: 100%;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }

.contact-form .gfield{
    padding: 0 25px;
    width: 50%;
    list-style: none;
    position: relative;
    margin-bottom: 40px;
  }

.contact-form .gfield label{
      color: #000000;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      position: absolute;
      top: 8px;
      left: 25px;
    }

.tabs-location{
  position: relative;
  background-color: #000000;
}

.tabs-location .inner{
    padding: 71px 0 0;
  }

.tabs-location:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0c2362;
}

.tabs-location:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  max-height: 517px;
  background-color: #3964d8;
}

.tabs-location .col-lg-6:first-child {
  padding-right: 56px;
}

.tabs-location .col-lg-6:nth-child(2) {
  padding-left: 65px;
  padding-right: 5px;
}

.tabs-location p {
    padding: 0 5px;
    margin-bottom: 59px;
}

.tabs-location-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 38px;
}

.tabs-location .tab-item {
    margin: 91px auto;
    max-width: 1085px;
    width: 100%;
    display: none;
}

.tabs-location .tab-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-location .tab-item .col-lg-4 {
      padding-right: 70px;
}

.tabs-location .tab-item .tab-item-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.tabs-location .tab-item p {
      margin-bottom: 0;
      padding: 0 2px;
}

.tabs-location .tab-item ul {
      padding-left: 2px;
      margin-top: 25px;
}

.tabs-location .tab-item ul li{
        color: #ffffff;
        font-size: 17px;
        font-weight: 500;
        line-height: 26px;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.tabs-location .tab-item ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.tabs-location nav {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tabs-location nav a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding-top: 8px;
    height: 58px;
}

.tabs-location nav a img{
      margin-right: 18px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0.4;
              order: 0.4;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

.tabs-location nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background-color: #ffffff;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tabs-location nav a.active:before {
  height: 4px;
  opacity: 1;
  background-color: #ff0000;
}

.tabs-location nav a.active img {
        opacity: 1;
}

.jacks-car{
  padding-top: 104px;
  padding-bottom: 0;
}

.jacks-car .inner{
    max-width: 1230px;
    position: relative;
    z-index: 2;
  }

.jacks-car .popul-packages-item-title{
    padding: 12px 26px;
  }

.jacks-car .item{
    position: relative;
  }

.jacks-car .item img{
      max-width: 278px;
      max-height: 278px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 278px;
      height: 278px;
      display: block;
    }

.jacks-car .item > div {
  position: relative;
}

.jacks-car .item > div:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(228deg, rgba(0, 0, 0, 0) 52%, #000000 100%);
}

.jacks-car .item ul {
      padding: 9px;
      padding-left: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 61px;
}

.jacks-car .item ul li {
        width: 100%;
        list-style: none;
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 50px;
        position: relative;
        padding-bottom: 8px
      }

.jacks-car .item ul li:before {
  content: "";
  margin-right: 56px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
}

.jacks-car-title{
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-left: 5px;
  }

.jacks-car-title span{
      color: #000000;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      font-weight: 400;
      position: relative;
      top: -8px;
      left: -5px;

    }

.jacks-car p{
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    max-width: 821px!important;
    margin-bottom: 73px;
  }

.jacks-car .row:last-of-type{
    margin-top: 61px;
  }

.jacks-car .row:last-of-type .d-flex.justify-content-center{
      padding-right: 89px;
    }

.jacks-car .row:last-of-type p{
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      max-width: 100%;
      margin-bottom: 0px;
      padding-right: 89px;
      padding-left: 4px;
    }

.jacks-car.tunnel-car-wash h3.popul-packages-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  padding: 12px 26px;
  margin: 0;
}

.video{
  padding-top: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px
}

.video:before {
  content: "";
  position: absolute;
  top: -12px;
  right: -0px;
  background-color: #ff0000;
  width: 554px;
  height: 312px;
  z-index: -1;
}

.video-container {
    position: relative;
    display: table;
    margin: 0 auto;
    z-index: 1;
}

.video-container img.video-pre{
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
    }

.video-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-container .video-title {
      position: absolute;
      left: 540px;
      top: 161px;
      max-width: 456px;
      font-size: 60px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      line-height: 52px;
      z-index: 2;
}

.video .play {
    position: absolute;
    top: 334px;
    left: 542px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    text-decoration: none;
}

.video .play img {
      vertical-align: middle;
      margin-left: 9px;
    }

.about{
  background-color: #000000;
  padding-bottom: 79px
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 633px;
  height: 478px;
  background-color: #3964d8;
}

.about:after {
  content: "";
  position: absolute;
  width: 370px;
  height: 30px;
  background-color: #ff0000;
  top: 100%;
  left: 0;
  z-index: 2;
}

.about .inner {
    max-width: 1230px;
}

.about-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 64px;
    padding-left: 4px;
    margin-bottom: 32px;
}

.about-title span{
      color: #ffffff;
      font-size: 80px;
      line-height: 88px;
      text-transform: capitalize;
      position: relative;
      top: -17px;
      left: -5px;
      font-weight: 400;
    }

.about p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 33px 0 5px;
    margin-bottom: 26px;
}

.about .col-lg-6:first-child {
    position: relative;
    z-index: 2;
}

.about .col-lg-6:last-child {
    position: relative;
}

.about .about-picture {
    display: block;
    position: absolute;
    top: 41px;
    right: 6px;
    width: 748px;
    height: 619px;
}

.about .about-picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}

.weather{
  padding-top: 95px;
  padding-bottom: 15px;
}

.weather .inner{
    max-width: 1230px;
  }

.weather-title{
    display: table;
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    margin-top: 52px;
    padding-left: 5px;
    margin-bottom: 23px;
  }

.weather-title span{
      position: absolute;
      top: -31px;
      left: 100%;
      color: #000000;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 80px;
      line-height: 88px;
    }

.weather p{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 29px;
    padding-left: 3px;

  }

.weather p span{
      color: #ff0000;
      font-weight: 600;
    }

.weather .cards{
    padding-top: 43px;
    padding-left: 10px;
  }

.weather-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-top: 5px;
  }

.weather .weater-item{
    width: 100%;
    max-width: 278px;
    background-color: #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 33px;
    padding-bottom: 15px;
  }

.weather .weater-item .sub-capt{
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
    }

.weather .weater-item p.description{
      padding: 0;
      color: #000000;
      font-size: 17px;
      font-weight: 400;
    }

.weather .weater-item p.temperature{
      color: #000000;
      font-size: 55px;
      font-weight: 300;
      padding: 29px 0 5px;
    }

.weather .weater-item img{
      max-width: 117px;
    }

.map{
  padding-bottom: 105px;
  margin-top: 41px;
}

.map .inner{
    max-width: 1230px;
  }

.map #map{
    height: 416px;
  }

.map ul{
    padding: 73px 0 0 29px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.map ul li{
      width: 100%;
      list-style: none;
      padding-top: 9px;
      margin-bottom: 47px;
      position: relative;
      border-top: 1px solid #bfbfbf
    }

.map ul li.active a {
  color: #000000;
}

.map ul li .marker-active {
        display: none;
}

.map ul li .marker-not-active {
        display: inline-block;
}

.map ul li.active .marker-active {
  display: inline-block;
}

.map ul li.active .marker-not-active {
  display: none;
}

.map ul li a {
        color: #989898;
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
}

.map ul li a img{
          margin-right: 10px;
        }

@media (max-width: 992px){
    .footer .copyright{
      white-space: normal;
    }
  .contact-us-page{
    background: none;
  }
  .contact-us-page .col-lg-4{
    display: none;
  }
  .locations .tabs-location .inner{
    padding-top: 0;
  }
  .locations .tabs-location .tab-item .tab-item-title{
    padding-top: 50px;
  }
    .locations .inner{
      height: auto!important;
    }

    .locations .tabs-location {
      text-align: center
    }

    .locations .tabs-location:before, .locations .tabs-location:after {
    display: none;
  }

    .locations .tabs-location .col-lg-6:first-child {
        background-color: #0c2362;
  }

    .locations .tabs-location .col-lg-6:nth-child(2) {
        background-color: #3964d8;
  }

    .locations .tabs-location .col-lg-6:first-child, .locations .tabs-location .col-lg-6:nth-child(2) {
        padding: 15px;
  }

    .locations .tabs-location nav {
        width: 80%;
        margin: 0 auto;
  }
        .locations .tabs-location nav a:after {
    display: none!important;
  }
  .main-nav-container{
    display: none;
  }
  .hero-home{
    padding: 0;
    background-image: none
  }
  .hero-home:before {
    display: none;
  }
  .hero-home .hero-title, .hero-subtitle, .hero p:not(.hero-subtitle){
    text-align: center;
    margin: 0 auto;
  }
  .hero-home .hero-title{
    margin-bottom: 45px;
    margin-top: 65px;
  }
  .slick-hero-home{
    margin-top: 30px
  }
  .slick-hero-home:before {
    right: 0;
  }
  .slick-hero-home .item img {
      height: 400px;
      margin: 0 auto;
  }
  .slick-hero-home .wrap {
      max-width: 500px;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .slick-hero-home .slick-slider .slick-track, .slick-hero-home .slick-slider .slick-list {
      height: auto;
      width: 100%;
  }
  .jacks-car-title{
    font-size: 45px;
  }
    .jacks-car-title span{
      font-size: 58px;
    }
  .home-locations{
    padding: 40px;
  }
      .home-locations .tabs-location nav{
        margin: 0 auto;
      }

    .home-locations .tabs-location:before {
    width: 100%;
    height: 99%;
  }

    .home-locations .tabs-location:after {
    display: none;
  }

    .home-locations .tabs-location .tab-item {
        margin-top: 15px;
  }
        .home-locations .tabs-location .tab-item .col-lg-4{
          padding: 0 15px;
        }
        .home-locations .tabs-location .tab-item p{
          text-align: left;
        }


    .home-locations .inner{
      padding: 21px 0 0;
    }
    .home-locations-title, .home-locations .tabs-location-title{
      text-align: center;
    }
    .home-locations p{
      text-align: center;
    }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 15px;
    }
    .home-locations .col-lg-6:nth-child(2){
      position: relative;
      z-index: 1
    }
    .home-locations .col-lg-6:nth-child(2):before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 517px;
    background-color: #3964d8;
  }
    .jacks-car .item{
      margin: 0;
      margin-bottom: 20px;
    }
    .jacks-car .justify-content-between{
      -ms-flex-pack: distribute;
          justify-content: space-around;

    }
  .weather-container{
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .map{
    padding-bottom: 35px;
  }
    .map ul{
      padding: 20px 0 0;
    }
    .footer .justify-content-end{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .footer .col-12{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .about .about-title{
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }
    .about .about-picture{
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      height: auto;
    }
  .video-container .video-title{
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .video .play{
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media(min-width: 993px){

  .contact-us-page{
    background: none;
  }
  .contact-us-page .col-lg-4:before{
    display: none;
  }
  .main-nav li:not(:last-child){
    margin-right: 22px;
  }
    .header .main-nav-container{
      margin-left: 20px;
    }
  .slick-hero-home{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .slick-hero-home .wrap{
      width: 100%;
    }
  .home-locations{
    padding-top: 80px;
  }
    .home-locations-title{
      line-height: 55px;
    }
    .tabs-location .col-lg-6:nth-child(2), .tabs-location .col-lg-6:first-child{
      padding-left: 15px;
      padding-right: 15px;
    }
   .tabs-location .tab-item .col-lg-4{
     padding: 0 15px;
   }
    .jacks-car .item img{
      width: 235px;
      height: 235px;
    }
  .weather-container{
    padding-left: 0px;
  }
  .home-locations p{
    min-height: 105px;
  }

}

@media (max-width: 1178px) {
  .contact-form{
    padding-left: 0;
  }
}

@media(min-width: 1171px){
  .contact-us-page{
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: 466px 524px;
    background-position: top left;
  }
  .contact-us-page .col-lg-4:before{
    display: block;
  }
  .home-locations p{
    min-height: auto;
  }
  .weather-container{
    padding-left: 20px;
  }
  .jacks-car .item{

  }
  .main-nav li:not(:last-child){
    margin-right: 52px;
  }
    .header .main-nav-container{
      margin-left: 56px;
    }
  .home-locations{
    padding-top: 104px;
  }
    .home-locations-title{
      line-height: 33px;
    }
    .tabs-location .col-lg-6:first-child {
      padding-right: 56px;
    }
    .tabs-location .col-lg-6:nth-child(2){
      padding-left: 65px;
      padding-right: 5px;
    }
    .jacks-car .item img{
      width: 278px;
      height: 278px;
    }
}

@media(max-width: 1320px){
  .contact-us-page{
    background-size: 20% 494px;
  }

}

@media (max-width: 766px){
    .footer .copyright{
     text-align: center;
    }
  .home-locations .tabs-location .tab-item{
    margin-bottom: 0;
  }
      .locations .tabs-location .tabs-location-title{
        margin-bottom: 20px;
      }
      .locations .tabs-location #map{
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
      }
      .locations .tabs-location nav{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
        .locations .tabs-location nav a{
          margin: 15px 0;
        }
    .hero-home .hero-title {
      margin-top: 0;
      margin-bottom: 0;
    }
      .hero-home .hero-title span{
        top: 0;
        left: 0;
      }
    .hero-home .hero-subtitle{
      margin-bottom: 15px;
    }
  .slick-hero-home {
    width: 100%
  }
  .slick-hero-home:before {
    height: calc(100% + 30px);
    max-height: calc(100% + 50px);
  }
  .slick-hero-home .item img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
  }
  .slick-hero-home .wrap {
      max-width: 100%;
      width: 100%;
  }
  .popul-packages .popul-packages-slick {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .popul-packages .popul-packages-slick .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .popul-packages .popul-packages-slick .slick-track {
    left: 0;
  }
  .popul-packages .popul-packages-slick .item:before {
      width: calc(100% - 30px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
  }
  .popul-packages .popul-packages-bottom ul li {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .popul-packages .popul-packages-bottom ul li:before {
    width: 100%;
    left: 0;
  }
  .home-locations {
    padding: 0 15px;
  }
    .home-locations .col-lg-6:first-child, .home-locations .col-lg-6:nth-child(2){
      padding: 0;
      width: 100%;
    }
      .home-locations .tabs-location .col-lg-6:nth-child(2){
        padding-top: 21px;
      }

    .home-locations p{
      margin-top: 25px!important;
    }
      .home-locations .tabs-location nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .home-locations .tabs-location nav a{
          max-width: 100%;
          margin-bottom: 15px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px 0;
        }
  .inner-page .jacks-car.tunnel-car-wash h3.jacks-car-title{
    line-height: 50px;

  }
  .jacks-car-title {
    text-align: center;
    line-height: 50px;
  }
    .jacks-car-title span{
      display: block;
      top: 0;
      left: 0;
      line-height: 60px;
    }
    .jacks-car p{
      text-align: center;
    }
     .jacks-car .row:last-of-type{
       margin-top: 0;
     }
       .jacks-car .row:last-of-type p{
         padding: 0;
         margin-bottom: 15px;
       }
       .jacks-car .row:last-of-type .d-flex.justify-content-center{
        padding: 0;
       }
      .jacks-car ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 30px
      }
      .jacks-car ul li:before {
    width: 100%;
    left: 0;
  }

  .video-container .video-title{
    top: 50%;
    font-size: 30px;
    line-height: 32px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

  }
  .video .play{
    top: calc(50% + 50px);
  }
  .video-container img.video-pre{
    height: 249px;
  }
  .weather .cards{
    padding: 0;
  }
  .home-locations-title{
    line-height: 53px;
    font-size: 47px;
  }
    .home-locations-title span{
      line-height: 70px;
      top: 0;
      left: 0;
    }
  .jacks-car .item{
    width: 50%;
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0
  }
  .jacks-car .item > div {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  .jacks-car .item img{
    max-width: 100%;
  }
    .jacks-car-title br{
      display: none;
    }
  .video:before{
    width: 100%;
  }
  .weather-title{
    text-align: center;
    margin: 0 auto;
  }
  .weather-title span{
    position: relative;
    top: auto;
    left: auto;
  }
  .cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weather p{
    text-align: center;
  }
  .hero.hero-touchless-automatics .hero-inner-title span{
    top: 0;
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 566px) {
  .jacks-car .item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
      .locations .tabs-location nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
        .locations .tabs-location nav a{
          margin: 15px 0;
        }
  .contact-form .gfield{
    width: 100%;

  }
  .weather-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
    .weather-container .weater-item{
      margin: 15px 0;
    }
    .popul-packages .d-flex {
      margin: 10px auto 0;
    }
  .jacks-car .item{
    width: 100%;
    padding: 10px;

  }
}

.home-banner .title {
    margin-bottom: 32px;
  }

.home-banner .text {
    width: 100%;
  }

.home-banner .success-guide-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 10px 10px 52px;
    position: relative;
    background-color: #232337;
    width: 182px;
    display: block;
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
  }

.home-banner .success-guide-link::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 12px;
  width: 30px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='60' viewBox='0 0 30 60'%3E%3Cdefs%3E%3Cpath id='fgn2a' d='M1149 530v-30h5v30zm7 0v-50h-4l6.5-10 6.5 10h-4v50zm-14 0v-20h5v20zm-7 0v-10h5v10z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1135 -470)'%3E%3Cuse fill='%23f4f4f4' xlink:href='%23fgn2a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.home-banner .btn {
    margin-right: 0;
    margin-left: auto;
    display: block;
    max-width: 250px;
    font-size: 18px;
    padding: 17px 20px;
  }

.home-banner-new .title em {
      font-style: normal;
      font-weight: 200;
      letter-spacing: -0.2px;
    }

.home-banner-new h2.subtitle {
    color: #bebeff;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 40px;
  }

.home-banner-new a.btn {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

.home-banner-new .mockups-slider {
    margin-top: 30px;
    max-width: 622px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

.home-banner-new .mockups-slider .slick-active .desktop img {
        -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .3);
                box-shadow: 0 12px 24px rgba(0, 0, 0, .3);
      }

.home-banner-new .mockups-slider .item {
      position: relative;
      padding-right: 72px;
      padding-left: 10px;
      padding-bottom: 35px;
    }

.home-banner-new .mockups-slider .item .link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
      }

.home-banner-new .mockups-slider .desktop {
      max-width: 520px;
      position: relative;
      z-index: 1;
      min-height: 350px;
      margin-right: -42px;
    }

.home-banner-new .mockups-slider .mobile {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 7px;
      z-index: 2;
    }

.home-banner-new .mockups-slider .mobile img {
        max-width: 146px;
      }

.home-banner-new .mockups-slider .mobile::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: url(../images/mobile-mockup.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.home-banner-new .mockups-slider .title {
      background-color: #f4f4f4;
      padding: 11px 14px;
      padding-left: 42px;
      font-size: 0;
      margin-bottom: 0;
    }

.home-banner-new .mockups-slider .title p {
        color: #444;
        opacity: 0.5;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin-left: 10px;
        letter-spacing: 0.1px;
      }

.home-banner-new .mockups-slider .slick-arrow {
      font-size: 0;
      padding: 0;
      z-index: 4;
      width: 16px;
      height: 16px;
      border: none;
      outline: none;
      background: transparent url(../images/slider-arrow2.png) center center no-repeat;
      cursor: pointer;
      position: absolute;
      top: 14px
    }

.home-banner-new .mockups-slider .slick-arrow.slick-next {
  left: 38px;
}

.home-banner-new .mockups-slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 15px;
}

.home-banner-new .mockups-slider .slick-dots {
      position: absolute;
      bottom: -9px;
      left: 0;
      right: 0;
      margin: 0;
      padding-left: 25px;
    }

.home-banner-new .mockups-slider .slick-dots button {
        display: none;
      }

.home-banner-new .mockups-slider .slick-dots li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        cursor: pointer;
        background-color: #2f2f66;
      }

.home-banner-new .mockups-slider .slick-dots .slick-active {
        background-color: #f33;
      }

.services {
  background-color: #232337;
  padding: 0;
}

.services .inner {
    padding: 0;
    max-width: 1400px;
  }

.services .item {
    padding: 30px;
    background-color: #232337;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    position: relative
  }

.services .item:hover {
  background-color: #3a3a8e;
}

.services .item:hover::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='qzk9a' d='M338 734l-1.41 1.41 5.58 5.59H330v2h12.17l-5.58 5.59L338 750l8-8z'/%3E%3C/defs%3E%3Cg%3E%3Cg clip-path='url(%23clip-982D05BD-E154-4005-B983-15CD2753CD18)' transform='translate(-330 -734)'%3E%3Cuse fill='%23f4f4f4' xlink:href='%23qzk9a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.services .item .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
}

.services .item .item-title {
      color: #fff;
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 26px;
}

.description .item {
    background-color: #f3f4f5;
    padding: 25px 27px 25px 30px;
    position: relative;
    margin-bottom: 30px;
  }

.description .item p:last-child {
      margin-bottom: 0;
    }

.description .item::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 16.5px 0;
  border-color: #f3f4f5 transparent transparent;
}

.description .text-btn p {
      font-size: 18px;
      color: #222;
      line-height: 30px;
    }

.our-company {
  background: linear-gradient(to top, transparent 45px, #232337 45px, #232337 100%);
  padding-bottom: 0;
}

.our-company .section-title {
    color: #fff;
  }

.our-company .item {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    position: relative;
  }

.our-company .label {
    position: absolute;
  }

.our-company .label h3 {
      color: #fff;
      font-size: 11px;
      margin-bottom: 0;
    }

.our-company .label p {
      font-size: 8px;
      color: #9d9bc0;
      line-height: 10px;
    }

.our-company .label.top-left {
  left: 3px;
  top: 3px;
}

.our-company .label.top-right {
  right: 3px;
  top: 3px;
}

.our-company .label.bottom-left {
  left: 3px;
  bottom: 3px;
}

.our-company .label.bottom-right {
  right: 3px;
  bottom: 3px;
  max-width: 92%;
}

.our-company .label.bottom-right.rightalign {
  right: 3px;
}

.our-company .label.rightalign {
  text-align: right;
  max-width: none;
}

.our-company p, .our-company li {
    color: #fff
  }

.our-company p:last-child, .our-company li:last-child {
  margin-bottom: 0;
}

.our-company .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -25px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }

.our-company .wrap .item.wide {
      width: 65%
    }

.our-company .wrap .item.wide.text {
  width: 100%;
  padding: 15px;
}

.our-company .wrap .item {
      width: 31.7%;
      margin-left: 1.6%;
      margin-bottom: 4px;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
              box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    }

.our-company .wrap .item img {
        display: block;
      }

.our-company + div, .our-company + section {
  padding-top: 85px;
}

.skills {
  background-color: #f3f4f5;
  padding-bottom: 40px;
}

.skills .item {
    position: relative;
    margin-bottom: 40px
  }

.skills .item:last-child {
  margin-bottom: 0;
}

.skills .item ul {
      list-style: none;
      padding-left: 62px;
      margin: 0;
}

.skills .item li {
      color: #444;
      line-height: 25px;
      margin-bottom: 15px;
}

.skills .item h3 {
      -webkit-transform: rotate(-90deg) translateX(-100%);
              transform: rotate(-90deg) translateX(-100%);
      color: #222;
      padding-right: 3px;
      font-size: 18px;
      font-weight: 700;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      display: inline-block;
      position: absolute;
}

.skills .item h3::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: -13px;
  height: 2px;
  background-color: #f33;
  width: 50px;
}

.cta-block {
  position: relative;
  z-index: 9;
}

.cta-block .inner {
    background-color: #383862;
    padding: 40px;
    max-width: 1350px;
  }

.cta-block .section-title {
    font-weight: 300;
    color: #fff;
  }

.cta-block .btn {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding: 18.5px 39px;
  }

.jack_car::before {
  content: '';
  width: 25%;
  height: 45px;
  display: block;
  position: absolute;
  background: #f00;
  right: 0;
}

.jack_car {
  padding: 0;
}

.jack_car .inner {
    padding: 100px 0 0;
  }

.jack_car .inner .wrap1 .text h2 {
          font-family: Khand;
          font-size: 60px;
          font-weight: 700;
          line-height: 54px;
          text-transform: uppercase;
          margin: 0;
        }

.jack_car .inner .wrap1 .text h2 span {
            font-family: Kristi;
            font-size: 80px;
            line-height: 0.5;
            text-transform: none;
            font-weight: normal;
          }

.jack_car .inner .wrap1 .text p {
          font-size: 17px;
          font-weight: 500;
          line-height: 26px;
          width: 65%;
        }

.jack_car .inner .wrap2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 50px;
    }

.jack_car .inner .wrap2 .item {
        position: relative;
        width: 24%;
      }

.jack_car .inner .wrap2 .item .title {
          position: absolute;
          color: #fff;
          font-family: Khand;
          font-size: 35px;
          font-weight: 700;
          line-height: 33px;
          text-transform: uppercase;
          top: 190px;
          left: 25px;
        }

.jack_car .inner .wrap3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 80px;
    }

.jack_car .inner .wrap3 .item {
        width: 24%;
      }

.jack_car .inner .wrap3 .item1 p {
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          width: 75%;
        }

.jack_car .inner .wrap3 .item_other p {
          border-top: 1px solid #bfbfbf;
          width: 80%;
          padding-top: 5px;
          color: #000;
          font-weight: 500;
        }

.just_image::before {
  content: '';
  width: 35%;
  height: 40%;
  position: absolute;
  background-color: #f00;
  display: block;
  right: 0;
}

.just_image .inner .wrap {
      margin: 30px 0;
      position: relative;
    }

.just_image .inner .wrap img {
        display: block;
        margin: 0 auto;
      }

.just_image .inner .wrap .mask_image {
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
        display: block;
        max-width: 1080px;
        margin: 0 45px;
      }

.just_image .inner .wrap .mask_image .text {
          color: #fff;
          width: 49%;
          margin-left: auto;
          margin-top: 140px;
        }

.just_image .inner .wrap .mask_image .text h2 {
            text-shadow: 0 0 10px #000;
            font-family: Khand;
            font-size: 60px;
            font-weight: 700;
            line-height: 54px;
            text-transform: uppercase;
            margin-bottom: 10px;
          }

.just_image .inner .wrap .mask_image .text .play {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 22px;
            font-weight: 500;
            text-decoration: none;
          }

.just_image .inner .wrap .mask_image .text .play img {
              margin-left: 15px;
            }

.about_jack::before {
  content: '';
  width: 40%;
  height: 60%;
  position: absolute;
  background-color: #3964d8;
  display: block;
  right: 0;
}

.about_jack {
  background-color: #000;
  padding: 0;
}

.about_jack .inner .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

.about_jack .inner .wrap .item1 {
        width: 49%;
        z-index: 2;
        padding: 110px 0;
      }

.about_jack .inner .wrap .item1 h2 {
          color: #fff;
          font-family: Khand;
          font-size: 60px;
          font-weight: 700;
          line-height: 54px;
          text-transform: uppercase;
        }

.about_jack .inner .wrap .item1 h2 span {
            font-family: Kristi;
            font-size: 80px;
            line-height: 0.5;
            text-transform: none;
            font-weight: normal;
          }

.about_jack .inner .wrap .item1 p {
          color: #fff;
          font-size: 17px;
          font-weight: 500;
          line-height: 26px;
        }

.about_jack .inner .wrap .item2 {
        width: 49%;
      }

.about_jack .inner .wrap .item2 img {
          position: absolute;
          right: 0;
          z-index: 1;
          top: 100px;
        }

.weather_section::before {
  content: '';
  width: 30%;
  height: 30px;
  display: block;
  position: absolute;
  background: #f00;
}

.weather_section {
  padding: 0;
}

.weather_section .inner {
    padding: 100px 0 0;
  }

.weather_section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.weather_section .wrap .item1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 49%;
    }

.weather_section .wrap .item1 .left h2 {
          color: #000;
          font-family: Khand;
          font-size: 60px;
          font-weight: 700;
          line-height: 54px;
          text-transform: uppercase;
        }

.weather_section .wrap .item1 .left h2 span {
            font-family: Kristi;
            font-size: 80px;
            line-height: 0.5;
            text-transform: none;
            font-weight: normal;
          }

.weather_section .wrap .item1 .left div {
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
        }

.weather_section .wrap .item1 .left div a {
            font-weight: 600;
          }

.weather_section .wrap .item2 {
      width: 49%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

.weather_section .wrap .item2 .weather1 {
        background: #e9e9e9;
        text-align: center;
        width: 47%;
      }

.weather_section .wrap .item2 .weather1 .name {
          font-family: "Khand";
          font-size: 30px;
          font-weight: 600;
          text-transform: uppercase;
          padding: 30px 0;
        }

.weather_section .wrap .item2 .weather1 .deegre {
          font-size: 55px;
          font-weight: 300;
          padding: 15px 0;
        }

.weather_section .wrap .item2 .weather1 .status {
          font-size: 17px;
          font-weight: 400;
          padding-bottom: 45px;
        }

.weather_section .wrap .item2 .weather2 {
        background: #e9e9e9;
        text-align: center;
        width: 47%;
      }

.weather_section .wrap .item2 .weather2 .name {
          font-family: "Khand";
          font-size: 30px;
          font-weight: 600;
          text-transform: uppercase;
          padding: 30px 0;
        }

.weather_section .wrap .item2 .weather2 .deegre {
          font-size: 55px;
          font-weight: 300;
          padding: 15px 0;
        }

.weather_section .wrap .item2 .weather2 .status {
          font-size: 17px;
          font-weight: 400;
          padding-bottom: 45px;
        }

.maps .inner .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

.maps .inner .wrap .item1 {
        width: 75%;
      }

.maps .inner .wrap .item1 iframe {
          width: 100%;
          height: 100%;
        }

.maps .inner .wrap .item2 {
        width: 25%;
      }

.maps .inner .wrap .item2 ul {
          list-style: none;
          margin: 70px 0;
        }

.maps .inner .wrap .item2 ul li {
            border-top: 1px solid #bfbfbf;
            font-size: 22px;
            font-weight: 500;
            padding-top: 10px;
            padding-bottom: 45px;
          }

.maps .inner .wrap .item2 ul li:last-child {
            padding-bottom: 0;
          }

@media (min-width: 568px) {
    .home-banner .success-guide-link {
      margin-top: -53px;
    }

    .home-banner .btn {
      margin-top: -57px;
    }

    .home-banner .subtitle {
      margin-bottom: 60px;
    }
      .our-company .label h3 {
        font-size: 14px;
        margin-bottom: 3px;
      }

      .our-company .label p {
        font-size: 10px;
        line-height: 14px;
      }
    .our-company .label.top-left {
    left: 10px;
    top: 10px;
  }
    .our-company .label.top-right {
    right: 10px;
    top: 10px;
  }
    .our-company .label.bottom-left {
    left: 10px;
    bottom: 10px;
  }
    .our-company .label.bottom-right {
    right: 5px;
    bottom: 10px;
    max-width: 80px;
  }
    .our-company .label.bottom-right.rightalign {
    right: 10px;
    max-width: none;
  }
    .services .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

    .services .item {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .skills .right {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 37px;
              column-gap: 37px;
    }

      .skills .right ul {
        overflow: hidden;
        -webkit-column-break-inside: avoid;
                break-inside: avoid;
      }
    .cta-block .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .cta-block .section-title {
      margin-bottom: 0;
      margin-top: -7px;
    }

    .cta-block .btn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 40px;
      padding: 18.5px 33px;
    }
}

@media (min-width: 641px) {
    .services .item {
      width: 25%;
      padding: 30px 15px 40px;
    }
    .description .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .description .item {
      width: 32%;
    }

    .description .text-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 35px;
    }

      .description .text-btn .btn {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 40px;
        margin-top: 10px;
      }
}

@media (min-width: 768px) {
    .services .item {
      padding: 60px;
      padding-right: 35px;
    }
    .home-banner-new .mockups-slider {
      width: 50%;
      margin-left: 40px;
    }
      .our-company .label h3 {
        font-size: 18px;
        margin-bottom: 3px;
      }

      .our-company .label p {
        font-size: 13px;
        line-height: 17px;
      }
    .our-company .label.top-left {
    left: 20px;
    top: 20px;
  }
    .our-company .label.top-right {
    right: 20px;
    top: 24px;
  }
    .our-company .label.bottom-left {
    left: 20px;
    bottom: 20px;
  }
    .our-company .label.bottom-right {
    right: 5px;
    bottom: 20px;
    max-width: 100px;
  }
    .our-company .label.bottom-right.rightalign {
    right: 20px;
    max-width: none;
  }
    .skills .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .skills .left {
      width: 230px;
      margin-right: 70px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }

    .skills .right {
      width: 100%;
    }
}

@media (min-width: 993px) {
  .home-banner {
    padding-top: 212px;
    padding-bottom: 60px;
  }

    .home-banner .subtitle {
      margin-bottom: 142px;
    }

  .home-banner-new {
    padding-top: 156px;
    padding-bottom: 86px;
  }

    .home-banner-new .mockups-slider {
      margin-top: 8px;
    }

  .description {
    padding-top: 103px;
    padding-bottom: 80px;
  }

    .description .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .description .item {
      width: 31%;
    }

    .description .left {
      width: 230px;
      margin-right: 70px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 19px;
    }

    .description .right {
      width: 100%;
    }
      .description .text-btn .btn {
        margin-left: 50px;
      }
    .our-company .wrap {
      max-width: none;
    }

      .our-company .wrap .item {
        width: calc(20% - 17px);
        margin-left: 17px;
        margin-bottom: 20px
      }

      .our-company .wrap .item.wide {
    width: calc(40% - 17px);
  }

      .our-company .wrap .item.wide.text {
    width: calc(40% - 17px);
    padding-top: 8px;
  }

  .our-company {
    padding-top: 100px;
    background: linear-gradient(to top, transparent 62px, #232337 62px, #232337 100%);
  }

    .our-company .wrap {
      margin-top: 60px;
      margin-left: -15px;
    }

  .skills {
    padding-top: 100px;
    padding-bottom: 90px;
  }

    .skills .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .skills .left {
      width: 370px;
    }

    .skills .right {
      margin-top: 11px;
      max-width: 564px;
    }
}

@media (min-width: 1171px) {
    .home-banner-new .mockups-slider {
      width: 51%;
      margin-left: 60px;
      margin-right: -47px;
    }

      .home-banner-new .mockups-slider .desktop {
        margin-right: 0;
        min-height: 330px;
      }

        .home-banner-new .mockups-slider .desktop .title {
          padding-left: 66px;
        }

      .home-banner-new .mockups-slider .slick-arrow.slick-next {
        left: 68px;
      }

      .home-banner-new .mockups-slider .slick-arrow.slick-prev {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: 45px;
      }

      .home-banner-new .mockups-slider .item {
        padding-right: 42px;
        padding-left: 30px;
      }

      .home-banner-new .mockups-slider .mobile {
        right: 5px;
      }

    .home-banner-new .title {
      margin-bottom: 55px;
    }

    .home-banner-new a.btn {
      margin-top: 80px;
    }
      .our-company .wrap .item.wide.text {
        padding: 8px 0 15px 65px;
      }
    .cta-block .inner {
      padding-left: 50px;
      position: relative;
      top: -18px;
    }
}

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

.portfolio .inner {
    overflow: hidden;
  }

.portfolio .portfolio-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

.portfolio .portfolio-nav li {
      color: #444;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      display: inline-block;
      vertical-align: bottom;
      text-align: center;
      margin: 0 20px 30px;
      cursor: pointer
    }

.portfolio .portfolio-nav li.active {
  position: relative;
}

.portfolio .portfolio-nav li.active::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: -20px;
  right: -20px;
  height: 2px;
  background-color: #f33;
}

.portfolio .item {
    margin-bottom: 20px;
    display: block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
  }

.portfolio .item:hover, .portfolio .item:focus {
  opacity: 0.9;
}

.portfolio .item img {
      display: block;
}

@media (min-width: 568px) {
    .portfolio .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -20px;
      margin-top: 30px;
    }

    .portfolio .portfolio-nav {
      position: relative
    }

    .portfolio .portfolio-nav::before {
    content: '';
    position: absolute;
    bottom: 13px;
    height: 2px;
    left: -20px;
    right: -1000px;
    background-color: #f3f4f5;
  }

    .portfolio .item {
      width: calc(50% - 20px);
      margin-left: 20px;
    }
}

@media (min-width: 993px) {
  .portfolio {
    padding-top: 60px;
    padding-bottom: 20px;
  }

    .portfolio .wrap {
      margin-left: -70px;
      margin-top: 46px;
    }

    .portfolio .item {
      width: calc(50% - 70px);
      margin-left: 70px;
      margin-bottom: 80px;
    }
      .portfolio .portfolio-nav li {
        margin: 0 40px 30px
      }
      .portfolio .portfolio-nav li.active::after {
    left: -40px;
    right: -40px;
  }
}

.single-project .title {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
  }

.single-project .tags {
    margin-bottom: 30px;
  }

.single-project .subtitle {
    color: #232337;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
  }

.single-project .btn {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin-right: 10px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: auto
  }

.single-project .btn:last-child {
  margin-right: 0;
}

.single-project .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.single-project .right {
    margin-top: 40px;
  }

.single-project .item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    text-align: center
  }

.single-project .item:last-child {
  margin-bottom: 0;
}

.tags {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.tags li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background-color: #232337;
    padding: 0 8px
  }

.tags li:not(:first-child) {
  margin-left: -2px;
}

@media (min-width: 768px) {
    .single-project .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

      .single-project .wrap .left {
        width: 370px;
        margin-right: 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }

      .single-project .wrap .right {
        width: calc(100% - 410px);
      }
}

@media (min-width: 993px) {
  .single-project {
    padding-top: 58px;
    padding-bottom: 100px;
  }

    .single-project .tags {
      margin-bottom: 52px;
    }

    .single-project .btns {
      margin-top: 50px;
    }

    .single-project .btn {
      font-size: 16px;
    }
      .single-project .wrap .left {
        margin-right: 130px;
        padding-top: 27px;
      }

      .single-project .wrap .right {
        margin-top: 0;
        width: calc(100% - 500px);
      }
}

.page-top-section {
  overflow: hidden;
}

.page-top-section .wrap {
    position: relative;
    margin-top: 30px;
  }

.page-top-section .wrap .text {
      background-color: #383862;
      padding: 43px 50px 50px;
      position: relative;
      z-index: 1;
    }

.page-top-section .wrap .text .btn {
        min-width: auto;
      }

.page-top-section .wrap .text p, .page-top-section .wrap .text li {
        color: #fff;
        font-size: 22px;
      }

.page-top-section .wrap .text p {
        line-height: 26px;
      }

.page-top-section .wrap .icon1 {
      position: absolute;
      top: -50px;
      right: -42px;
      z-index: 0;
      max-width: 102px;
    }

.page-top-section .wrap .icon2 {
      position: absolute;
      bottom: -30px;
      left: -68px;
      z-index: 3;
      max-width: 102px;
    }

.narrow-text-block.gray-bg {
  background-color: #f4f4f4;
}

.narrow-text-block .icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.narrow-text-block .icons-list.large-icons li {
        padding-left: 60px;
}

.narrow-text-block .icons-list.large-icons li .icon {
          width: 40px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
        }

.narrow-text-block .icons-list.large-icons li .icon img {
            min-width: 40px;
          }

.narrow-text-block .icons-list li {
      padding-left: 44px;
      position: relative;
      margin-bottom: 31px;
      color: #232337;
      font-size: 22px;
}

.narrow-text-block .icons-list li .icon {
        width: 20px;
        text-align: center;
        position: absolute;
        left: 2px;
        top: 2px;
      }

.narrow-text-block .icons-list li::before {
  display: none;
}

.narrow-text-block ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
    counter-reset: 'ol';
    margin-bottom: 23px;
}

.narrow-text-block ol li {
      padding-left: 100px;
      position: relative;
      counter-increment: ol;
      padding-bottom: 25px
    }

.narrow-text-block ol li:last-child {
  padding-bottom: 0;
}

.narrow-text-block ol li:last-child::after {
  display: none;
}

.narrow-text-block ol li h3 {
        color: #222;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
}

.narrow-text-block ol li::before {
  content: counter(ol);
  position: absolute;
  left: 0;
  top: 3px;
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232337;
  font-size: 22px;
  font-weight: 400;
  z-index: 1;
}

.narrow-text-block ol li::after {
  content: '';
  position: absolute;
  left: 35px;
  top: 0;
  bottom: -10px;
  width: 2px;
  background-color: #f4f4f4;
}

.our-expertise {
  background-color: #f4f4f4;
}

.our-expertise .item {
    padding: 0 15px;
    font-size: 30px;
    margin: 0 15px;
    color: #222;
  }

.our-expertise .item h3 {
      font-size: 26px;
      color: #222;
      font-weight: 400;
      margin-bottom: 0;
    }

#learn-now-popup {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 641px) {
    .page-top-section .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

      .page-top-section .inner .left {
        width: 270px;
        margin-right: 60px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }

      .page-top-section .inner .right {
        width: 100%;
      }
    .narrow-text-block .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

      .narrow-text-block .wrap .left {
        width: 270px;
        margin-right: 30px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }

      .narrow-text-block .wrap .right {
        width: 100%;
      }
}

@media (min-width: 768px) {
    .narrow-text-block .wrap {
      max-width: 670px;
    }
      .page-top-section .inner .left {
        width: 370px;
        margin-right: 61px;
      }
}

@media (min-width: 993px) {
  .page-top-section {
    padding-top: 83px;
    padding-bottom: 55px;
  }
      .page-top-section .text .btn {
        margin-top: 25px;
      }
      .page-top-section .inner .left {
        width: 670px;
        margin-right: 61px;
      }

        .page-top-section .inner .left p {
          max-width: 440px;
        }

      .page-top-section .inner .right {
        max-width: 372px;
        margin-left: auto;
        margin-right: 0;
      }

      .page-top-section .inner .wrap {
        margin-top: -7px;
      }

      .page-top-section .inner .is_stuck {
        right: 15px;
        z-index: 2;
      }
  .page-top-section ~ .narrow-text-block {
    position: relative;
    z-index: 1;
  }

  .narrow-text-block {
    padding-top: 80px;
    padding-bottom: 55px;
  }

    .narrow-text-block .left p {
      max-width: 220px;
    }

    .narrow-text-block .block-title {
      max-width: 225px;
    }

  .our-expertise {
    padding-top: 83px;
    padding-bottom: 78px;
  }

    .our-expertise .block-title {
      margin-bottom: 37px;
    }
}

@media (min-width: 1171px) {
  .page-top-section .inner .is_stuck {
    -webkit-transform: translateX(213px);
            transform: translateX(213px);
    left: 50%;
    right: auto;
  }
}

.searchform label {
    display: block;
    margin-bottom: 8px;
  }

.searchform #s {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 105px);
    max-width: 450px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #ccc;
  }

.searchform #searchsubmit {
    color: #fff;
    width: 100px;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0;
    display: inline-block;
    outline: none;
    cursor: pointer;
    background-color: #f33;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
  }

.search .content .preview {
    padding: 10px;
    border: 1px dashed #ddd;
    margin-bottom: 30px;
    background-color: #fff
  }

.search .content .preview::after {
  content: '';
  display: table;
  clear: both;
}

.search .content .preview__more_link {
    display: inline-block;
  }

.search .content .preview__posted {
    font-size: 12px;
    color: #888;
  }

.search .content .preview__thumbnail {
    text-align: center;
    margin-bottom: 20px;
  }

.search .content .preview__content {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 15px;
  }

.search .content .preview__title h2 {
    color: #383838;
    margin-bottom: 5px;
    font-size: 24px;
  }

.search .content .preview__title a {
    color: #383838;
  }

.search .content .preview__more_link {
    background-color: #f33;
    display: inline-block;
    text-align: center;
    padding: 3.5px 13.5px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 130px;
    margin-top: 10px
  }

.search .content .preview__more_link:hover, .search .content .preview__more_link:focus {
  background-color: #d82c2c;
  text-decoration: none;
}

.new_search {
  margin-top: 30px;
}

@media (min-width: 568px) {
    .search .content .preview__thumbnail {
      max-width: 200px;
      text-align: left;
      float: left;
      margin-bottom: 0;
      margin-right: 30px;
    }

      .search .content .preview__thumbnail a {
        margin-right: 30px;
        margin-bottom: 10px;
        display: block;
      }
}

@media (min-width: 993px) {
    .search .content .preview {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .search .content .preview__thumbnail {
      max-width: 300px;
    }

  section.error404, .search-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.landing-banner-new {
  display: none;
}

.landing-banner-new .banner-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }

.landing-banner-new .banner-benefits h3 {
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      position: relative;
      padding-left: 16px;
      line-height: 22px;
      letter-spacing: 0.2px;
      margin-right: 12%
    }

.landing-banner-new .banner-benefits h3::before {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 6px;
  width: 2px;
  left: 0;
  background-color: #f33;
}

.landing-banner-new .banner-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -4px;
  }

.landing-banner-new .banner-slider .item {
      padding: 0 20px;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
    }

.landing-banner-new .banner-slider .item .link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
      }

.landing-banner-new .gform_wrapper .gform_title {
    color: #222;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
  }

.landing-banner-new .form {
    padding-top: 28px;
  }

.landing-banner-new .top-part {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 21px;
  }

.landing-banner-new .top-part h3 {
      color: #444;
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
    }

.landing-banner-new .top-part .left {
      margin-right: 13px;
    }

.landing-banner-new .top-part .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

.new-landing-header .google-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }

.landing-banner-new.mobile-banner {
  padding-top: 111px;
  padding-bottom: 18px;
  background-color: #3a3a8e;
  display: block;
  overflow: hidden;
}

.landing-banner-new.mobile-banner .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

.landing-banner-new.mobile-banner .form {
    padding: 22px 10px 13px;
    margin: 19px -10px 30px;
  }

.landing-banner-new.mobile-banner .form .top-part {
      display: none;
    }

.landing-banner-new.mobile-banner .form .gform_wrapper .gform_title {
      margin-bottom: 18px;
    }

.landing-banner-new.mobile-banner .form .gform_footer input[type="submit"] {
      margin-top: -2px;
      margin-bottom: -5px;
    }

.landing-banner-new.mobile-banner .form .gfield_html + .gfield ~ .gfield {
      margin-top: -10px;
    }

.landing-banner-new.mobile-banner .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .landing-banner-new.mobile-banner .form .gform_wrapper .textarea, .landing-banner-new.mobile-banner .form .gform_wrapper select {
      min-height: 40px;
    }

.landing-banner-new.mobile-banner .gform_title {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

.landing-banner-new.mobile-banner .title {
    font-size: 30px;
    letter-spacing: -0.19px;
    line-height: 36px;
  }

.landing-banner-new.mobile-banner .banner-benefits {
    margin-top: 24px;
    margin-bottom: 0;
  }

.landing-banner-new.mobile-banner .banner-benefits h3 {
      width: 100%;
      font-size: 22px;
      margin-right: 0;
      line-height: 32px;
      margin-bottom: 10px;
    }

.landing-banner-new.mobile-banner .banner-benefits h3 br {
        display: none;
      }

.landing-banner-new.mobile-banner .banner-slider {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

.landing-banner-new.mobile-banner .banner-slider .item {
      max-width: 300px;
      padding: 0 15px;
    }

@media (min-width: 568px) {
  .landing-banner-new {
    position: relative;
  }

    .landing-banner-new .banner-benefits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

      .landing-banner-new .banner-benefits h3 {
        width: 31.33%;
        margin-right: 2%
      }

      .landing-banner-new .banner-benefits h3:nth-child(3n + 3) {
    margin-right: 0;
  }

    .landing-banner-new .form {
      margin-bottom: -29px;
      position: relative;
    }
}

@media (max-width: 992px) {
    .new-landing-header .header-phone {
      margin-top: 51px;
      -webkit-transition: margin-top 0.5s;
      transition: margin-top 0.5s;
      padding-left: 0;
      background: none;
      padding-right: 35px;
    }

    .new-landing-header .google-rating {
      position: absolute;
      top: 11px;
      left: 86px;
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transition: top 0.5s;
      transition: top 0.5s;
    }

    .new-landing-header .inner {
      padding-left: 10px;
      padding-right: 10px;
    }
      .new-landing-header #sticky-header.fixed .header-phone {
        margin-top: 25px;
      }

      .new-landing-header #sticky-header.fixed .google-rating {
        top: 5px;
      }
}

@media (max-width: 992px) and (min-width: 567px) {
    .new-landing-header .google-rating {
      top: 52px;
    }
      .new-landing-header #sticky-header.fixed .google-rating {
        top: 40px;
      }
}

@media (max-width: 767px) {
  .mobile-banner ~ .clients-logos {
    padding-top: 20px;
    padding-bottom: 27px;
    text-align: left;
  }

    .mobile-banner ~ .clients-logos .inner {
      padding-left: 10px;
      padding-right: 10px;
    }

    .mobile-banner ~ .clients-logos .item {
      margin: 0 0 12px;
      text-align: center;
      width: 32.4%;
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      min-width: auto;
    }
    .mobile-banner ~ div .inner, .mobile-banner ~ section .inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mobile-banner ~ div .section-title, .mobile-banner ~ section .section-title {
      font-size: 25px;
      line-height: 30px;
    }

  .mobile-banner ~ .testimonials {
    padding-top: 29px;
    padding-bottom: 22px;
  }

    .mobile-banner ~ .testimonials .section-title {
      font-size: 25px;
      margin-bottom: 20px;
    }

    .mobile-banner ~ .testimonials .right {
      margin-top: 39px;
    }

      .mobile-banner ~ .testimonials .right .btn {
        margin-top: 34px;
      }

    .mobile-banner ~ .testimonials .wrap {
      padding-top: 60px;
    }

    .mobile-banner ~ .testimonials .slick-dots {
      text-align: left;
      margin-left: 0;
    }

      .mobile-banner ~ .testimonials .slick-dots li {
        width: 23px;
        background-size: contain;
        margin: 0 6px
      }

      .mobile-banner ~ .testimonials .slick-dots li:first-child {
    margin-left: 5px;
  }

      .mobile-banner ~ .testimonials .slick-dots li.slick-active {
        width: 23px;
        background-size: contain !important;
      }

  .mobile-banner ~ .process {
    padding-top: 30px;
    padding-bottom: 7px;
  }

    .mobile-banner ~ .process .section-title em {
      display: block;
    }

    .mobile-banner ~ .process .section-title {
      margin-bottom: 36px;
    }

    .mobile-banner ~ .process .section-subtitle {
      margin-bottom: 22px;
    }

    .mobile-banner ~ .process .item {
      max-width: none;
      margin-bottom: 22px
    }

    .mobile-banner ~ .process .item::before {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #383862;
    font-size: 28px;
    margin-right: 16px;
    margin-left: 4px;
  }

    .mobile-banner ~ .process .item .item-title {
        display: inline-block;
        vertical-align: middle;
  }

    .mobile-banner ~ .process .item::after {
    display: none;
  }

    .mobile-banner ~ .process .item p:last-child {
        margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .landing-banner-new {
    padding-bottom: 0;
    display: block;
  }

    .landing-banner-new .text {
      width: calc(100% - 400px);
    }
  .landing-banner-new.mobile-banner {
    display: none;
  }
}

@media (min-width: 993px) {
    .new-landing-header .google-rating {
      margin-left: 47px;
      margin-right: auto;
      margin-top: 27px;
      -webkit-transition: margin-top 0.2s;
      transition: margin-top 0.2s;
    }

    .new-landing-header .header-phone {
      margin-top: 28px;
    }
      .new-landing-header .fixed .google-rating {
        margin-top: 8px;
      }

  .landing-banner-new {
    padding-top: 137px;
  }

    .landing-banner-new .banner-benefits {
      margin-top: 47px;
      margin-bottom: 40px;
    }

    .landing-banner-new .text {
      width: calc(100% - 470px);
    }

  .landing-banner-new + .clients-logos {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1171px) {
    .landing-banner-new .banner-slider {
      margin-right: -60px;
      margin-left: calc(50% - 650px);
    }

    .landing-banner-new .banner-benefits {
      margin-right: -60px;
    }

      .landing-banner-new .banner-benefits h3 {
        font-size: 22px;
        line-height: 32px;
      }

    .landing-banner-new .text {
      padding-right: 20px;
    }
}

