@font-face {
  font-family: 'playfair_reg';
  src: url('../fonts/playfair/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfair_med';
  src: url('../fonts/playfair/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfair_bold';
  src: url('../fonts/playfair/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfair_extrabold';
  src: url('../fonts/playfair/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfair_black';
  src: url('../fonts/playfair/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.playfair-reg {
  font-family: 'playfair_reg';
}

.playfair-med {
  font-family: 'playfair_med';
}

.playfair-bold {
  font-family: 'playfair_bold';
}

.playfair-extrabold {
  font-family: 'playfair_extrabold';
}

.playfair-black {
  font-family: 'playfair_black';
}

.f-color-fff {
  color: #ffffff;
}

.f-color-191814 {
  color: #191814;
}

.f-color-d62b26 {
  color: #d62b26;
}

.f-color-b1b1b1 {
  color: #b1b1b1;
}

.f-color-666666 {
  color: #666666;
}

.f-color-202020 {
  color: #202020;
}

.f-color-c21f1c {
  color: #c21f1c;
}

.f-color-0e1b5b {
  color: #0e1b5b;
}

.f-color-0a1133 {
  color: #0a1133;
}

.f-color-c30508 {
  color: #c30508;
}

.f-color-c21f1c {
  color: #c21f1c;
}

.f-color-424565 {
  color: #424565;
}

.f-color-121321 {
  color: #121321;
}

.f-color-222222 {
  color: #222222;
}

.f-color-666666 {
  color: #666666;
}

.f-color-1793b7 {
  color: #1793b7;
}

.f-color-232323 {
  color: #232323;
}

.f-color-999999 {
  color: #999999;
}

.f-color-232222 {
  color: #232222;
}

.f-color-002d26 {
  color: #002d26;
}

.f-color-012c25 {
  color: #012c25;
}

.caslon {
  font-family: 'Libre Caslon Text', serif;
}

/* .lazyload,
.lazyloading {
  opacity: 0;
} */

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

.bg-c21f1c {
  background-color: #c21f1c;
}

.bg-202020 {
  background-color: #202020;
}

.bg-191814 {
  background-color: #191814;
}

.bg-fff {
  background-color: #fff;
}

.bg-eaeaea {
  background-color: #eaeaea;
}

.bg-edf1ff {
  background-color: #edf1ff;
}

.bg-1c1926 {
  background-color: #1c1926;
}

.bg-f5f5ff {
  background-color: #f5f5ff;
}

.bg-c30508 {
  background-color: #c30508;
}

.bg-1793b7 {
  background-color: #1793b7;
}

.bg-f6f6f6 {
  background-color: #f6f6f6;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-181818 {
  background-color: #181818;
}

.bg-bfd9d6 {
  background-color: #bfd9d6;
}

.box-shadow {
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
}

.box-shadow-darker-shade {
  -webkit-box-shadow: 0 -1px 14px -2px rgba(24, 30, 120, 0.52);
  -moz-box-shadow: 0 -1px 14px -2px rgba(24, 30, 120, 0.52);
  box-shadow: 0 -1px 14px -2px rgba(24, 30, 120, 0.52);
}

.box-shadow-form {
  -webkit-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
}

.border-shadow {
  -webkit-box-shadow: 1px 14px 9px -10px #ccc;
  -moz-box-shadow: 1px 14px 9px -10px #ccc;
  box-shadow: 1px 14px 9px -10px #ccc;
}

.top-shadow {
  -webkit-box-shadow: inset 2px 32px 36px -23px rgba(24, 24, 24, 0.65);
  -moz-box-shadow: inset 2px 32px 36px -23px rgba(24, 24, 24, 0.65);
  box-shadow: inset 2px 32px 36px -23px rgba(24, 24, 24, 0.65);
}

.trans-all {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.red-button {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #c21f1c;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
}

.red-button:hover {
  color: #ffffff;
  text-decoration: none;
}

ul.red-discs {
  margin-left: 20px;
}

ul.red-discs li {
  position: relative;
}

ul.red-discs li:before {
  content: "\2022";
  color: #c30508;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  top: 2px;
}

.grad-black-to-transparent {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.grad-thermal {
  background: #5c4887;
  background: linear-gradient(45deg, #5c4887 34%, #bd4257 49%, #f3a43d 67%);
}

.italic {
  font-style: italic;
}

.faicons {
  color: #d62b26;
  font-size: 0.9rem;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.underline {
  border-bottom: 1px solid #c21f1c;
  display: inline;
  line-height: .85;
}

.no-grid {
  margin-left: 0;
  padding-left: 0;
}

.no-grid-m {
  margin-left: 0;
}

.uk-text-italic {
  font-style: italic;
}

.br-sub {
  display: inline-block;
  width: 100%;
}

.wborder:after {
  height: 2px;
  width: 55px;
  background-color: #2996b2;
  content: "";
  margin: 0 auto;
  display: block;
}

.test-svg .uk-form-icon {
  background-size: 70% !important;
}

.hero-after {
  position: relative;
}

.hero-after .uk-container {
  position: relative;
  z-index: 6;
}

.hero-after:after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #181818;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2;
}

.noclick:hover {
  cursor: pointer;
}

a:hover {
  color: #2996b2;
  text-decoration: none;
}

.bordered-blue-button {
  max-width: 345px;
  width: auto;
  padding: 15px 50px 15px 50px;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #193b6b;
  position: relative;
  border: 0;
  cursor: pointer;
}

.bordered-blue-button:hover {
  color: #fff !important;
  text-decoration: none;
}

.bordered-blue-button:hover:after {
  left: 5px;
  top: 5px;
  opacity: 1;
}

.bordered-blue-button:after {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #193b6b;
  border-right: 2px solid #193b6b;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.green-button-bradius {
  text-align: center;
  max-width: 295px;
  width: 100%;
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.9rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #038403;
  border-radius: 40px;
  display: inline-block;
  padding: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  line-height: 15px;
}

.green-button-bradius:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 3px 0 2px #004700;
  -moz-box-shadow: 0 3px 0 2px #004700;
  box-shadow: 0 3px 0 2px #004700;
  letter-spacing: 3px !important;
}

#submitOffer,
#saveData,
#submitBtnFrm {
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0.1rem;
  left: -99999px;
  opacity: 0;
}

#getofferbtn1.saved {
  background-color: #2996b2;
}

#getofferbtn1.saved:after {
  border-bottom: 2px solid #2996b2;
  border-right: 2px solid #2996b2;
}

.appear-only-on-yes,
.appear-only-on-no {
  display: none;
}

#offer-main2 .fas {
  color: #c2c2c2;
}

.lock-input-parent.on:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c9c9c9;
  opacity: .4;
  border-radius: 5px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.addthis-smartlayers,
div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
  opacity: 0 !important;
  right: -999px !important;
}

.darkgreen-gradient {
  background: #192117;
  background: linear-gradient(0deg, #192117 0, rgba(25, 33, 23, 0.87718838) 29%, rgba(25, 33, 23, 0.65029762) 50%, rgba(255, 255, 255, 0) 76%);
}

.productboxes {
  position: relative;
  overflow: hidden;
}

.productboxes .uk-overlay-default.custom {
  background-color: rgba(0, 0, 0, 0.5);
}

.productboxes .background-custom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.productboxes .products-in {
  position: relative;
  z-index: 3;
}

.productboxes .productbox-filler-p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 71, 0, 0.9);
  z-index: 5;
  transform: translateY(100%);
  transition-timing-function: ease;
  transition: .75s;
}

.productboxes:hover .background-custom {
  transform: scale(1.2);
}

.productboxes:hover .productbox-filler-p {
  transform: translateY(0);
}

.map-location-container .mlc-in {
  max-width: 720px;
  min-width: 720px;
  width: 100%;
}

.map-location-container iframe {
  min-height: 475px;
  width: 100%;
}

#submitBtn.green-button-bradius {
  border: 0;
  border-radius: 100px;
}

.rotate-hero {
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  height: 100.5vh;
  background-color: rgba(255, 255, 255, 0);
}

.rotate-hero .uk-slideshow-items {
  min-height: 101vh !important;
}

.rotate-hero .uk-slideshow-items li div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 800px !important;
  height: 101vh;
}

.rotate-hero:before {
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
}

.hero-after:after {
  top: -3px;
}

.uk-tooltip.uk-active {
  font-size: 0.9rem;
  line-height: 28px;
  font-family: 'Libre Caslon Text', serif;
  padding: 15px;
  font-weight: 700;
}

