/* MOBILE STYLES
   ========================================================================== */

/* Layout
   ========================================================================== */

   html {
    font-family: 'Montserrat', sans-serif;
  }
  
  body {
    background: #fff;
    color: #000;
    padding-top: 216px;
  }
  
  .anchor {
    top: -40px;
  }
  
  h1,h2,h3,h4,.head-1,.head-2,.head-3,.head-4 {
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #000;
    font-weight: 900;
  }
  
  .head-1,.head-2,.head-3,.head-4 {
    text-transform: uppercase;
  }
  
  h1,
  .head-1 {
    font-size: 28px;
  }
  
  h2,
  .head-2 {
    font-size: 24px;
    color: #174683;
  }
  
  h3,
  .head-3 {
    font-size: 20px;
  }
  
  h4,
  .head-4 {
    font-size: 16px;
  }
  
  a {
    color: #000;
  }
  
  a:hover {
    color: #2a87c0;
  }
  
  .wrapper {
    max-width: 1400px;
    line-height: 1.4em;
  }
  
  .sml-wrapper {
    max-width: 1200px;
  }
  
  .t-grey {
    color: #666 !important;
  }
  
  .t-upper {
    text-transform: uppercase;
  }
  
  .m-top {
    margin-top: 20px;
  }
  
  .m-bot {
    margin-bottom: 20px;
  }
  
  .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
  }
  
  a.skip-main:focus,
  a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
  }
  
  /* Top Header
       ========================================================================== */
  
  .top-header {
    font-family: 'Lato', sans-serif;
    display: none;
    background-color: #174683;
    width: 100%;
  }
  
  .top-header .wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: flex-end;
  }
  
  .top-header a,
  .top-header .wrapper>svg {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  
  .top-header a:hover {
    color: #2a87c0;
    text-decoration: none
  }
  
  .top-header p {
    font-size: 14px;
    color: #fff;
  }
  
  .top-header .wrapper>svg {
    margin: 0 5px 0 10px;
  }
  
  /* Top Quicklinks
       ========================================================================== */
  
  .top-quicklinks {
    background-color: #174683;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  
  /* Dealer menu
       ========================================================================== */
  
  .dealer-menu {
    background: #000;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
  }
  
  .dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .dealer-menu .logo {
    display: inline-block;
    width: 150px;
  }
  
  .dealer-name {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    float: right;
    font-style: italic;
    margin-top: 15px;
  }
  
  .dealer-name span {
    color: #2a87c0;
  }
  
  
  /* Navigation
       ========================================================================== */
  
  .nav-menu {
    z-index: 1030;
    background-color: #fff;
    color: #000;
  }
  
  .fixed-menu .nav-menu {
    top: -155px;
  }
  
  .logo a {
    display: block;
  }
  
  /* Mobile Header
       ========================================================================== */
  
  .mobile-header {
    top: 119px;
    background-color: #085280;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  
  .fixed-menu .mobile-header {
    top: 0;
  }
  
  .mobile-header a,
  .mobile-link {
    color: #ddd;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .m-menu {
    background-color: #f0f0f0;
  }
  
  .m-menu a {
    color: #444;
    border-bottom: 1px solid #e4e4e4;
  }
  
  .m-menu .active>a {
    background-color: #2a87c0;
    color: #fff;
  }
  
  .m-menu .nav-child a {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
  }
  
  .fixed-menu .m-menu {
    top: 78px;
  }
  
  .show-menu .m-menu {
    padding-bottom: 41px;
  }
  
  /* Banner
       ========================================================================== */
  
  .lSSlideOuter .lSPager.lSpg>li.active a,
  .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #2a87c0;
    border-color: #fff;
  }
  
  .lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(0, 0, 0, 0.60);
    border: 1px solid #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
  }
  
  .lSAction>a {
    height: 40px;
    width: 40px;
    background-color: #000;
    border-radius: 50%;
    font-size: 30px;
  }
  
  .lSAction>a:hover {
    opacity: 1;
    background: #2a87c0;
    color: #fff;
  }
  
  .lSAction>a.lSPrev {
    padding: 4px 3px;
  }
  
  .lSAction>a.lSNext {
    padding: 4px 6px;
  }
  
  /* Featured Cars
       ========================================================================== */
  
  .featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none;
  }
  
  /* Quicklinks
       ========================================================================== */
  
  .quicklinks {
    background-color: #174683;
  }
  
  .quicklinks .wrapper,
  .footer-google-map .wrapper {
    max-width: 100%;
    padding: 0px;
  }
  
  .footer-google-map .wrapper {
    padding: 0px;
  }
  
  .footer-map .wrapper {
    padding: 0px 30px 0px 30px;
  }
  
  .footer-google-map .flex {
    padding: 0px;
  }
  
  .quicklinks p {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 15px;
  }
  
  .q-link {
    position: relative;
    /*margin: 10px 0;*/
  }
  
  .q-img {
    background-size: cover;
    background-position: center top;
  }
  
  .q-link a {
    text-decoration: none;
  }
  
  .q-link p {
    display: flex;
    align-items: center;
    background-color: #174683;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-transform: none;
  }
  
  .q-link p svg {
    margin-right: 10px;
  }
  
  .q-link:hover p {
    background-color: #2a87c0;
    color: #ffffff;
  }

  .content h2 {
    color: #000;
  }

  .l2page .wrapper {
    max-width: 1400px !important;
  }

  .l2-box {
    background-color: #e4e4e4;
    padding: 10px 30px;
    line-height: 1.9em;
  }

  .l2page img {
    width: 100%;
    display: block;
  }

  .quicklinks .dealearships-padding {
    display: flex;
    align-items: center;
    justify-content: center;
  }

   .quicklinks .dealearships-padding .b-link {
    padding: 0 20px 20px;
    max-width: 100px;
    width: 100%;
  }
  
  /* Button
       ========================================================================== */
  
  .btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-size: 15px;
    text-align: left;
    background-position: center;
    transition: background 0.8s;
  }
  
  .btn-primary,
  a.btn-primary {
    font-family: 'Montserrat', sans-serif;
    background-color: #174683;
    color: #fff;
  }
  
  .btn-primary:hover,
  a.btn-primary:hover {
    background: #1a1a1a radial-gradient(circle, transparent 1%, #1a1a1a 1%) center/15000%;
    color: #fff;
  }
  
  .btn-primary:active,
  a.btn-primary:active {
    background-color: #555;
    background-size: 100%;
    transition: background 0s;
  }
  
  .btn-secondary,
  a.btn-secondary {
    font-family: 'Montserrat', sans-serif;
    background-color: #1a1a1a;
    color: #fff;
  }
  
  a.btn-secondary:hover,
  .btn-secondary:hover {
    background: #2a87c0 radial-gradient(circle, transparent 1%, #2a87c0 1%) center/15000%;
    color: #fff;
  }
  
  .btn-secondary:active,
  a.btn-secondary:active {
    background-color: #79ccff;
    background-size: 100%;
    transition: background 0s;
  }
  
  .btn-outline,
  a.btn-outline {
    background: transparent;
    border: 2px solid #000;
    color: #000;
  }
  
  a.btn-outline:hover,
  .btn-outline:hover {
    background: #000 radial-gradient(circle, transparent 1%, #000 1%) center/15000%;
    color: #fff;
  }
  
  .btn-outline:active,
  a.btn-outline:active {
    background-color: #333;
    background-size: 100%;
    transition: background 0s;
  }
  
  /* Sidebar
       ========================================================================== */
  .sidebar-mini {
    position: fixed;
    right: -124px;
    top: 40%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 2000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .sidebar-mini:hover {
    right: 0;
  }
  
  .sidebar-mini a:hover {
    background: #444;
  }
  
  .sidebar-mini a {
    display: block;
    background: #2a87c0;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
  }
  
  .sidebar-mini .icon-sidebar {
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .sidebar-mini .s-bg span {
    vertical-align: middle;
  }
  
  /* Main Content
       ========================================================================== */
  .test-grid-layout {
    columns: 340px;
    column-gap: 30px;
  }
  
  .test-link {
    padding: 20px;
    background: #e4e4e4;
    border-radius: 5px;
    break-inside: avoid-column;
    margin-bottom: 30px;
  }
  
  .blue-text {
    color: #174683;
  }
  
  .welcome {
    position: relative;
    background-repeat: no-repeat;
  }
  
  .welcome h1 span {
    display: block;
  }
  
  .search-our-stock h1 {
    color: #fff;
  }
  
  .search-our-stock label {
    text-align: left;
  }  
  
  .search-our-stock #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  
  .search-stock video {
    max-width: 100%;
    height: auto;
    border: 0;
  }

  .stock-locator .btn-primary {
    background-color: #ffa500 !important;
    color: #fff;
  }

  .stock-locator .btn-primary:hover {
    background-color: #174683 !important;
    color: #fff;
    border: transparent;
  }
  
  .home-video {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .google-map {
    display: block;
  }
  
  .google-map iframe {
    max-width: 100%;
    pointer-events: none;
  }

/* added styles*/
  .no-padding-bottom {
    padding-bottom: 0;
  }

  .content-center-align{
    align-self: center;
  }

  .service-left-img,
  .leasing-left-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
  }
  
  .content-left-img {
    height: autopx;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .service-right-padding {
    padding: 40px;
    max-width: 660px;
    margin: 0 auto;
  }
  
  .b-link img, .p-link img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .b-link:hover img, .p-link:hover img {
    transform: scale(0.9);
  }

.white-phone{
  color: #fff;
}

.mob-header {
  background-color: #184583;
  padding: 10px;
  margin-bottom: 20px;
}

  /* News & Events
       ========================================================================== */
  .np-img {
    width: 100%;
    background-position: center;
    background-size: cover;
  }
  
  .np-line {
    margin-bottom: 35px;
  }
  
  /* Tabs
       ========================================================================== */
  
  .tabs-header {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 15px 20px;
    background-color: #dce4e6;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    border-right: 1px solid #aaa;
  }
  
  .tabs-header:last-child {
    border-right: 0;
  }
  
  .tabs-header.dropdown {
    display: block;
  }
  
  .tabs-header.active {
    background-color: #2a87c0;
    color: #fff;
    border-color: #2a87c0;
  }
  
  .tabs-content {
    display: none;
    padding: 0 20px;
  }
  
  .tabs-content.dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  
  .tabs-content.active {
    display: block;
    border: 2px solid #2a87c0;
  }
  
  .tabs-content.dropdown.active {
    max-height: 10000px;
  }
  
  .nc-cen {
    align-items: center;
  }

  .p-half-img {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-form-side {
   background-color: #f5f5f5;
}
  /* Contact page
       ========================================================================== */

  .contact-logo img {
    max-height: 60px;
  }

  .contact-stuff h3 {
    color: #184583;
  }
  
  .contact-tabs .inline-list {
    padding-left: 0;
    background-color: #dce4e6;
  }
  
  .contact-tabs .tabs-content {
    padding: 20px;
  }
  
  .contact-card {
    background-color: #f5f5f5;
    border: 1px solid #969696
  }
  
  .contact-card .contact-logo {
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
  }
  
  .contact-card .contact-stuff {
    padding: 20px;
  }
  
  .contact-card .btn-full {
    margin-bottom: 10px;
  }
  
  .contact-card .s-header {
    width: auto;
    color: #184583;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
  }
  
  .contact-card .s-header:after {
    content: "+";
    position: absolute;
    color: #184583;
    right: 2px;
    top: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 28px;
  }
  
  .contact-card .s-content {
    display: none;
  }
  
  .contact-card .s-header.active+.s-content {
    display: block;
    padding: 20px 0 0;
  }
  
  /* Per week slider styles
       ========================================================================== */
  
  .spend .noUi-base {
    background-image: url(../images/stock-slide-shadow.png);
    background-repeat: repeat-x;
    border-left: 8px solid #EA5E24;
    border-radius: 17px
  }
  
  .spend .noUi-horizontal .noUi-handle {
    background: #222;
    background-image: url(../images/stock-circle-shadow.png);
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    top: -8px !important;
  }
  
  .spend .noUi-handle:after,
  .spend .noUi-handle:before {
    background-color: transparent !important;
  }
  
  .spend .noUi-background {
    background-color: #fff !important;
    border-radius: 5px !important;
  }
  
  .spend .noUi-target {
    border-radius: 25px !important;
    border-color: transparent !important;
  }
  
  .spend .noUi-horizontal {
    height: 40px !important;
  }
  
  .spend .noUi-target.noUi-connect {
    position: relative;
    margin-top: 5px !important;
    box-shadow: none !important;
    background-color: #6ac4b9;
    border: 5px solid #fff !important;
  }
  
  .spend .noUi-target.noUi-connect:before {
    content: "0";
    position: absolute;
    color: #fff;
    left: 20px;
    top: 4px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
  }
  
  .spend .noUi-target.noUi-connect:after {
    content: "500";
    position: absolute;
    color: #264844;
    right: 20px;
    top: 4px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
  }
  
  /* Video Gallery Styles
       ========================================================================== */
  
  .video-gallery {
    max-width: 960px;
    margin: 0 auto;
  }
  
  div.imgbox a:hover img {
    opacity: 0.6;
  }
  
  div.vid_icon:hover,
  span.vid_icon:hover {
    opacity: 1;
    background-image: url(../images/vid_icon.png);
  }
  
  .titlebelowthumb a {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  /* Form styles
       ========================================================================== */
  
  .chronoform {
    margin-bottom: 10px;
  }
  
  .form-control,
  .select-container {
    margin-bottom: 25px;
    padding: 8px 10px;
    color: #000;
    background-color: #fff;
    border: 2px solid #aaa;
    border-radius: 0;
    font-size: 16px;
  }
  
  .select-container .select-hide {
    color: #000;
    height: 34px;
    padding: 0 10px;
  }
  
  /* Form Select Colour */
  .form-control:focus,
  .chrono-line .form-control:focus {
    border-color: #2a87c0;
  }
  
  .form-group label {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    padding: 0;
    border: 0;
    color: #2a87c0;
    z-index: 1;
    font-size: 13px;
    line-height: 1.5em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: text;
  }
  
  .form-control.empty+label {
    top: 0;
    left: 0;
    padding: 9px 12px;
    background-color: transparent;
    color: #000;
    border-left: 0;
    border-right: 0;
    line-height: 1.42857143;
    font-size: 14px;
  }
  
  .chronoform .error {
    border-color: red !important;
  }
  
  .chronoform .error+label,
  .chronoform .error select {
    color: red !important;
  }
  
  .chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container+label {
    display: none;
  }
  
  .chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active+label {
    display: block;
  }
  
  /* Lines Theme */
  
  .chrono-lines .form-control,
  .chrono-lines .select-container {
    padding: 10px 4px;
    border: 0;
    border-bottom: 1px solid #666;
  }
  
  .chrono-lines .select-container .select-hide {
    padding: 0;
  }
  
  .chrono-lines .form-group label {
    top: -13px;
    left: 4px;
    padding: 0;
    background-color: transparent;
    color: #666;
  }
  
  .chrono-lines .form-control.empty+label {
    top: 0;
    left: 4px;
    padding: 10px 0;
  }
  
  .chrono-lines .form-control:not(.empty):focus+label {
    color: #0099ff;
  }
  
  /* Left Labels Theme */
  
  .chrono-l-labels .form-group {
    *zoom: 1
  }
  
  .chrono-l-labels .form-group:before {
    content: " ";
    display: table
  }
  
  .chrono-l-labels .form-group:after {
    content: " ";
    display: table;
    clear: both
  }
  
  .chrono-l-labels .form-control,
  .chrono-l-labels .select-container,
  .chrono-l-labels .form-submit {
    float: right;
    width: 74%;
  }
  
  .chrono-l-labels .form-group label,
  .chrono-l-labels .form-control.empty+label {
    position: relative;
    width: 25%;
    top: auto;
    left: auto;
    float: left;
    padding: 10px 0;
    background-color: transparent;
    color: #666;
    font-size: 16px;
    line-height: 1.42857143;
  }
  
  .chrono-l-labels .form-control:not(.empty):focus+label {
    color: #0099ff;
  }
  
  /* Footer Links
       ========================================================================== */
  
  .footer-links {
    background-color: #000;
    color: #fff;
  }

 .blue-service {
    background-color: #184583;
    color: #fff;
  }
  
  .footer-links p {
    margin: 0 0 20px 0;
    line-height: 1.9em;
    font-size: 14px;
  }
  
  .footer-links .head-3 {
    display: block;
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #fff;
    text-transform: none;
  }
  
  .footer-links .dealer-info {
    font-family: 'Montserrat', sans-serif;
  }

  .footer-links h2 {
    margin-bottom: 50px;
  }
  
  .footer-links h3 {
    color: #fff;
    margin-bottom: 30px;
  }

  .footer-links h4 {
    color: #9a9a9a;
    margin-bottom: 20px;
    font-size: 15px;
  }
  
  .footer-links .head-4 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 16px;
  }
  
  .footer-links a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-links a:hover,
  .copyright a:hover {
    color: #2a87c0;
  }
  
  .footer-links .chronoform {
    margin-bottom: 0;
  }

  /* Footer Tabs
   ========================================================================== */

.foot-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #6ac5fb;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.foot-tab:after {
  content: '+';
  font-size: 22px;
  color: #6ac5fb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.foot-tab.dropdown {
  display: block;
}

.foot-tab:hover {
  color: #fff;
}
.foot-tab:hover:after {
  color: #fff;
}

.foot-tab.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.foot-tab.active:after {
  content: '-';
  color: #fff;
}

.foot-content {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: none;
}

.foot-content.active {
  max-height: 10000px;
  padding: 20px 0;
}

.foot-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #6ac5fb;
  margin-bottom: 10px;
}
  
  /* blue-service black service*/

  .blue-service .wrapper {
    padding-bottom: 15px;
  }

  
  .blue-service .head-2,
  .blue-service .head-3,
  .blue-service .head-4,
  .black-service .head-2,
  .black-service .head-3,
  .black-service .head-4 {
    color: #fff;
  }
  
  .blue-service h4,
  .black-service h4,
  .blue-service h2,
  .blue-service h3 {
    color: #fff
  }
  
  .blue-service p,
  .black-service p {
    margin-top: 5px;
    margin-bottom: 0;
  }
  
  .black-service .head-4 {
    text-transform: none;
  }
  
  /* Sitemap Links
       ========================================================================== */
  .sitemap {
    background: #174683;
  }
  
  .sitemap .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .sitemap ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sitemap ul li a {
    color: #fff;
    text-transform: none;
    display: inline-block;
    padding: 3px 20px 0px 3px;
    text-decoration: none;
  }
  
  .sitemap ul li a:hover {
    color: #2a87c0;
  }
  
  /* policy footer*/
  .policy-footer {
    background: #fff;
    color: #000;
    font-size: 12px;
  }

  .policy-footer p, .policy-footer a {
    margin: 0;
    font-size: 12px;
  }
  
  .policy-footer a {
    color: #000 !important;
  }

  .policy-footer .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  /* Social
       ========================================================================== */
  
  .social a {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 12px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
  }
  
  .social a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  
  .social li:last-child a {
    margin-right: 0;
  }
  
  .social a:hover {
    background: #e0e0e0;
    color: #0c0c0c;
  }
  
  .social .facebook {
    background-color: #3b5998;
  }
  
  .social .youtube {
    background-color: #c4302b;
  }

  .social .ebay {
    background-color: #fff;
  }
  
  .social .linkedin {
    background-color: #4875B4;
  }
  
  .social .insta {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  
  .social .twitter {
    background-color: #64cbee;
  }
  
  .social .gplus {
    background-color: #d73d32;
  }
  
  .top-header .social {
    margin-left: 20px;
  }
  
  .top-header .social a {
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 16px;
  }
  
  /* Copyright
       ========================================================================== */
  
  .copyright,
  .black-service {
    background-color: #000;
    color: #fff;
  }
  
  .copyright .wrapper {
    line-height: 1.7em;
    text-transform: none;
  }
  
  .copyright a {
    color: #fff;
  }
  
  .copyright .head-2 {
    font-size: 16px;
    color: #fff;
  }
  
  .copyright .head-3 {
    font-size: 14px;
    color: #d2d2d2;
  }
  
  .copyright .head-4 {
    font-size: 12px;
    color: #174683;
  }
  
  .copyright .head-4-grey {
    font-size: 12px;
    color: #d2d2d2;
    text-transform: uppercase;
  }
  
  .edge-designed a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
  }
  
/*Landing page*/
.black-pearl {
    padding-top: 0px;
}
.terms {
    background: #efefef;
 }
 .terms p,.terms li{
    font-size: 12px;
 }
  /* TABLET STYLES
       ========================================================================== */
  
  @media (min-width: 900px) {
    .nc-center-text {
      margin-top: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      text-align: left;
    }
  
  }
  
  @media (min-width: 500px) {
  
    .q-link p {
      font-size: 16px;
    }
  
    .content-left-img{
      height: 700px;
    }
  }
  
  @media (max-width: 1024px) {

    .serv-header {
      display: none;
    }

    .service-left-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #464646;
    }
  
    .welcome, .q-img {
      background-image: none !important;
    }

  
    /* Footer - tabs
       ========================================================================== */
  
  
    .foot-content {
      display: none;
    }
  
    .foot-content.show {
      display: block;
    }

  
  }
  
  @media (min-width: 768px) {
  
    /* Laptop Size
       ========================================================================== */
  
    .service-left-img {
      height: 550px;
    }
  }
  
  
  /* DESKTOP STYLES
       ========================================================================== */
  
  @media (min-width: 1025px) {
  
    /* Layout
       ========================================================================== */
  
    body {
      padding-top: 127px;
    }
  
    .anchor {
      top: -90px;
    }
  
    .wrapper {
      font-size: 14px;
  
    }
  
    h1,
    .head-1 {
      font-size: 40px;
    }
  
    h2,
    .head-2 {
      font-size: 28px;
    }
  
    /* Top Header
       ========================================================================== */
  
    .top-header {
      font-family: 'Lato', sans-serif;
      display: block;
      position: fixed;
      z-index: 1030;
      top: 0;
      -webkit-transition: top 0.4s ease;
      -moz-transition: top 0.4s ease;
      transition: top 0.4s ease;
      overflow: hidden;
    }
  
    .top-header .wrapper {
      padding-top: 13px;
      padding-bottom: 13px;
      line-height: 1.3em;
      font-size: 12px;
      max-width: 1800px;
    }
  
    /* footer*/
    .copyright .foot-head {
      font-family: 'Lato', sans-serif;
      background: #000;
      font-size: 15px;
      text-transform: uppercase;
      padding: 0px;
      color: #174683;
      font-weight: 900;
    }

  
    /* Dealer menu
       ========================================================================== */
  
  
    .dealer-name {
      margin-top: 7px;
    }
  
    .stacked .nav-menu {
      top: 135px;
    }
  
  
    /* Navigation
       ========================================================================== */
  
    .m-menu {
      background: #eee;
    }
  
    .nav-menu {
      top: 42px;
      -webkit-transition: top 0.4s ease;
      -moz-transition: top 0.4s ease;
      transition: top 0.4s ease;
    }
  
    .translated-ltr.translated-ltr .skiptranslate~.header .nav-menu {
      top: 88px;
    }
  
    .nav-menu .wrapper {
      padding-top: 18px;
      padding-bottom: 18px;
      max-width: 1800px;
    }
  
    .stacked .nav-menu .wrapper {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  
    .fixed-menu .nav-menu {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }
  
    .mobile-link {
      display: none;
    }
  
    .logo {
      width: 148px;
      align-self: center;
    }
  
    .primary-nav a {
      font-family: 'Lato', sans-serif;
      display: block;
      padding: 15px 10px;
      color: #000;
      border: none;
      font-size: 15px;
      text-transform: none;
    }
  
    .primary-nav>ul>li:last-child>a {
      padding-right: 10px;
    }

    .primary-nav ul li:last-child .nav-child {
      left: auto;
      right: 0;
    }
  
    .primary-nav>.nav>li:hover>a {
      color: #2a87c0;
    }
  
    .primary-nav .nav-child a {
      position: relative;
      padding: 8px 20px;
      text-align: left;
      background-color: #1a1a1a;
      color: #fff;
    }
  
    .primary-nav .nav-child li:hover a {
      background: #2a87c0;
      color: #ffffff;
    }
  
    .primary-nav .nav-child li:last-child a {
      border: 0;
    }
  
    .right-sidebar h2 {
      margin: 14px 0 27px;
    }

    .content .wrapper {
      max-width: 1700px;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    /* Smaller Navigation on scroll
       ========================================================================== */
  
    .fixed-menu .top-header {
      top: -52px;
    }
  
    .fixed-menu .dealer-menu {
      top: -103px;
    }
  
  
    .fixed-menu .nav-menu {
      top: 0;
    }
  
    /* Quicklinks
       ========================================================================== */
  
    .q-link {
      margin: 0;
    }
  
    .q-img {
      height: 300px;
    }
  
    .q-link p {
      padding: 15px;
      font-size: 16px;
    }
  
    /* Button
       ========================================================================== */
  
    .btn {
      font-size: 18px;
      margin-top: 20px;
      padding: 15px 20px;
    }
  
    .btn-full {
      margin-top: 0;
    }
  
    /* Main Content
       ========================================================================== */
  
    .content {
      position: relative;
    }
  
    .welcome {
      background-size: cover;
      background-position: center;
    }
  
    .welcome .wrapper {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .search-our-stock .wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .col-half {
      width: 50%;
    }
  
    .service-left-img {
      min-height: 750px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #464646;
    }

    .mob-header {
      display: none;
    }

    .blue-service h2 {
      margin-bottom: 60px;
    }

     .black-service .wrapper {
    padding-top: 15px;
  }
  
.content2 {
    position: relative;
}

.page-style {
    position: relative;
    background-repeat: no-repeat;
    background: #fff;
}

.page-style .wrapper {
    max-width: 100%;
    padding: 0;
}

.w-size {
    padding: 40px;
}

.w-size .btn-primary {
  margin-bottom: 10px;
  text-align: center;
}

.page-img h1 {
    padding: 100px;
}

.p-half-img {
      min-height: 470px;
    }

    /* Form styles
       ========================================================================== */
  
    .chronoform {
      margin-bottom: 20px;
    }
  
    .form-control,
    .select-container,
    .form-group label,
    .chrono-l-labels .form-group label,
    .chrono-l-labels .form-control.empty+label {
      font-size: 14px;
    }
  
    .form-control,
    .select-container {
      padding: 10px 10px;
    }
  
    .select-container .select-hide {
      height: 38px;
    }
  
    .form-control.empty+label {
      padding-top: 12px;
      padding-bottom: 12px;
    }
  
    .form-group label {
      top: -18px;
      font-size: 12px;
    }
  
    /* Footer Links
       ========================================================================== */
  
    .footer-links .wrapper {
      font-size: 15px;
      line-height: 1.5em;
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .footer-links h1 {
      margin: 10px 0 40px 0;
    }
  
    .footer-links .flex>div {
      padding-bottom: 0;
    }
  
    .sitemap ul.nav {
      display: flex;
      justify-content: flex-start;
    }
  
    /* 
    .copyright p {
        display: inline-block;
    } */
  
  }
  
  @media(min-width: 1200px) {
  
    body {
      padding-top: 148px;
    }
  
    .wrapper {
      font-size: 15px;
    }
  
    h1,
    .head-1 {
      font-size: 48px;
    }
  
    .logo {
      width: auto;
    }
  
  
    /* Dealer menu
       ========================================================================== */
  
  
    .dealer-name {
      font-size: 30px;
      margin-top: 15px;
    }
  
    .dealer-menu .logo {
      width: auto;
    }
  
    .stacked .nav-menu {
      top: 156px;
    }
  
    .fixed-menu .stacked .nav-menu {
      top: 0;
    }


.w-size {
    padding-left: calc((100vw - 1100px)/2);
}

  }
  
  
  @media(min-width: 1400px) {
  
    .primary-nav a {
      font-size: 16px;
    }
  
  
    .service-left-img {
      min-height: 900px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #464646;
    }

    .content .wrapper {
      padding-top: 110px;
      padding-bottom: 80px;
    }

    .w-size {
    padding: 100px 40px 100px;
    padding-left: calc((100vw - 1300px)/2);
    }

    .p-half-img {
      min-height: 700px;
    }
  
  }
  
  @media(min-width: 1500px) {
  
    .primary-nav a {
      font-size: 16px;
    }
  
    .welcome .wrapper {
      padding-top: 130px;
      padding-bottom: 130px;
    }
  
    .search-our-stock .wrapper {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  
  }

  @media(min-width: 1600px) {

  .w-size {
    padding-left: calc((100vw - 1550px)/2);
    }

   .p-half-img {
      min-height: 750px;
    }

  }

   @media(min-width: 1800px) {
    .p-half-img {
      min-height: 940px;
    }
   }
  
  /* SMS
       ========================================================================== */
  
  .sms-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #37a4e4;
    z-index: 9999;
    padding: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 33px;
    height: 60px;
    width: 60px;
    box-shadow: 1px 1px 2px 0px black;
  }
  
  .sms-container:hover {
    color: #fff;
  }
  
  
  
  @media (min-width: 1025px) {
  
    .sms-container {
      display: none;
    }

    .service-left-img {
      display: block;
    }

  }
  
  
  
  @media(max-width: 1258px) {
  
    .primary-nav a {
      font-size: 14px;
    }
  
  }
  @media (min-width: 767px) {
  .content-left-image {
    height: 250px;
  }
  }