#disclaimer-open {
  position: absolute;
  font-size: 0.02rem;
  left: -999;
}

.modal-custom p {
  font-size: 2.1rem;
  line-height: 28px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.modal-custom p.p-small {
  font-size: 1.1rem;
  line-height: 24px;
  padding-bottom: 0;
  padding-top: 0;
  display: none;
}

.modal-custom .uk-modal-dialog {
  background-color: #121711;
  background-position: top center;
  background-repeat: no-repeat;
}

.modal-custom .img-container img {
  max-width: 200px;
  width: 100%;
}

.modal-custom button {
  background-color: #004700;
  border: 0;
}

.modal-custom button:hover,
.modal-custom button:focus {
  background-color: #00d100;
  color: #fff;
}

@media (max-width:1340px) {
  .map-location-container .mlc-in {
    min-width: 585px;
  }
}

@media (max-width:1130px) {
  .map-location-container .mlc-in {
    min-width: 500px;
  }
}

@media (max-width:959px) {
  .sub-btns {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
  }
  .bordered-blue-button {
    font-size: 0.94rem;
    line-height: 22px;
  }
  .vin-container .sub-vin-form #offer-sub .bottom-sub-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .vin-container .bordered-blue-button {
    max-width: 100%;
    width: 100%;
    font-size: 0.94rem;
    line-height: 22px;
  }
  #section2 .product-boxes .productboxes,
  #ourproducts .product-boxes .productboxes {
    display: block;
    min-height: auto !important;
    padding: 35px 0 0 0 !important;
  }
  #section2 .product-boxes .productboxes .product-p-mobile,
  #ourproducts .product-boxes .productboxes .product-p-mobile {
    position: relative;
    background-color: rgba(0, 71, 0, 0.75);
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
  }
  #section2 .product-boxes .productboxes .product-p-mobile p,
  #ourproducts .product-boxes .productboxes .product-p-mobile p {
    padding: 25px 25px;
    margin-bottom: 0;
  }
  .map-location-container .mlc-in {
    min-width: 100%;
    text-align: center;
  }
  .map-location-container .mlc-in iframe {
    display: inline-block;
  }
}

.page-template-location_template #header,
.page-template-location_2_template #header,
.page-template-location_3_template #header {
  background-color: #a7bebb;
}

@media (max-width:639px) {
  .bordered-blue-button {
    font-size: 0.8rem;
  }
  .vin-container .bordered-blue-button {
    font-size: 0.8rem;
  }
  #section5 .vin-form-container {
    padding-left: 0;
    padding-right: 0;
  }
  #section5 .vin-container .sub-vin-form #offer-sub .bottom-sub-form {
    padding-left: 0;
    padding-right: 0;
  }
}

#top {
  background-color: #c21f1c;
  padding-top: 8px;
  padding-bottom: 8px;
}

#top p {
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

#top p a {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
}

#top p a i {
  color: #ffffff;
}

#top p svg {
  float: left;
  top: -10px;
  position: relative;
  margin-right: 10px;
  color: #ffffff;
}

#top p:last-child {
  margin-right: 0;
}

#top .top-txt {
  padding-right: 270px;
  padding-left: 270px;
}

#top .top-txt:first-child {
  padding-right: 0;
}

#top .top-txt:last-child {
  padding-left: 0;
}

#top .top-txt-container {
  max-width: 1200px;
  margin: 0 auto;
}

#top .top-txt-container .topdiv {
  width: 50%;
}

#header {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#header .uk-navbar-container {
  background-color: transparent;
  max-width: 1430px;
  margin: 0 auto;
}

#header .text-links {
  padding-left: 0;
}

#header .text-links a {
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#header .text-links a:hover {
  color: #00d100;
  text-decoration: none;
}

#header .text-links a.selected {
  color: #00d100;
  text-decoration: none;
}

#header .red-button {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #c21f1c;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  min-height: auto;
  min-width: 210px;
  width: 100%;
}

#header .red-button:hover {
  color: #ffffff;
  text-decoration: none;
}

#header .mobile-navigation-logo {
  padding-right: 40px;
  padding-top: 10px;
}

#header .mobile-navigation-logo img {
  max-width: 135px;
}

#header .navi {
  background-color: transparent;
}

#header .uk-navbar-dropdown {
  background-color: #c30508;
  padding: 15px;
}

#header .uk-navbar-dropdown a {
  text-align: left;
}

#header .uk-navbar-dropdown a:hover {
  color: #ffffff;
}

#header .search-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  max-width: 290px;
  width: 100%;
  height: 100%;
}

#header .search-panel div.uk-inline {
  padding-top: 18px;
  padding-bottom: 5px;
  width: 100%;
  margin-left: 15px;
}

#header .search-panel div.uk-inline i {
  color: #ffffff;
  padding-top: 12px;
}

#header .search-panel div.uk-inline input[type=text] {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-family: 'Libre Caslon Text', serif;
}

#header .has-dropdown .uk-dropdown {
  padding: 0;
  margin-top: 0;
}

#header .has-dropdown .uk-dropdown-nav li {
  padding-top: 0;
  padding-bottom: 0;
}

#header .has-dropdown .uk-dropdown-nav a {
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.9rem;
  color: #2d2d2d;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

#header .has-dropdown .uk-dropdown-nav a:hover {
  color: #ffffff;
  background-color: #038403;
}

#header.uk-sticky-below {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #181818;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#header.uk-sticky-below .mobile-navigation-logo img {
  max-width: 100px;
  transform: scale(.95);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#header.uk-sticky-below .text-links a {
  min-height: 60px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#header.uk-sticky-below .this-right-imp {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#header.uk-sticky-below .uk-navbar-dropdown {
  margin-top: 25px;
}

#header.uk-sticky-below .uk-navbar-dropdown a {
  min-height: auto;
}

#header.uk-sticky-below .search-panel div.uk-inline {
  padding-top: 10px;
}

#header.uk-sticky-below .search-panel div.uk-inline i {
  padding-top: 3px;
}

#header.uk-sticky-below .has-dropdown .uk-dropdown-nav a {
  min-height: auto;
}

#hero {
  background-color: #000000;
  background-position-x: center;
  background-position-y: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -117px;
}

#hero .uk-container {
  padding-top: 116px;
}

#hero #hero-container {
  height: 100vh;
  width: 100%;
}

#hero #hero-container .hero-content-container {
  max-width: 1443px;
  width: 100%;
  margin: 0 auto;
}

#hero #hero-container .hero-content-container .hcc-in {
  width: 100%;
}

#hero #hero-container .hero-content-container .logo-container {
  margin: 0 auto;
}

#hero #hero-container .hero-content-container .logo-container:after {
  margin: 20px auto;
}

#hero #hero-container .hero-content-container .logo-text h1 {
  font-weight: 900;
  font-size: 6rem;
  margin-top: 15px;
}

#hero #hero-container .hero-content-container .logo-text h2 {
  font-size: 4rem;
  line-height: 38px;
  width: 100%;
  margin: 0 auto;
}

#hero #hero-container .hero-content-container .logo-text h3 {
  font-weight: 400;
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 40px;
}

.body-content .uk-container {
  max-width: 1500px;
  margin: 0 auto;
}

.body-content p {
  font-size: 0.93rem;
  line-height: 28px;
}

.body-content p a {
  color: #424565;
  font-weight: 700;
  text-decoration: none;
}

.body-content h4 {
  font-size: 1.4rem;
  line-height: 34px;
  margin-top: 15px;
  margin: 20px auto 10px auto;
}

.body-content h4 i {
  margin-right: 15px;
}

.body-content h3 {
  font-size: 1.6rem;
}

.body-content .big-p {
  font-size: 1.2rem;
  color: #424565;
  line-height: 33px;
}

.body-content h2 {
  font-size: 3.1rem;
  line-height: 45px;
}

.body-content .red-button {
  max-width: 150px;
  width: 100%;
}

#section0 p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#section1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#section1 .uk-container {
  padding-left: 0;
  padding-right: 0;
}

#section1 p {
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
}

#section1 h3 i {
  font-size: 1.9rem;
  position: relative;
  top: 3px;
}

#section1 .uk-grid-column-small>*,
#section1 .uk-grid-small>* {
  padding-left: 10px;
}

#section1 .location-title-container {
  min-height: 323px;
  position: relative;
  overflow: hidden;
}

#section1 .location-title-container .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#section1 .location-title-container .bg-filler {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

#section1 .location-title-container h1 {
  font-size: 3.8rem;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#section1 .location-title-container h1:before {
  width: 41px;
  height: 41px;
  content: "";
  background-image: url('../images/icon_small.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 60px;
  top: -15px;
}

#section1 .location-title-container:hover {
  cursor: pointer;
}

#section1 .location-title-container:hover .visit-location-overlay {
  transform: translateY(0);
}

#section1 .location-details-container {
  background-size: cover;
  position: relative;
  background-position: center center;
  padding-left: 20px;
  padding-right: 10px;
}

#section1 .location-details-container .map-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(25, 33, 23, 0.91);
  position: absolute;
}

#section1 .location-details-container .location-details {
  padding-left: 10px;
  padding-right: 15px;
}

#section1 .location-details-container .location-details .green-button-bradius {
  padding: 15px;
  font-size: 0.8rem;
  max-width: 280px;
}

#section1 .location-details-container .uk-list {
  position: relative;
}

#section1 .location-details-container .uk-list li {
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
}

#section1 .location-details-container .uk-list li:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  left: -25px;
  font-size: 15px;
  top: 4px;
}

#section1 .location-details-container .uk-list li p {
  font-size: 0.85rem;
  line-height: 21px;
  color: #ffffff;
  font-family: 'Libre Caslon Text', serif;
  display: inline-block;
  padding-left: 15px;
}

#section1 .location-details-container .uk-list li a {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

#section1 .location-details-container .uk-list li a:hover {
  color: #00d100;
}

#section1 .location-details-container .uk-list li.sched:before {
  content: "\f073";
}

#section1 .location-details-container .uk-list li.locpin:before {
  content: "\f3c5";
}

#section1 .location-details-container .uk-list li.phone:before {
  content: "\f879";
}

#section1 .location-box-cta {
  margin-top: 0;
}

#section1 .location-box-cta:last-child h1 {
  font-size: 3.4rem;
}

#section1 .location-box-cta:last-child h1:before {
  left: 55px;
  top: -25px;
}

#section1 .location-box-cta:hover .bg-filler {
  transform: scale(1.3);
}

#section1 .location-box-cta .visit-location-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition-timing-function: ease;
  transition: .7s;
  transform: translateY(100%);
}

#section1 .location-box-cta .visit-location-overlay a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 700;
}

#section1 .location-box-cta .visit-location-overlay a:hover {
  color: #00d100;
}

#section2 h2 {
  font-size: 6.5rem;
  line-height: 70px;
}

#section2 h3 {
  font-size: 1.4rem;
}

#section2 .sec2-content {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  min-height: 520px;
}

#section2 .sec2-content:first-child {
  overflow-x: visible;
}

#section2 .sec2-content:first-child h2 {
  padding-top: 50px;
  margin-left: -120px;
}

#section2 .sec2-content:last-child .our-products-text-container {
  max-width: 543px;
  margin: 0 auto;
}

#section2 .sec2-content:last-child .our-products-text-container h3 {
  line-height: 40px;
}

#section2 .sec2-content:last-child .our-products-text-container p {
  line-height: 30px;
}

#section2 .product-boxes .productboxes {
  min-height: 270px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

#section2 .product-boxes .productboxes .products-in h3 {
  font-size: 1.9rem;
}

#section2 .floating-bg {
  background-position: center 85%;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#section2 .bottom-content .sec2-bottom-content h2 {
  position: relative;
  margin-left: -100px;
}

#section2 .bottom-content .sec2-bottom-content:last-child {
  overflow-y: visible;
}

#section2 .bottom-aboutus-text-home h2 {
  font-size: 1.9rem;
  line-height: 30px;
}

#section2 .bottom-aboutus-text-home .bottom-aboutus-content div {
  max-width: 520px;
}

#section3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contact {
  background-color: #f5f5f5;
}

#contact .uk-container {
  max-width: 1215px;
  margin: 0 auto;
}

#contact #contactform svg {
  color: #cacaca;
}

#contact #contactform .faicons {
  position: absolute;
  font-size: 18px;
  left: 40px;
  bottom: 1px;
}

#contact #contactform .textarea-container .faicons {
  top: 0;
  height: 55px;
}

#contact #contactform .uk-inline {
  width: 100%;
  margin-top: 25px;
}

#contact #contactform input[type=text] {
  width: 100%;
  padding: 15px 20px 15px 20px;
  border: 0;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  min-height: 50px;
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
}

#contact #contactform textarea {
  width: 100%;
  min-height: 150px;
  resize: none;
  padding: 20px 20px 15px 45px;
  border: 0;
  font-size: 15px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
}

#contact #contactform .text-inputs {
  padding-left: 30px;
}

#contact #contactform .text-inputs:first-child {
  padding-left: 40px;
}

#contact #contactform .text-inputs2 {
  margin-top: 0;
}

#contact #contactform .textarea-contact {
  margin-top: 30px;
}

#contact #contactform .textarea-contact .uk-inline {
  max-width: 100%;
}

#contact #contactform .textarea-contact .uk-inline .uk-form-icon {
  align-items: flex-start;
  top: 15px;
}

#contact #contactform .captcha-container,
#contact #contactform .submit-container {
  margin-top: 30px;
}

#contact #contactform .captcha-container {
  text-align: right;
}

#contact #contactform .submit-container input[type=submit],
#contact #contactform .submit-container button {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 18px;
  background-color: #c21f1c;
  cursor: pointer;
  font-weight: 700;
  border: 0;
  padding: 25px;
  border-radius: 7px;
  max-width: 250px;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
}

#contact #contactform .submit-container input[type=submit].dis,
#contact #contactform .submit-container button.dis {
  background-color: #666666;
}

#contact #contactform .custom-container {
  max-width: 100%;
  width: 100%;
}

#contact #contactform .custom-container .uk-form-custom,
#contact #contactform .custom-container .uk-inline {
  max-width: 675px;
  width: 100%;
}

#contact #contactform .custom-container input[type=text] {
  padding-left: 40px;
}

#contact #contactform .custom-container .faicons {
  left: 1px;
  z-index: 1;
}

#contact #contactform .custom-container h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

#contact #contactform .custom-container .uk-radio {
  margin-right: 10px;
}

#contact #contactform .custom-container .uk-radio:checked {
  background-color: #000;
}

#contact #contactform .custom-container label {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 10px;
}

#contact #contactform .custom-container .cc-containers1 {
  text-align: right;
}

#contact #contactform .custom-container .cc-containers2 {
  text-align: left;
}

#contact #contactform .custom-container .cc-containers2 #submitBtnFrm {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #c21f1c;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background-color: #0a1133;
  max-width: 305px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
}

#contact #contactform .custom-container .cc-containers2 #submitBtnFrm:hover {
  color: #ffffff;
  text-decoration: none;
}

#contact #contactform .custom-container .cc-containers2 #submitBtnFrm:disabled {
  background-color: #333;
  cursor: default;
}

#footer {
  background-color: #121711;
}

#footer .uk-container {
  max-width: 1060px;
  margin: 0 auto;
}

#footer .desc-container {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

#footer .logos-container img.main-logo {
  max-width: 175px;
  width: 100%;
}

#footer2 {
  background-color: #121711;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 30px;
}

#footer2 .uk-container {
  max-width: 645px;
  margin: 0 auto;
}

#footer2 .uk-container.footer-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer2 .uk-container.social-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 190px;
}

#footer2 ul {
  justify-content: space-evenly;
}

#footer2 ul li {
  margin-top: 0;
}

#footer2 ul li a {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

#footer2 ul li a:hover {
  color: #00d100;
}

#footer2 ul.soc-media li a {
  background: #fff;
  color: #121711;
  padding: 5px;
  border-radius: 16px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#footer2 ul.soc-media li a:hover {
  background: #00d100;
}

#copyright-section {
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}

#copyright-section .uk-container {
  max-width: 1500px;
  margin: 0 auto;
}

#copyright-section a,
#copyright-section p {
  color: #666666;
}

#copyright-section .policy-links {
  padding-right: 55px;
}

#copyright-section .policy-links a {
  font-size: 0.8rem;
  line-height: 28px;
}

#copyright-section .policy-links a:hover {
  color: #00d100;
}

#copyright-section .policy-links span {
  font-size: 0.78rem;
}

#copyright-section p {
  font-size: 0.8rem;
  line-height: 28px;
}

#offcanvas-nav-primary #custom-offcanvas {
  background-color: #181818;
}

#offcanvas-nav-primary a {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1rem;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

#offcanvas-nav-primary a:hover {
  color: #2996b2;
  text-decoration: none;
}

#offcanvas-nav-primary a.selected {
  color: #1793b7;
  text-decoration: none;
}

#offcanvas-nav-primary .red-button-container {
  padding-left: 20px;
  padding-right: 20px;
}

#offcanvas-nav-primary .red-button {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #c21f1c;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 230px;
  width: 100%;
  margin-top: 40px;
}

#offcanvas-nav-primary .red-button:hover {
  color: #ffffff;
  text-decoration: none;
}

#offcanvas-nav-primary .offcanvas-logo {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.about-us-content-container .about-us-content-img img {
  max-width: 850px;
  width: 100%;
}

@media (max-width:1626px) {
  #hero .hero-txt h1 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  #contact .uk-container {
    padding-left: 40px;
  }
}

@media (max-width:1580px) {
  #hero-container .vin-form-container {
    padding-right: 65px;
  }
}

@media (max-width:1325px) {
  #copyright-section .policy-links {
    padding-right: 0;
  }
}

@media (max-width:1199px) {
  #header .mobile-navigation-logo {
    padding-right: 0;
  }
  #header .mobile-navigation-logo .nav-logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #header .mobile-navigation-logo .nav-logo a {
    padding-left: 0;
  }
  #header .this-right-imp {
    padding-top: 0;
  }
  #header .this-right-imp .nav-burger a {
    min-height: 30px;
    margin-top: 25px;
  }
  #header .this-right-imp .mobile-navigation-burger {
    padding-left: 0;
  }
  #header.uk-sticky-below .mobile-navigation-logo .nav-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header.uk-sticky-below .this-right-imp .nav-burger a {
    margin-top: 17px;
  }
  #offcanvas-nav-primary .offcanvas-logo img {
    max-width: 135px;
  }
  #contact #contactform .text-inputs:first-child {
    padding-left: 30px;
  }
  #contact #contactform .faicons {
    left: 30px;
  }
  #contact #contactform .uk-inline,
  #contact #contactform .textarea-contact {
    margin-top: 15px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-section1 {
    padding-bottom: 30px;
  }
  .footer .footer-section1 .uk-first-column {
    text-align: center;
  }
  .footer .footer-section1 p {
    text-align: center;
  }
  .footer .footer-section2 a {
    display: inline;
  }
  #hero .hero-txt .red-button {
    max-width: 230px;
  }
  #hero #hero-container .hero-content-container .logo-container {
    max-width: 355px;
    margin-top: 45px;
  }
  .vin-form-container {
    padding-right: 30px;
  }
  .vin-form-container .vin-container-borders {
    padding: 15px;
  }
}

@media (max-width:1070px) {
  #hero .hero-txt .red-button {
    max-width: 189px;
  }
}

@media (max-width:959px) {
  #header .mobile-navigation-logo {
    justify-content: flex-start;
  }
  #header.uk-sticky-below .this-right-imp .nav-burger a {
    top: 20px;
  }
  #header.uk-sticky-below .mobile-navigation-burger {
    margin-top: 4px;
  }
  #hero .uk-slideshow {
    height: 100%;
    min-height: 774px !important;
  }
  #hero .uk-slideshow ul {
    height: 100% !important;
  }
  #hero #hero-container {
    background-size: cover;
    background-position: 35% center;
    height: auto !important;
    padding-bottom: 40px;
  }
  #hero #hero-container .hero-logo-text {
    padding-right: 30px;
  }
  #hero #hero-container .hero-content-container .logo-container {
    margin-top: 170px;
  }
  #hero #hero-container .hero-content-container .logo-text h2 {
    font-size: 1.1rem;
  }
  #hero #hero-container .vin-form-container {
    padding-right: 30px;
  }
  #hero #hero-text-container .img-container {
    text-align: center;
    padding-right: 30px;
  }
  #hero .hcc-in .uk-grid {
    margin-left: 0;
  }
  #hero .social-icons,
  #hero .slidernav {
    display: none;
  }
  #contact #contactform .captcha-container,
  #contact #contactform .submit-container {
    text-align: center;
  }
  #contact #contactform .uk-inline {
    max-width: 100%;
  }
  #contact #contactform .custom-container .cc-containers1,
  #contact #contactform .custom-container .cc-containers2 {
    text-align: center;
  }
  #contact #contactform .text-inputs {
    margin-top: 0;
  }
  #contact #contactform input[type=text],
  #contact #contactform textarea {
    font-size: 14px;
  }
  #contact #contactform .submit-container input[type=submit],
  #contact #contactform .submit-container button {
    padding: 20px;
    border-radius: 0;
    font-size: 0.9rem;
  }
  #contact .main-grid {
    margin-left: 0;
  }
  #contact h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  .page-template #hero #hero-container {
    padding-bottom: 40px;
  }
  .page-template #hero #hero-container h2.smalls {
    font-size: 15px;
    line-height: 25px;
  }
  .body-content .sec1-boxes-image {
    min-height: 265px;
  }
  .body-content h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  .body-content .big-p {
    font-size: 1.1rem;
  }
  #section3 p.uk-margin-medium-top {
    margin-top: 0 !important;
  }
  #section3 a.uk-margin-medium-bottom {
    margin-bottom: 0 !important;
  }
  #contact-top .uk-flex {
    flex-direction: column;
  }
  #contact-top .uk-flex:first-child {
    margin-bottom: 30px;
  }
  #contact-top h4 {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .newsletter-container {
    padding-bottom: 30px;
  }
  #footer .newsletter-container .red-button {
    margin-left: 0;
    margin-top: 20px;
    border-radius: 0;
    font-size: 0.9rem;
  }
  #footer .newsletter-container h2 {
    text-align: center;
    font-size: 1.6rem;
  }
  #footer .newsletter-container .uk-flex {
    flex-direction: column;
  }
  #footer .footernav-container {
    text-align: center;
    max-width: 100%;
  }
  #footer .footernav-container a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .contact-container {
    font-size: 1.7rem;
  }
  #footer .footer-cta .shop-cta {
    font-size: 1.1rem;
  }
  .vin-form-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px !important;
  }
  .vin-form-container h2 {
    font-size: 1.5rem;
  }
  .vin-form-container .vin-container-borders {
    max-width: 645px;
    margin: 0 auto;
  }
  .vin-form-container .sub-vin-form #offer-sub input[type=text] {
    min-height: 40px;
  }
  .vin-form-container .bottom-sub-form p {
    font-size: 0.93rem;
    line-height: 25px;
  }
  #section5 .vin-form-container {
    margin-top: 0 !important;
  }
  #section4 .sec4-content {
    position: relative;
  }
  #section4 .sec4-content:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #section4 .sec4-content:first-child h2 {
    position: relative;
    z-index: 6;
  }
  #section4 .sec4-content:first-child:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #181818;
    opacity: .15;
    display: inline-block;
    position: absolute;
  }
  #section4 .quote-container {
    padding: 40px;
    min-height: auto;
  }
  #section5 .uk-grid {
    margin-left: 0;
  }
  #copyright-section {
    background-position-y: 150%;
    padding-bottom: 25px;
  }
  #copyright-section .policy-links {
    margin-top: 0;
  }
  #section1b.body-content {
    padding-bottom: 40px;
  }
  #section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width:639px) {
  #offcanvas-nav-primary a {
    font-size: 14px;
    line-height: 24px;
  }
  #offcanvas-nav-primary .offcanvas-logo img {
    max-width: 140px;
  }
  #contact .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #contact #contactform input[type=text] {
    min-height: 40px;
  }
  #contact h2 {
    font-size: 1.6rem;
  }
  .footer .footer-section1 {
    padding-bottom: 0;
  }
  .footer .footer-section1 p {
    -webkit-box-shadow: 1px 14px 9px -10px #ccc;
    -moz-box-shadow: 1px 14px 9px -10px #ccc;
    box-shadow: 1px 14px 9px -10px #ccc;
    padding-bottom: 30px;
  }
  .footer .footer-section2 .img-container {
    border: 0;
  }
  .footer .footer-section2 .img-container .uk-flex-right {
    justify-content: center;
  }
  .footer .footer-section2 .footer-divs-content {
    text-align: center;
    max-width: 255px;
    margin: 0 auto;
  }
  .footer .footer-section2 p {
    width: auto;
    display: table;
    text-align: left;
  }
  #hero .hero-txt h1 {
    font-size: 2rem;
    line-height: 45px;
  }
  #hero .hero-txt .red-button {
    margin: 0 auto 10px auto !important;
  }
  #body-content .body-txt .red-button:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .body-content .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-content h2,
  .body-content p {
    text-align: center;
  }
  .body-content ul li p {
    text-align: left;
  }
  .body-content .btn-container {
    text-align: center;
  }
  .body-content p {
    font-size: 0.91rem;
  }
  .body-content h3 {
    font-size: 1.4rem;
  }
  .body-content h4 {
    font-size: 1.2rem;
  }
  .body-content h2 {
    font-size: 1.6rem;
  }
  #footer .logo-footer {
    text-align: center;
  }
  #footer .logo-footer img {
    max-width: 199px;
  }
  #footer .footer-desc .uk-list li {
    text-align: center;
  }
  #footer .footer-links {
    display: inline-block;
  }
  #footer .footer-links h4 {
    text-align: center;
  }
  #footer .footer-links .uk-list {
    display: flex;
    justify-content: space-evenly;
  }
  #footer .footer-links .uk-list li {
    margin-top: 0;
  }
  #footer .footer-links .socials {
    text-align: center;
  }
  #footer .footer-testimonials h4 {
    text-align: center !important;
  }
  #footer h4 {
    font-size: 1.4rem;
  }
  #footer p,
  #footer a {
    font-size: 0.89rem;
  }
  .vin-form-container .sub-vin-form #offer-sub .uk-form-icon {
    background-size: 51%;
  }
  .vin-form-container .sub-vin-form #offer-sub input[type=text] {
    min-height: 40px;
  }
  .vin-form-container .bottom-sub-form p a {
    display: inline-block;
    width: 100%;
  }
  .vin-form-container h2 {
    font-size: 1.35rem;
  }
  #section4 .quote-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #section4 .quote-container p {
    font-size: 0.98rem;
  }
}

@media (max-width:380px) {
  #hero .hero-txt h1 {
    font-size: 1.89rem;
  }
  #footer .footer-cta .shop-cta {
    font-size: 0.85rem;
  }
  #footer .footer-desc .uk-list li {
    text-align: left;
  }
}

@media (max-width:330px) {
  #footer .footer-desc .uk-list li:first-child p {
    padding-left: 15px;
  }
  #footer .footer-desc .uk-list li:first-child i {
    top: 21px;
  }
}

.innerpage#hero {
  background-color: #121321;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.innerpage#hero #hero-container {
  min-height: 140px;
}

.innerpage#hero .hero-txt {
  padding-top: 0;
}

.innerpage#hero h2 {
  font-size: 4rem;
}

.innerpage {
  min-height: 390px;
}

.innerpage p {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  font-size: 1.1rem;
}

.innerpagebody {
  background-color: #f6f6f6;
}

.innerpagebody .uk-container {
  max-width: 1500px;
  margin: 0 auto;
}

.innerpagebody h2 {
  font-size: 6.5rem;
  line-height: 70px;
}

.innerpagebody h3 {
  font-size: 1.7rem;
}

.innerpagebody .wborder:after {
  margin: 15px 0 10px 0;
}

.innerpagebody p {
  font-size: 0.93rem;
  line-height: 28px;
}

.innerpagebody p a {
  color: #c30508;
}

.innerpagebody p a:hover {
  text-decoration: underline;
  color: #2996b2;
}

.innerpagebody p span.subbr {
  width: 100%;
  display: inline-block;
}

.innerpagebody ul.checklist {
  max-width: 510px;
}

.innerpagebody ul.checklist li {
  margin-top: 0;
  position: relative;
}

.innerpagebody ul.checklist li p {
  margin-top: 0;
  display: inline-block;
  margin-left: 33px;
}

.innerpagebody ul.checklist li span {
  width: auto;
  display: inline-block;
  height: 100%;
  position: absolute;
  float: left;
  margin-top: 6px;
}

.innerpagebody ul.checklist li span i {
  color: #c21f1c;
}

.innerpagebody .floating-bg {
  background-position: center 85%;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.innerpagebody #storeheader {
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 400px;
}

.innerpagebody #storeheader h2 {
  font-size: 4.5rem;
  padding-top: 100px;
  padding-bottom: 90px;
}

.innerpagebody .product-boxes .productboxes {
  min-height: 270px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.innerpagebody .product-boxes .productboxes .products-in h3 {
  font-size: 1.9rem;
}

#location1.innerpagebody h2 {
  margin-left: -100px;
  position: relative;
}

#location1.innerpagebody #location-bottom h2 {
  margin-left: 0;
  font-size: 1.9rem;
  line-height: 30px;
}

#location1.innerpagebody #location-bottom p {
  max-width: 520px;
  margin: 0 auto;
}

#location1.innerpagebody #location-bottom .gmap-filler {
  border: 10px solid #fff;
}

#location1.innerpagebody .sec2-bottom-content p a {
  color: #012c25;
}

#location1.innerpagebody .sec2-bottom-content p a:hover {
  color: #012c25;
  text-decoration: none;
}

#ourproducts.innerpagebody h3 {
  font-size: 1.5rem;
  line-height: 34px;
}

#ourproducts.innerpagebody h3,
#ourproducts.innerpagebody p {
  max-width: 850px;
  margin: 0 auto;
}

#contactus.innerpagebody .uk-container {
  max-width: 650px;
  margin: 0 auto;
}

#contactus.innerpagebody input[type=text],
#contactus.innerpagebody select,
#contactus.innerpagebody textarea {
  font-size: 0.9rem;
  padding: 20px 25px;
  color: #012c25;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  font-weight: 700;
  height: 45px;
}

#contactus.innerpagebody select {
  padding: 0 25px;
}

#contactus.innerpagebody textarea {
  padding-top: 10px;
  min-height: 110px;
}

#contactus.innerpagebody .uk-inline {
  width: 100%;
}

#contactus.innerpagebody ::-webkit-input-placeholder {
  color: #012c25;
}

#contactus.innerpagebody :-ms-input-placeholder {
  color: #012c25;
}

#contactus.innerpagebody ::placeholder {
  color: #012c25;
}

#terms.innerpagebody {
  background-color: #edf3f2;
}

#terms.innerpagebody .uk-container {
  max-width: 1160px;
  margin: 0 auto;
}

#terms.innerpagebody i {
  font-size: 0.5rem;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

#terms.innerpagebody h3.small-h3 {
  font-size: 0.85rem;
  line-height: 21px;
}

.location-img-container img {
  max-width: 847px;
  width: 100%;
}

.getoffer.innerpage .contact-form-container {
  border-radius: 30px;
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
}

.getoffer.innerpage .contact-form-container #offer-main input[type=text] {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  border: 1px solid #dadada;
  padding: 15px 10px;
  -webkit-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  border-radius: 8px;
  min-height: 55px;
  padding-left: 55px !important;
}

.getoffer.innerpage .contact-form-container #offer-main .uk-inline {
  width: 100%;
}

.getoffer.innerpage .contact-form-container #offer-main .uk-form-icon {
  border-right: 1px solid #dadada;
  margin-top: 8px;
  margin-bottom: 8px;
}

.getoffer.innerpage .contact-form-container #offer-main .custom-icon .uk-form-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.getoffer.innerpage .contact-form-container #offer-main a:hover {
  color: #2996b2;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-inline {
  width: 100%;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-inline .uk-form-icon {
  border-right: 1px solid #dadada;
  margin-top: 8px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-select {
  color: #232222;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  -webkit-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-select .sub-placeholder {
  color: #666666;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-select option {
  font-size: 0.95rem;
  color: #232222;
  font-family: 'Roboto', sans-serif;
  padding-left: 0;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-select:disabled {
  opacity: 1;
  color: #d3d3d3;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form label {
  color: #333333;
  font-size: 0.95rem;
  line-height: 25px;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-badge {
  height: 28px;
  padding: 14px;
  background-color: #193b6b;
  margin-right: 15px;
  font-weight: 700;
  max-width: 10px;
}

.getoffer.innerpage .contact-form-container #offer-main .alt-form .smalls {
  display: inline-block;
  width: auto;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}

.getoffer.innerpage .contact-form-container p {
  font-size: 1.2rem;
  line-height: 28px;
  max-width: 580px;
  width: 100%;
  margin: 30px auto 0;
}

#getoffer1.innerpagebody .uk-container {
  max-width: 960px;
  margin: 0 auto;
}

#getoffer1.innerpagebody .alt-form .uk-inline {
  width: 100%;
}

#getoffer1.innerpagebody .alt-form .uk-inline .uk-form-icon {
  border-right: 1px solid #dadada;
  margin-top: 8px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

#getoffer1.innerpagebody .alt-form .uk-select,
#getoffer1.innerpagebody .alt-form .uk-input {
  color: #232222;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}

#getoffer1.innerpagebody .alt-form .uk-select .sub-placeholder,
#getoffer1.innerpagebody .alt-form .uk-input .sub-placeholder {
  color: #666666;
}

#getoffer1.innerpagebody .alt-form .uk-select option,
#getoffer1.innerpagebody .alt-form .uk-input option {
  font-size: 0.95rem;
  color: #232222;
  font-family: 'Roboto', sans-serif;
  padding-left: 0;
}

#getoffer1.innerpagebody .alt-form .uk-input {
  padding-left: 55px !important;
}

#getoffer1.innerpagebody .alt-form label {
  color: #333333;
  font-size: 0.95rem;
  line-height: 25px;
}

#getoffer1.innerpagebody .alt-form .uk-badge {
  height: 28px;
  padding: 14px;
  background-color: #193b6b;
  margin-right: 15px;
  font-weight: 700;
  max-width: 10px;
}

#getoffer1.innerpagebody .alt-form .smalls {
  display: inline-block;
  width: auto;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}

#getoffer1.innerpagebody .alt-form textarea {
  padding: 20px;
  min-height: 90px;
  max-height: 90px;
  resize: none;
  border: 1px solid #dadada;
  border-radius: 5px;
  color: #232222;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
}

#wherevin {
  max-width: 1000px;
  height: auto;
  width: 1020px;
}

.thankyou.contactus.innerpage .contact-form-container {
  max-width: 1200px;
  background: none;
}

#newsletter {
  background-color: #f5f5ff;
}

#newsletter form {
  max-width: 800px;
  margin: 0 auto;
}

#newsletter .uk-form-horizontal {
  margin-top: 10px;
}

#newsletter .uk-form-horizontal .uk-form-label {
  text-align: right;
  width: 100%;
  max-width: 120px;
  color: #424565;
  font-size: 0.95rem;
  line-height: 25px;
}

#newsletter .uk-form-horizontal .uk-form-label .req {
  color: #c30508;
}

#newsletter .uk-form-horizontal .uk-form-controls {
  margin-left: 145px;
}

#newsletter .uk-form-horizontal textarea,
#newsletter .uk-form-horizontal input[type="text"],
#newsletter .uk-form-horizontal .uk-select:not([multiple]):not([size]) {
  font-size: 0.95rem;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  color: #424565;
  height: 50px;
  -webkit-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  border: 0;
  border-radius: 3px;
}

#newsletter .uk-form-horizontal .uk-form-controls-text label {
  text-align: right;
  width: 100%;
  max-width: 100px;
  color: #424565;
  font-size: 0.95rem;
  line-height: 25px;
}

#newsletter .uk-form-horizontal .uk-checkbox:checked,
#newsletter .uk-form-horizontal .uk-checkbox:indeterminate,
#newsletter .uk-form-horizontal .uk-radio:checked {
  background-color: #c30508;
}

#newsletter .uk-form-horizontal .hasplaceholders .uk-grid .uk-width-1-2 {
  padding-left: 20px;
}

#newsletter .uk-form-horizontal .hasplaceholders .uk-grid .uk-first-column {
  padding-left: 0;
}

#newsletter .uk-form-horizontal .hasplaceholders.checkboxes .uk-form-controls-text label {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

#newsletter .uk-form-horizontal .advisory {
  border-top: 1px solid #dedeeb;
  border-bottom: 1px solid #dedeeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

#newsletter .uk-form-horizontal .advisory p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 24px;
  color: #424565;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

#newsletter .uk-form-horizontal .captcha-container,
#newsletter .uk-form-horizontal .submit-container {
  margin-top: 30px;
}

#newsletter .uk-form-horizontal .captcha-container {
  text-align: right;
}

#newsletter .uk-form-horizontal .submit-container {
  text-align: left;
}

#newsletter .uk-form-horizontal .submit-container input[type=submit],
#newsletter .uk-form-horizontal .submit-container button {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 18px;
  background-color: #c21f1c;
  cursor: pointer;
  font-weight: 700;
  border: 0;
  padding: 25px;
  border-radius: 7px;
  max-width: 250px;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
}

#newsletter .uk-form-horizontal .submit-container input[type=submit].dis,
#newsletter .uk-form-horizontal .submit-container button.dis {
  background-color: #666666;
}

#newsletter h2:after {
  display: none;
}

#newsletter p.wborder {
  font-size: 1rem;
}

#newsletter p.wborder:after {
  margin: 20px auto 30px auto;
}

#newsletter #cc-newsletterform label,
#newsletter #cc-newsletterform legend {
  font-size: 0.95rem;
  color: #424565;
}

#newsletter #cc-newsletterform .ctct-form-listitem label {
  font-size: 0.9rem;
  text-align: left;
}

#newsletter #cc-newsletterform p.ctct-gdpr-text {
  text-align: left;
  font-size: 0.8rem;
  line-height: 24px;
}

#newsletter #cc-newsletterform .ctct-form-button {
  max-width: 180px;
  margin: 20px auto;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

#newsletter #cc-newsletterform #gdpr_text {
  border-top: 1px solid #dedeeb;
  border-bottom: 1px solid #dedeeb;
  padding: 20px 15px 0 15px;
}

#newsletter #cc-newsletterform div.ctct-form-embed form.ctct-form-custom input.ctct-form-element,
#newsletter #cc-newsletterform div.ctct-form-embed form.ctct-form-custom select.ctct-select-element {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  font-size: 0.95rem;
  font-family: 'Roboto', sans-serif;
}

.thermal-services.innerpagebody .uk-container {
  max-width: 910px;
}

.thermal-services.innerpagebody h2:after {
  margin: 0 auto;
}

#contact1 .uk-container {
  max-width: 900px;
}

#contact1 .uk-accordion-title {
  font-size: 0.97rem;
}

#contact1 .uk-accordion-title a:hover,
#contact1 .uk-accordion-title a:focus {
  color: #2e9ebe;
}

#contact1 .uk-accordion-title:hover,
#contact1 .uk-accordion-title:focus {
  color: #2e9ebe;
}

#contact1 .uk-accordion-content .uk-list li:before {
  margin-bottom: -30px;
}

#contact1 .uk-accordion-content a {
  color: #193b6b;
}

#contact1 .uk-accordion-content a:hover {
  color: #2e9ebe;
  text-decoration: none;
}

.page-template-faqs_template #header {
  background-color: #193b6b;
}

.page-template-faqs_template #header.uk-sticky-below {
  background-color: #181818;
}

.page-template-faqs_template .innerpagebody.faqs .text-section-top {
  padding-left: 30px;
  padding-right: 30px;
}

.loading-form {
  z-index: 99999 !important;
  background-color: #0a1133;
  position: fixed !important;
  width: 100%;
  top: 0;
}

.loading-form p {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 1px;
}

.loading-form svg {
  color: #cc3333;
}

.innerpagebody#blogs {
  padding-top: 0;
  margin-top: -280px;
  position: relative;
  background-color: transparent;
}

.innerpagebody#blogs .uk-container {
  max-width: 1150px;
}

.innerpagebody#blogs h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.innerpagebody#blogs h4 a {
  color: #333333;
}

.innerpagebody#blogs h4 a:hover {
  color: #00aeef;
  text-decoration: none;
}

.innerpagebody#blogs .date-p {
  margin-top: 0;
  color: #999999;
}

.innerpagebody#blogs .date-p.wborder:after {
  margin: 10px auto;
}

.innerpagebody#blogs .link-p a {
  font-size: 0.9rem;
  color: #00aeef;
}

.innerpagebody#blogs .link-p a:hover {
  color: #00aeef;
  text-decoration: none;
}

.innerpagebody#blogs .content-container {
  padding-bottom: 50px;
}

.innerpagebody#blogs .content-container .main-div {
  padding-left: 20px;
  padding-right: 20px;
}

.innerpagebody#blogs .post-box-in {
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  background-color: #fff;
}

.innerpagebody#blogs .post-box-in:hover {
  -webkit-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.61);
}

.innerpagebody#blogs .pagination {
  font-family: 'Roboto', sans-serif;
}

.innerpagebody#blogs .pagination span.pages {
  font-weight: 700;
}

.innerpagebody#blogs .pagination span.pages:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
}

.innerpagebody#blogs p a {
  color: #2996b2;
}

.innerpagebody#blogs p a:hover {
  text-decoration: underline;
}

.innerpagebody.single#blogs .uk-container {
  max-width: 1070px;
}

.innerpagebody.single#blogs .post-box-main {
  background-color: #fff;
  -webkit-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  -moz-box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  box-shadow: 0 0 29px -9px rgba(164, 164, 195, 0.56);
  margin-left: 0;
}

.innerpagebody.single#blogs .post-box-in {
  padding-left: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent;
}

.innerpagebody.single#blogs .post-box-in:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.innerpagebody.single#blogs .date-p.wborder:after {
  margin: 15px 0 35px;
}

.innerpagebody.single#blogs .content-container .main-div {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 760px;
}

.innerpagebody.single#blogs .content-container .main-div .img-container {
  margin-bottom: 40px;
}

.innerpagebody.single#blogs h4 {
  margin-top: 40px;
  font-size: 1.5rem;
}

.innerpagebody.single#blogs .soc-links-container {
  margin-top: 161px;
}

.innerpagebody.single#blogs .soc-links-container ul li .subclick {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 6px;
}

.innerpagebody.single#blogs .soc-links-container ul li .subclick i {
  color: #fff;
  font-size: 1.5rem;
}

.innerpagebody.single#blogs .soc-links-container ul li .sc-fb {
  background-color: #375999;
}

.innerpagebody.single#blogs .soc-links-container ul li .sc-twt {
  background-color: #3caef0;
  padding-left: 12px;
  padding-right: 9px;
}

.innerpagebody.single#blogs .soc-links-container ul li .sc-mail {
  background-color: #838383;
  padding-left: 12px;
  padding-right: 9px;
}

.innerpagebody.single#blogs .soc-links-container ul li .sc-addthis {
  background-color: #0066ff;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width:1199px) {
  .innerpagebody p.content-text {
    margin-top: 0;
  }
  #about1 .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
  #about1 .uk-container .uk-grid.main-grid {
    margin-left: 0;
  }
  #about1 .uk-container .uk-grid.main-grid .text-section-top,
  #about1 .uk-container .uk-grid.main-grid .text-section-bottom,
  #about1 .uk-container .uk-grid.main-grid .text-section-button-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .innerpagebody.single#blogs .post-box-main {
    margin-left: 30px;
  }
}

@media (max-width:959px) {
  .innerpagebody h4 {
    font-size: 1.1rem;
  }
  .innerpagebody p,
  .innerpagebody h4 {
    text-align: center;
  }
  .innerpagebody ul li p {
    text-align: left;
  }
  .innerpagebody h1.big-h1 {
    font-size: 2.1rem;
    line-height: 45px;
  }
  .innerpagebody h1.big-h1 span {
    font-size: 5.5rem;
    line-height: 70px;
  }
  .innerpagebody .btn-container {
    text-align: center;
  }
  .innerpagebody .equip-pic {
    margin: 0 auto;
  }
  #newsletter #cc-newsletterform p.ctct-gdpr-text {
    font-size: 0.7rem;
  }
  #about-section3 p .subbr {
    text-align: left;
  }
  #about-section3 .sec1-boxes-img {
    background-size: cover;
  }
  .innerpage#hero .uk-container {
    padding-top: 155px;
  }
  .innerpage#hero h2 {
    font-size: 3rem;
    line-height: 40px;
  }
  .innerpage#hero .wborder:after {
    margin: 20px auto 0 auto;
  }
  .innerpage.aboutus#hero {
    min-height: 570px;
  }
  #about1 .uk-container .custom-justify .icon-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #about1 .uk-container .text-section-top {
    text-align: center;
  }
  #about1 .uk-container .text-section-top .wborder:after {
    margin: 15px auto 20px auto;
  }
  #about1 .uk-container .text-section-button-container {
    padding-top: 40px;
  }
  .innerpage.aboutus p {
    margin: 20px auto 0 auto !important;
  }
  .getoffer.innerpage .contact-form-container p {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .getoffer.innerpage .contact-form-container #offer-main input[type=text] {
    min-height: 40px;
    font-size: 0.9rem;
  }
  .getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-select {
    font-size: 0.9rem;
    height: 40px;
  }
  #getoffer1.innerpagebody .alt-form .uk-select {
    font-size: 0.9rem;
    height: 40px;
  }
  .contactus.innerpage .contact-form-container p {
    margin-top: 20px;
  }
  .contactus.innerpage .contact-form-container #cform-main input[type=text] {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .contactus.innerpage .contact-form-container #cform-main textarea {
    font-size: 14px;
  }
  #about1.innerpagebody {
    padding-top: 40px;
  }
  .page-template-faqs_template .innerpagebody.faqs .text-section-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .innerpagebody#blogs {
    margin-top: -170px;
  }
  .innerpagebody.single#blogs .date-p.wborder:after {
    margin: 15px auto 35px;
  }
  .innerpagebody.single#blogs .inner-main-div {
    margin-left: 0;
  }
  .innerpagebody.single#blogs .inner-main-div .post-box-main {
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
  .innerpagebody.single#blogs .inner-main-div .main-div {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .innerpagebody.single#blogs .inner-main-div .soc-links-container {
    margin-top: 0;
  }
  .innerpagebody.single#blogs .inner-main-div .soc-links-container .uk-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .innerpagebody.single#blogs .inner-main-div .soc-links-container .uk-list li {
    margin-top: 0;
    margin-right: 15px;
  }
  .innerpagebody.single#blogs .inner-main-div .soc-links-container .uk-list li:last-child {
    margin-right: 0;
  }
  .innerpagebody.single#blogs .inner-main-div .social-links {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .innerpagebody.single#blogs .inner-main-div .content-container {
    padding-bottom: 30px;
  }
}

@media (max-width:639px) {
  .innerpagebody h1.big-h1 {
    font-size: 1.8rem;
    line-height: 35px;
  }
  .innerpagebody h1.big-h1 span {
    font-size: 3.8rem;
    line-height: 50px;
  }
  .innerpagebody p {
    font-size: 0.91rem;
  }
  #about1 .custom-justify .icon-container h2,
  #about1 .custom-justify .icon-container h4 {
    text-align: left;
  }
  #about1 .custom-justify .icon-container .custom-padding {
    padding-left: 40px;
  }
  #about1 .custom-justify .icon-container.custom-margin img {
    margin-top: -15px;
  }
  #about1 .uk-container .text-section-top {
    padding-bottom: 40px;
  }
  #about1 .uk-container .text-section-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about1 .uk-container .text-section-bottom .about-icons-container {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
  .getoffer.innerpage .contact-form-container {
    padding-left: 0;
    padding-right: 0;
  }
  .getoffer.innerpage .contact-form-container #offer-main .uk-form-icon svg {
    width: 18px;
  }
  .getoffer.innerpage .contact-form-container #offer-main .custom-icon .uk-form-icon {
    background-size: 47%;
  }
  .getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-inline .uk-form-icon {
    background-size: 47%;
  }
  .getoffer.innerpage .contact-form-container #offer-main .alt-form .uk-inline .trim-icon {
    background-size: 33%;
  }
  #getoffer1.innerpagebody .select-container {
    margin-top: 5px;
  }
  #getoffer1.innerpagebody .alt-form .uk-inline .uk-form-icon {
    background-size: 47%;
  }
  .contactus#hero {
    background-position: right center;
    background-position-x: 65%;
  }
  .contactus.thankyou#hero {
    background-position: right center;
    background-position-x: 35%;
  }
  .page-template-faqs_template .innerpagebody.faqs .main-grid {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-faqs_template .innerpagebody.faqs .text-section-top {
    margin-left: 0;
  }
  .page-template-faqs_template .innerpagebody.faqs .text-section-bottom {
    padding-left: 0;
  }
  .innerpagebody.single#blogs .inner-main-div .social-links {
    padding-left: 0;
    padding-right: 0;
  }
  .innerpagebody.single#blogs .inner-main-div .social-links .soc-links-container {
    display: flex;
    justify-content: center;
  }
  .innerpagebody.single#blogs .inner-main-div .social-links .uk-list li {
    margin-bottom: 10px;
  }
}

@media (max-width:395px) {
  .innerpagebody h1.big-h1 span {
    font-size: 2.9rem;
    line-height: 45px;
  }
}

#offcanvas-nav-primary a {
  font-family: 'Libre Caslon Text', serif;
  font-weight: 400;
  color: #ffffff;
}

#offcanvas-nav-primary a:hover {
  color: #00d100;
}

#offcanvas-nav-primary a.selected {
  color: #00d100;
}

#offcanvas-nav-primary .has-dropdown .uk-dropdown {
  padding: 0;
  margin-top: 0;
}

#offcanvas-nav-primary .has-dropdown .uk-dropdown-nav li {
  padding-top: 0;
  padding-bottom: 0;
}

#offcanvas-nav-primary .has-dropdown .uk-dropdown-nav a {
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.9rem;
  color: #2d2d2d;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

#offcanvas-nav-primary .has-dropdown .uk-dropdown-nav a:hover {
  color: #ffffff;
  background-color: #038403;
}

@media (max-width:1745px) {
  #section2 .sec2-content {
    background-size: contain;
  }
  #section2 .sec2-content:first-child h2 {
    margin-left: 0;
  }
}

@media (max-width:1650px) {
  #section1 .location-details-container .location-details {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #section1 .location-title-container {
    min-height: 100%;
  }
  #section1 .location-title-container h1 {
    padding-right: 20px;
    font-size: 3.6rem;
  }
  #section1 .location-title-container h1:before {
    left: 80px;
    top: -30px;
  }
  #section1 .location-box-cta:last-child h1 {
    font-size: 3.6rem;
  }
}

@media (max-width:1550px) {
  #section1 .location-title-container h1:before {
    left: 75px;
    top: -30px;
  }
  #section1 .location-box-cta:last-child h1 {
    font-size: 3.2rem;
  }
  #section1 .location-box-cta:last-child h1:before {
    left: 70px;
    top: -40px;
  }
}

@media (max-width:1415px) {
  #section1 .location-title-container h1 {
    font-size: 3.2rem;
  }
  #section1 .location-title-container h1:before {
    left: 50px;
    top: -30px;
  }
  #section1 .location-box-cta:last-child h1 {
    font-size: 2.8rem;
  }
  #section1 .location-box-cta:last-child h1:before {
    left: 50px;
    top: -40px;
  }
}

@media (max-width:1340px) {
  #section1 .location-title-container h1 {
    font-size: 2.8rem;
  }
  #section1 .location-title-container h1:before {
    left: 50px;
    top: -30px;
  }
  #section1 .location-box-cta:last-child h1 {
    font-size: 2.6rem;
  }
  #section1 .location-box-cta:last-child h1:before {
    left: 50px;
    top: -40px;
  }
  .about-us-content-container {
    margin-top: 70px !important;
  }
  .about-us-content-container .about-us-content-img {
    max-width: 600px;
    width: 100%;
  }
  .location-img-container,
  .map-location-container {
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width:1320px) {
  .paragraph-below {
    margin-top: 0 !important;
  }
  .paragraph-below p {
    margin-top: 0 !important;
  }
}

@media (max-width:1260px) {
  #section1 .location-title-container h1 {
    font-size: 2.6rem;
  }
  #section1 .location-title-container h1:before {
    left: 50px;
    top: -30px;
  }
  #section1 .location-title-container .uk-list li p {
    font-size: 0.75rem;
  }
  #section1 .location-box-cta:last-child h1 {
    font-size: 2.4rem;
  }
  #section1 .location-box-cta:last-child h1:before {
    left: 50px;
    top: -40px;
  }
  #section1 .location-details-container .location-details .green-button-bradius {
    font-size: 0.7rem;
  }
}

@media (max-width:1199px) {
  #header .mobile-navigation-logo {
    padding-top: 0;
  }
  #section1 .location-title-container {
    background-position: bottom center;
  }
  #section1 .location-box-cta {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #section1 .location-box-cta .loc-2boxes:first-child {
    padding-left: 0;
  }
  #section2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #section2 .sec2-content:first-child h2 {
    font-size: 5.5rem;
  }
  #hero {
    height: 104vh;
    min-height: 800px !important;
  }
  #hero #hero-container .hero-content-container .logo-text h1 {
    font-size: 4rem;
  }
  #hero #hero-container .hero-content-container .logo-text h2 {
    font-size: 3rem;
  }
  #hero #hero-container .hero-content-container .logo-text h3 {
    font-size: 1.8rem;
  }
  .innerpage#hero {
    height: auto;
    min-height: 390px !important;
  }
}

@media (max-width:1060px) {
  .about-us-content-container .about-us-content-img {
    max-width: 500px;
    width: 100%;
  }
  #section2 h2 {
    font-size: 4.5rem;
  }
  #section2 .sec2-content:first-child h2 {
    font-size: 4.5rem;
  }
  .innerpagebody h2 {
    font-size: 4.5rem;
  }
  .location-img-container,
  .map-location-container {
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width:959px) {
  #section0 p {
    max-width: 100%;
  }
  #section1 .location-details-container {
    margin-top: 0;
    background-position: center;
  }
  #section1 .location-details-container h1 {
    width: auto;
  }
  #section1 .location-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #section1 .location-details .uk-list {
    margin-top: 0;
  }
  #section1 .location-title-container {
    min-height: 270px;
  }
  #section2 .bottom-content .sec2-bottom-content h2 {
    text-align: center;
    margin-left: 0;
  }
  #section2 .bottom-content .about-us-content-text p {
    text-align: center;
  }
  #section2 .bottom-aboutus-text-home .bottom-aboutus-content div {
    max-width: 100%;
  }
  #section2 .sec2-content {
    background-size: 55%;
  }
  #section2 .sec2-content:first-child {
    min-height: auto;
  }
  #section2 .sec2-content:first-child h2 {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 175px;
  }
  #section2 .sec2-content:last-child {
    min-height: auto;
  }
  #section2 .sec2-content:last-child .our-products-text-container {
    max-width: 100%;
  }
  .about-us-content-container .about-us-content-img {
    max-width: 100%;
  }
  #footer .desc-container {
    border-left: 0;
  }
  #hero #hero-container .hero-content-container .logo-text h1 {
    font-size: 3.6rem;
  }
  #hero #hero-container .hero-content-container .logo-text h2 {
    font-size: 2.8rem;
  }
  #hero #hero-container .hero-content-container .logo-text h3 {
    font-size: 1.6rem;
  }
  #section1 {
    padding-bottom: 0;
  }
  #footer2 ul {
    flex-wrap: wrap;
  }
  #footer2 ul li {
    margin: 10px;
  }
  #copyright-section .uk-first-column {
    margin-top: 0;
  }
  .location-img-container,
  .map-location-container {
    max-width: 100%;
  }
  .location-img-container img,
  .map-location-container img {
    max-width: 100%;
  }
  #location1.innerpagebody h2 {
    text-align: center;
    margin-left: 0;
  }
  #location1.innerpagebody #location-bottom p {
    max-width: 100%;
  }
  .innerpagebody #storeheader {
    background-size: 40%;
    background-position: center center;
  }
  #section2 h3 {
    font-size: 1.2rem;
  }
  .innerpagebody h3 {
    font-size: 1.2rem;
  }
  #ourproducts.innerpagebody h3 {
    font-size: 1.2rem;
  }
}

@media (max-width:639px) {
  #section2 h2 {
    font-size: 4rem;
  }
  #section2 .sec2-content {
    background-size: 45%;
    background-position: center center;
  }
  #section2 .sec2-content:first-child h2 {
    font-size: 4rem;
    padding-top: 40px;
    padding-bottom: 75px;
  }
  #hero #hero-container .hero-content-container .logo-text h1 {
    font-size: 3rem;
  }
  #hero #hero-container .hero-content-container .logo-text h2 {
    font-size: 1.8rem;
  }
  #hero #hero-container .hero-content-container .logo-text h3 {
    font-size: 1.2rem;
  }
  .green-button-bradius {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .innerpagebody h2 {
    font-size: 3.6rem;
  }
  .innerpagebody #storeheader h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 3.4rem;
  }
}

@media (max-width:430px) {
  #section2 .sec2-content:first-child h2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}