﻿/*===================== 
	Color information
	
	-
	-
	-Blue #074c84
    Grey #d5d5d5
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
    line-height: 1.4;
	}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #074c84;
		}  

.text-link-white {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: .2s ease-in;
    color:#fff!important;
    display: inline-block;
}
.text-link-white:hover {
    color:#d5d5d5!important;
}
.text-link-blue {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: .2s ease-in;
    color:#074c84!important;
    display: inline-block;
}
.text-link-blue:hover {
    color:#000!important;
}
.blue-btn {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff!important;
    background: #074c84;
    border:1px solid  #074c84;
    text-align: center;
    padding:20px 30px;
    display: inline-block;
    transition: .2s ease-in;
    font-size: 20px;
    cursor: pointer;
}
.blue-btn:hover {
    color:#074c84!important;
    background: #d5d5d5;
}
.font-blue {
	color:#074c84;
}
.font-red {
	color:#B80003;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin:55px 0;
    background:rgba(255,255,255,0.85);
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}

.home-page-1 .header-wrap {
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 500;    
}

header {
	margin: 0 auto;
	max-width: 1500px;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;    
}
.head-logo-1 {
    margin: -50px 0;
}

.head-logo-1 img {
	max-width: 100%;
    width:100%;
	height: auto;
	display: block;
}
.header-right {
    background:#074c84;
    padding:15px 35px;
    box-sizing: border-box;
    margin: -50px 0;
    display: flex;
    gap:0 40px;
    align-items: center;
}
.header-right ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0;
    margin:0;
    gap:10px 0;
}
.header-right ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.header-right ul li a {
    color:#fff;
    font-size: 20px;
    text-align: center;
    transition: .2s ease-in;
}
.header-right ul li a:hover {
    opacity:0.8;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Roboto Condensed', sans-serif;
				color: #000;
				font-size: 18px;
				text-decoration: none;
				padding: 10px 20px;
				display: block;
				margin: 0;
				text-align: center;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
				}	
                nav.primary ul li:hover a {
				background: #d5d5d5;
                    color:#074c84;
				}
			nav.primary ul li a:hover {
				background: #d5d5d5;
                color:#074c84;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
                font-size: 18px;
                padding:15px 30px;
				color:#000;
				background: #d5d5d5;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
                white-space: nowrap;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                background:#074c84;
                color:#fff;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: auto;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/
/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;

}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
                transition: all 0.2s;
                font-size: 30px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                border: 1px solid #fff;
                padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #fff;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background-image: url("../siteart/flag.png");
                background-position: center;
                border-radius: 5px;
                width: 90%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:center;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay .popup h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#fff;
    font-size: 30px;

}
.overlay .popup h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:red;
    font-size: 25px;

}
.overlay .popup p {
    color:#fff;
    width:90%;
    margin: 0 auto;
    text-align: center;
    padding-top:15px;
    font-size: 20px;
}

.overlay:target .popup {
    top: -180%;
    left: -100%;
}


.alert-bar {
	width:100%;
	padding:10px;
	box-sizing: border-box;
	background:#B80003;
}
.alert-bar p {
	color:#fff;
	font-size: 18px;
	text-align: center
}
.alert-bar p span {
	font-weight: bold;
}

.wrap-hero {
    width: 100%;
    height: 80vh;
    min-height: 600px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 22.80%,rgba(0,0,0,0.00) 53.36%,rgba(0,0,0,0.72) 82.38%), url(../siteart/hero-img-2.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 22.80%,rgba(0,0,0,0.00) 53.36%,rgba(0,0,0,0.72) 82.38%), url(../siteart/hero-img-2.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 22.80%,rgba(0,0,0,0.00) 53.36%,rgba(0,0,0,0.72) 82.38%), url(../siteart/hero-img-2.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 22.80%,rgba(0,0,0,0.00) 53.36%,rgba(0,0,0,0.72) 82.38%), url(../siteart/hero-img-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    z-index: 300;
}
.hero-overlay {
    position: absolute;
    z-index: 1;
    bottom:20%;
    left:0;
    right:0;
    width:100%;
    padding:20px;
    box-sizing: border-box;
    margin:0 auto;
    text-align: center;
}
.hero-overlay h1 {
    font-size: 58px;
    font-weight: 600;
    font-family: 'Lora', serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,1);
    line-height: .7;
    padding-bottom:30px;
}
.hero-overlay h1 span {
    font-size: 28px;
    font-weight:400 ;
    font-family: 'Roboto Condensed', sans-serif;
}
.hero-overlay form {
    display: flex;
    background:#fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
    align-items: center;
    justify-content: space-between;
    padding:15px 20px;
    box-sizing: border-box;
    width:100%;
    max-width: 660px;
    margin:0 auto;
}
.hero-overlay form input {
    width:100%;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    outline:none;
    border:0px;
    
    
}
.hero-overlay form input::placeholder {
    color:#000!important;
    opacity: 1!important;
}
.hero-overlay form button {
    font-size: 30px;   
    color:#000;
    outline:none;
    border:0px;
    background:#fff;
    cursor: pointer;
    transition: .2s ease-in;
}
.hero-overlay form button:hover {
    color:#074c84;
}

 /* Popup Overlay */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        .popup-overlay.hidden {
            opacity: 0;
            pointer-events: none;
        }

        /* Popup Container */
        .popup-container {
            position: relative;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            max-width: 600px;
            width: 90%;
            padding: 60px 40px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            text-align: center;
            animation: slideIn 0.4s ease;
        }

        /* Dark overlay on background image for better text readability */
        .popup-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            z-index: 1;
        }

        /* Content wrapper to sit above overlay */
        .popup-content {
            position: relative;
            z-index: 2;
        }

        @keyframes slideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        /* Close Button */
        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease, transform 0.2s ease;
            z-index: 3;
            color: #333;
        }

        .popup-close:hover {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.1);
        }

        /* Popup Text */
        .popup-content h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .popup-content p {
            font-size: 20px;
            line-height: 1.1;
            color: #fff;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        }

        .popup-content .highlight {
            font-weight: bold;
            font-size: 20px;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .popup-container {
                padding: 40px 25px;
            }

            .popup-content h2 {
                font-size: 24px;
            }

            .popup-content p {
                font-size: 16px;
            }
        }

/* =================== SPECIALS BOXES HOME PAGE =================== */
.specials-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: auto;
    height: 100%;
}
.specials-boxes-row {
/*    position: absolute;*/
    display: flex;
    gap: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px;
/*    top: -50px;*/
    z-index: 999;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.specials-boxes-mini-fb {
    display: flex;
    max-width: 50%;
    gap: 10px;
    justify-content: space-around;
}
.specials-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: clamp(200px, 23vw, 800px);
    border: 1px solid #000000;
/*    padding: 20px;*/
    text-align: center;
}
.mahindra-logo-specials {
    padding: 0 40px;
    max-width: 300px;
    align-self: center;
}
.specials-box h3 {
    padding: 0 0 10px 0;
}
.specials-box h4 {
    font-family:'Lora', serif;
    color: #fff;
    background-color: #074c84;
    padding: 10px 0 ;
}
.specials-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    align-self: center;
    color: #000 !important;
    background-color: #d5d5d5;
    text-decoration: none;
    border: 1px solid #000;
    width: 90%;
}
a.specials-button:hover {
    padding: 10px;
    color: #fff !important;
    background-color: #074c84;
    text-decoration: none;
}
.specials-banner-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
.specials-cta-banner {
    position: absolute;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    z-index: 301;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #000;
    width: 95%;
    background-color: #fff;
}
.specials-cta-banner img {
    width: clamp(150px, 20vw, 350px);
    height: auto;
    margin: 0 20px;
}
.specials-banner-text {
    padding: 20px;
    color: #074c84;
}
.specials-banner-text h3{
    font-family: 'Lora', serif;
}
.specials-cta-button {
    padding: 10px 30px;
    color: #fff !important;
    background-color: #074c84;
    text-decoration: none;
    border: 1px solid #000;
    margin: 20px;
}

@media screen and (min-width: 971px)  {
    .specials-boxes-row {
        display: flex;
    }
    .specials-cta-banner {
    display: none;
    }
}
@media screen and (max-width: 970px)  {
    .specials-boxes-row {
        display: none;
    }
    .specials-cta-banner {
    display: flex;
    }
}
@media screen and (max-width: 700px)  {
    .specials-cta-banner {
        flex-direction: column;
    }
    .mahindra-logo-banner {
        width: 250px !important;
    }
    .specials-banner-wrap {
        margin-bottom: 175px;
    }
}
@media screen and (max-width: 500px)  {
    .specials-boxes-mini-fb {
        flex-direction: column;
    }
}

/* ====================================== */

.wrap-cat {
    width:100%;
    padding:80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.cat-left {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width:50%;
}
.cat-left h2 {
    display: block;
    max-width: 720px;
    width:100%;
    padding:0 20px 10px 35px;
    font-family: 'Lora', serif;
    color:#074c84;
    font-weight: 300;
    font-size: 35px;
    box-sizing: border-box;
}
.cat-left h2 span {
    font-weight: 700;
}
.cat-nav-cont-1 {
    background:#fff;
    position: relative;
    z-index: 1;
    border:1px solid #000;
    border-left:0px;
    display: flex;
    justify-content: flex-end;
    width: calc(100% + 25px);
    margin-right:-25px;
    box-sizing: border-box;
}
.cat-nav {
    max-width: 745px;
    width:100%;
    padding:35px;
    box-sizing: border-box;
}

.cat-nav .slick-track::before, .cat-nav .slick-track::after {
  display: none!important;
}
.cat-nav .slick-track {
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
    width:100%!important;
}
.cat-nav .slick-slide {
    width: 48%!important;
    border: 1px solid #000;
    background: #074c84;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding:35px;
    box-sizing: border-box;
    display: block;
    
}
.cat-nav .slick-slide a {
    color: #fff!important;
}
.cat-nav .slick-slide.slick-current {
    background: #d5d5d5!important;
  }
.cat-nav .slick-slide.slick-current a {
    color: #074c84!important;
  }

.cat-right {
    width:50%;
    overflow: hidden;
}
.cat-slider {
    width:100%;
    overflow: hidden;
}
.cat-slider .cat-slide {
    position: relative;
}
.cat-slider  .slick-track {
    overflow: hidden;
}
.cat-slider img {
    width:100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    height: 550px;
}
.slide-overlay-1 {
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    box-sizing:border-box;
    gap:20px;
    z-index: 2;
    background: rgba(0,0,0,0.5);
}
.slide-overlay-1 h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    text-shadow: 0 0 10px  rgba(0,0,0,0.8);
    text-align: center;
    font-size: 27px;
    font-weight: 400;
}
.slide-overlay-1 h3 span {
    font-size: 50px;
    font-weight: 700;
}
.slide-overlay-1 a {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    text-shadow: 0 0 10px  rgba(0,0,0,0.8);
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    transition: .2s ease-in;
}
.slide-overlay-1 a:hover {
    color:#d5d5d5;
}


.wrap-brand {
    width:100%;
    padding:80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.brand-left {
    width:50%;
    overflow: hidden;
}
.brand-slider {
    width:100%;
    overflow: hidden;
}
.brand-slider .brand-slide {
    position: relative;
}
.brand-slider  .slick-track {
    overflow: hidden;
}
.brand-slider img {
    width:100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    height: 600px;
}
.slide-overlay-1 {
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    box-sizing:border-box;
    gap:20px;
    z-index: 2;
    background: rgba(0,0,0,0.5);
}
.slide-overlay-1 h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    text-shadow: 0 0 10px  rgba(0,0,0,0.8);
    text-align: center;
    font-size: 27px;
    font-weight: 400;
}
.slide-overlay-1 h3 span {
    font-size: 50px;
    font-weight: 700;
}
.slide-overlay-1 a {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    text-shadow: 0 0 10px  rgba(0,0,0,0.8);
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    transition: .2s ease-in;
}
.slide-overlay-1 a:hover {
    color:#d5d5d5;
}


.brand-right {
    display: flex;
    flex-direction: column;
    width:50%;
}
.brand-right h2 {
    display: block;
    max-width: 720px;
    width:100%;
    padding:0 35px 10px 20px;
    font-family: 'Lora', serif;
    color:#074c84;
    font-weight: 300;
    font-size: 35px;
    box-sizing: border-box;
}
.brand-right h2 span {
    font-weight: 700;
}
.brand-nav-cont-1 {
    background:#fff;
    position: relative;
    z-index: 1;
    border:1px solid #000;
    border-right:0px;
    display: flex;
    width: calc(100% + 25px);
    margin-left:-25px;
    box-sizing: border-box;
}
.brand-nav {
    max-width: 745px;
    width:100%;
    padding:35px;
    box-sizing: border-box;
}

.brand-nav .slick-track::before, .brand-nav .slick-track::after {
  display: none!important;
}
.brand-nav .slick-track {
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
    width:100%!important;
}
.brand-nav .slick-slide {
    width: 48%!important;
    border: 1px solid #000;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding:5px 35px;
    box-sizing: border-box;
    display: block;
}
.brand-nav .slick-slide img {
    width:100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.brand-nav .slick-slide.slick-current {
    background: #d5d5d5!important;
  }
.wrap-cat .slick-next {
   position: absolute;
    z-index: 200;
    font-size: 30px;
    color:rgba(255,255,255,0.2);
    bottom:20px;
    right:30px;
    cursor: pointer;
    transition: .2s ease-in;
}
.wrap-cat .slick-prev {
    position: absolute;
    z-index: 200;
    font-size: 30px;
    color:rgba(255,255,255,0.2);
    bottom:20px;
    right:70px;
    cursor: pointer;
    transition: .2s ease-in;
}
.wrap-brand .slick-next {
   position: absolute;
    z-index: 200;
    font-size: 30px;
    color:rgba(255,255,255,0.2);
    bottom:20px;
    left:70px;
    cursor: pointer;
    transition: .2s ease-in;
}
.wrap-brand .slick-prev {
    position: absolute;
    z-index: 200;
    font-size: 30px;
    color:rgba(255,255,255,0.2);
    bottom:20px;
    left:30px;
    cursor: pointer;
    transition: .2s ease-in;
}
.wrap-cat .slick-prev:hover, .wrap-cat .slick-next:hover, .wrap-brand .slick-prev:hover, .wrap-brand .slick-next:hover {
    color:rgba(255,255,255,0.6);
}

.wrap-about-home {
    width: 100%;
    padding: 80px 0;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 13.47%,rgba(0,0,0,0.00) 39.37%,rgba(0,0,0,0.72) 82.38%), url("../siteart/home-about-bg-1.jpg");
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 13.47%,rgba(0,0,0,0.00) 39.37%,rgba(0,0,0,0.72) 82.38%), url("../siteart/home-about-bg-1.jpg");
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 13.47%,rgba(0,0,0,0.00) 39.37%,rgba(0,0,0,0.72) 82.38%), url("../siteart/home-about-bg-1.jpg");
    background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 13.47%,rgba(0,0,0,0.00) 39.37%,rgba(0,0,0,0.72) 82.38%), url("../siteart/home-about-bg-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    background-attachment: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
}

.home-about-cont-1 {
    background:rgba(0,0,0,0.5);
    border:1px solid #fff;
    border-right:0px;
    width:50%;
}
.home-about-col-1 {
    border-right:0px;
    padding:35px;
    max-width:850px;
    width:100%;
    box-sizing: border-box;
}
.home-about-col-1 h2 {
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    font-weight: 400;
    font-size: 28px;
    font-family: 'Lora', serif;
}
.home-about-col-1 h2 span {
    font-weight: 700;
}
.home-about-col-1 p {
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    font-family: 'Roboto Condensed', sans-serif;
    padding:30px 0;
}

.wrap-info-home {
    width:100%;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 22.80%,rgba(0,0,0,0.00) 53.36%,rgba(0,0,0,0.72) 82.38%), url(../siteart/home-bottom-bg-img-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 550px;
    margin-top:360px;
    position: relative;
}
.wrap-info-home .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top:-250px;
}
.info-cont-1 {
    width:31%;
    background:#fff;
    border:1px solid #000;
    box-sizing: border-box;
    padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.info-cont-1 h3 {
    font-family: 'Lora', serif;
    font-size: 30px;
    color:#074c84;
    font-weight: 600;
    padding-bottom:10px;
}
.info-cont-1 p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color:#074c84;
    padding-bottom:10px;
}
.info-cont-1 ul {
    padding:0 0 20px 0;
    margin: 0;
}
.info-cont-1 ul li {
    padding:0;
    margin: 0;
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.flex-list-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-list-1 ul {
    width:49%;
}
.wrap-content-header {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}
.content-left {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 50%;
}
.content-header {
   display: block;
  max-width: 720px;
  width: 100%;
  padding: 0 20px 10px 35px;
  font-family: 'Lora', serif;
  color: #074c84;
  font-weight: 300;
  font-size: 35px;
  box-sizing: border-box; 
}
.content-header span {
  font-weight: 700;
}
.content-header-2 {
  padding: 0 20px 10px 20px;
  font-family: 'Lora', serif;
  color: #074c84;
  font-weight: 300;
  font-size: 35px;
  box-sizing: border-box; 
}
.content-header-2 span {
  font-weight: 700;
}
.content-cont-left-1 {
    background: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
    border-left: 0px;
    display: flex;
    justify-content: flex-end;
    width: calc(100% + 25px);
    margin-right: -25px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.content-col-left-1 {
    max-width: 745px;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
}
.content-col-left-1 p {
    padding-bottom:30px;
}
.link-list {
    padding:20px 0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    gap:10px 30px;
}
.link-list li {
    padding:0;
    margin:0;
    list-style: none;
}
.link-list li a {
    font-size: 20px;
    color:#074c84;
}
.link-list li a:hover {
    color:#000;
}
.content-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
}
.content-right-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
    gap: 20px;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    text-align: center;
    min-height: 400px;
}
.content-right-overlay h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-right iframe {
    background:#f0f1f1;
    padding:35px;
    box-sizing: border-box;
    border:0px;
    min-height: 400px;
}
.parts-overlay-btn {
    display: flex;
    flex-wrap: wrap;
    gap:20px 40px;
}
.parts-overlay-btn a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff!important;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    transition: .2s ease-in;
    padding:10px;
    border:1px solid #fff;
    background: rgba(0,0,0,0.0);
    margin:0 auto;
}
.parts-overlay-btn a:hover {
    color: #d5d5d5!important;   
    border:1px solid #d5d5d5;
    background: rgba(0,0,0,0.4);
}
.wrap-content-bg {
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-top: 220px;
}
.wrap-content-bg.top-content {
    margin-top: 250px;
}
.top-content p {
    padding:10px 0 20px 0;
}
.wrap-content-bg .container-1, .wrap-content-bg .container-2 {
    transform: translateY(-150px);
}
.white-cont {
    padding:35px;
    box-sizing:border-box;
    border:1px solid #000;
    background:rgba(255,255,255,0.9);
}
.finance-btn {
    padding-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
}
.finance-btn a {
    width: 24%;
    border: 1px solid #000;
    background: #fff;
    color:#074c84;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 20px 35px 10px 35px;
    box-sizing: border-box;
    transition: .2s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.finance-btn a img {
    max-width: 100%;
    width:100%;
    display: block;
    margin:0 auto 20px auto;
}
.finance-btn a:hover {
    background: #d5d5d5;
}
.para-flex {
    display: flex;
    gap:20px;
}
.para-flex-img img {
    width:300px;
    display: block;
}
.btn-cont-wrap-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px 1%;
    padding-bottom:50px;
}
.btn-cont-header-1 {
    width:100%;
    text-align: center;
    padding:10px 0;
    margin-bottom:10px;
    border-bottom:1px solid #000;
    font-size: 35px;
    background:#fff;
}
.showroom-wrap .btn-cont-1:first-child {
    width:49.25%;
}
.showroom-wrap .btn-cont-1:nth-child(2) {
    width:49.25%;
}
.btn-cont-1 {
    padding:15px;
    background:#fff;
    border:1px solid #000;
    text-align: center;
    width:24.25%;
    box-sizing: border-box;
}
.showroom-wrap .btn-cont-1 {
    flex-grow: 1;
}
.btn-cont-1 img {
    max-width: 300px;
    width:100%;
    display: block;
    margin:0 auto 15px auto;
}
.btn-cont-1 h3 {
    font-family: 'Lora', serif;
    color:#074c84;
    font-size: 20px;
}
.btn-cont-1 h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color:#000;
    font-size: 17px;
}
.btn-cont-1 a {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    margin:5px auto;
    font-size: 20px;
    color:#fff;
    text-align: center;
    transition: .2s ease-in;
    background:#074c84;
    border:1px solid #074c84;
    display: block;
}
.btn-cont-1 a:hover {
    color:#074c84;
    background:#fff;
}


.inv-banner-cont {
    background: #d5d5d5;
    width: 100%;
    margin-top: -54px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
.inv-banner-cont .container-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inv-banner-cont .container-1 h2 {
    font-family: 'Lora', serif;
}

/*===================== 
	slideshow styles 
=======================*/


/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-cont-1 h2 {
    font-family: 'Lora', serif;
    font-weight: 300;
    color:#074c84;
}
.form-cont-1 h2 span {
    font-weight: 700;
    text-transform: uppercase;
}

.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}
.form-info-cont h3 {
    margin:20px 0 10px 0;
    color:#074c84;
    font-weight: 400;
}
/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius:0px;
    background:#fff;
    border:1px solid #000;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

select {
	margin:0;
	padding:0;
}



.form-inline .button:hover {
    background: #000;

}

.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1500px;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 900px;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1500px;
	margin: 0 auto;
	padding:70px 20px 100px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/* =================== SPECIALS PAGE =================== */
.specials-page-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}
.specials-boxes-fb {
    display: flex;
    max-width: 100%;
    gap: 10px;
    justify-content: space-around;
}
.specials-page-boxes {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    align-content: center;
    text-align: center;
}
.specials-logo {
/*    width: clamp(150px, 15vw, 400px);*/
    height: clamp(50px, 5vw, 400px);
    align-self: center;
    padding: 0 40px;
}
.specials-page-boxes h3{
}
.specials-page-boxes hr{
    width: 90%;
}
.specials-page-boxes p{
    margin: -10px 0;
}
.specials-page-boxes a{
    width: 90%;
    align-self: center;
    margin: 0 0 10px 0;
}
.specials-page-boxes img:not(.specials-logo) {
    object-fit: contain;
    width: 100%;
    padding-bottom: 10px;
}
@media only screen and (max-width: 970px) {
    .specials-page-wrap {
        flex-direction: column;
    }
}
@media only screen and (max-width: 490px) {
    .specials-boxes-fb {
        flex-direction: column;
    }
}
.check-back-soon {
    font-family: 'Lora', serif;
    font-weight: 100;
    color: #074c84;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    width: 100%
}
/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    
    
}
.footer-left {
    background:#fff;
    padding:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(50% - 250px);
    width:100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.4)
}
.foot-logo-1 img {
    max-width: 100%;
    width: auto;
    margin:0 auto;
    height: auto;
    display: block;
}
.foot-logo-1 h4 {
    font-size: 25px;
    text-align: center;
    color:#074c84;
    font-weight:500;
    font-family: 'Lora', serif;
}
.footer-right {
    max-width: calc(50% + 250px);
    width:100%;
    box-sizing: border-box;
}
.foot-nav {
    background:#d5d5d5;
}
.foot-nav-cont-1 {
    width:100%;
    max-width: 1000px;
    padding:60px 20px 60px 20%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}
.foot-nav-col-1 h5 {
    font-family: 'Lora', serif;
    font-size: 20px;
    color:#074c84;
    padding-bottom:10px;
}
.flex-col-1 {
    display: flex;
    gap:30px;
}
.foot-nav-col-1 ul {
    padding:5px 0;
    margin:0;
}
.foot-nav-col-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color:#000;
}
.foot-nav-col-1 ul li a {
    color:#000;
    transition: .2s ease-in;
}
.foot-nav-col-1 ul li a:hover {
    color:#074c84;
}

.foot-bottom {
    background:#074c84;
}
.foot-bottom-cont-1 {
    width:100%;
    max-width: 1000px;
    padding:30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:20px;
}
.foot-bottom-cont-1 ul {
    padding:0;
    margin:0;
    display: flex;
    gap:20px;
}
.foot-bottom-cont-1 ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.foot-bottom-cont-1 ul li a {
    font-size:24px;
    color:#fff;
    transition: .2s ease-in;
}
.foot-bottom-cont-1 ul li a:hover {
    color:#d5d5d5;
}

.show-m {
    display: none;
}


/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1300px)  {
    
    nav.primary ul li a {    
        font-size: 1.5vw;
        padding: 10px 1vw;
    }
    .head-logo-1 {
      width: 20%;
    }
    

}


@media screen and (max-width: 1020px)  {

    
    .head-logo-1 {
      width: auto;
    }
    .header-right {
      padding: 45px 35px;
    }
    .header-right ul {
        flex-direction: row;
        gap:0 20px;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
	#menu-button{ 
		display: block;
	}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 font-weight:normal;
            font-size: 30px;
            text-align: center;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #074c84 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
    
    .cat-left, .brand-left {
      width: 100%;
    }
    .brand-left {
      order:2;
    }
    .cat-nav-cont-1, .brand-nav-cont-1 {
      background: #fff;
      position: relative;
      z-index: 1;
      border: 1px solid #000;
      border-left:1px solid #000;
      display: flex;
      justify-content: center;
      width: calc(100% - 35px);
      margin: 0 auto -50px auto;
    }
    .cat-nav .slick-slide, .brand-nav .slick-slide {
    width: 32% !important;
    padding: 20px;
    }
    .cat-nav .slick-track {
      gap: 20px 0;
    }
    .cat-nav, .brand-nav {
      max-width: 100%;
        padding:15px;
    }
    .cat-left h2, .brand-right h2 {
        display: block;
        max-width: 720px;
        width: 100%;
        margin:0 auto;
        text-align: center;
        padding: 15px;
    }
    .cat-right, .brand-right {
      width: 100%;
    }
    .brand-right {
      width: 100%;
        order:1;
    }
    .brand-nav .slick-track {
        gap: 20px 2%;
        justify-content: flex-start;
      }
    .wrap-brand .slick-next {
        right:30px;
        left:auto;
    }
    .wrap-brand .slick-prev {
        right:70px;
        left:auto;
    }
    
    .home-about-cont-1 {
        border:1px solid #fff;
        border-right:1px solid #fff;
        width:calc(100% - 40px);
        margin:0 auto;
    }
    .footer-left {
        max-width: 350px;
    }
    .footer-right {
        width:calc(100% - 350px);
    }
    .foot-nav-cont-1 {
      width: 100%;
      max-width: 1000px;
      padding: 60px 20px 60px 30px;
    }
    .content-left {
        width:100%;
    }
    .content-col-left-1 {
      max-width: 100%;
    }
    .content-header { 
        margin:0 auto;
        text-align: center;
    }
    .content-cont-left-1 {
        width: calc(100% - 35px);
        margin: 0 auto -50px auto;
        border-left: 1px solid #000;
    }
    .content-right {
        width:100%;   
    }
    .content-right iframe {
        padding:70px 10px 0 10px;
    }
    .finance-btn a {
        width: 49%;
    }
    .para-flex {
        flex-wrap: wrap;
    }
    .para-flex-img {
        width:100%;
    }
    .para-flex-img img {
        max-width: 400px;
        width:100%;
        display: block;
        margin:0 auto;
    }
    .btn-cont-1 {
        width:32.66%;
    }
    
}

@media screen and (max-width: 750px)  {
    .overlay .popup h2 {font-size: 25px;}
    .hero-overlay h1 {
        font-size: 7.9vw;
        line-height: 1;
    }
    .hero-overlay h1 span {
        font-size: 3.7vw;
    }
    .cat-nav .slick-slide, .brand-nav .slick-slide {
        width: 49% !important;
        padding: 15px;
        font-size: 16px;
    }
    .cat-nav .slick-track, .brand-nav .slick-track {
        gap: 15px 0;
        justify-content: space-between;
    }
    .cat-slider img, .brand-slider img {
      min-height: 400px;
        height: auto;
    }
    .slide-overlay-1 {
        padding-top:60px!important;
    }
    .slide-overlay-1 h3 {
      font-size: 20px;
    }
    .slide-overlay-1 h3 span {
      font-size: 35px;
    }
    .slide-overlay-1 a {
        font-size: 20px;
    }
    .wrap-cat, .wrap-brand {
        padding:40px 0;
    }
    .wrap-info-home .container-1 {
        flex-direction: column;
        gap:40px;
    }
    .info-cont-1 {
        width:100%;
    }
    .wrap-info-home {
        
        margin-top:0;
    }
    .wrap-info-home:before {
        position: absolute;
        content:"";
        width:100%;
        height: 140px;
        background: #fff;
        top:0;
        left:0;
        z-index: 1;
    }
    .wrap-info-home:after {
        position: absolute;
        content:"";
        width:100%;
        height: 140px;
        background: #fff;
        bottom:0;
        left:0;
        z-index: 1;
    }
    .wrap-info-home .container-1 {
        position: relative;
        z-index: 2;
        top:0;
        padding: 80px 20px;
    }
    .content-right-overlay {
        padding:60px 20px 60px;
    }
    .col-1-3, .col-1-2 {
        width:100%;
    }

    footer {
        background:#d5d5d5;
    }
    .footer-left {
        max-width: 100%;
        width:calc(100% - 40px);
        margin:-150px auto 0 auto;
        top: 200px;
        border:1px solid #000;
    }
    .footer-right {
        width:100%;
        max-width: 100%;
    }
    .foot-nav {
        display: none;
    }
    .show-m {
        display: block;
    }
    .foot-bottom {
      padding-top:200px;
    }
    .foot-bottom-cont-1 ul {
        margin: 0 auto;
    }
    .foot-logo-1 h4 {
        font-size: 5vw;
    }
    .content-right-overlay h2 {
      font-size: 35px;
    }
    .parts-overlay-btn a {
        font-size: 25px;
    }
}

@media screen and (max-width: 650px)  {
    .header-wrap {
        margin: 20px 0;
    } 
    header {
      padding: 0 0px 0 10px;
    }
    .head-logo-1 {
        width: 100%;
        max-width: 200px;
        margin: -20px 0;
      }
    .header-right {
        padding: 58px 35px;
      }
    .header-right ul {
        display: none;
    }
    .hero-overlay {
        bottom: 10%;
    }
    .brand-nav .slick-slide {
    padding:5px 15px;
    }
    .info-cont-1 h3 {
        font-size: 24px;
    }
    .flex-list-1 {
        display: block;
    }
    .wrap-content-bg {
        margin-top: 150px;
    }
    .wrap-content-bg.top-content {
        margin-top: 200px;
    }
  .finance-btn a {
    width: 100%;
  }
    .btn-cont-1 {
        width:49.5%;
    }
    .showroom-wrap .btn-cont-1:first-child {
        width:100%;
    }
    .showroom-wrap .btn-cont-1:nth-child(2) {
        width:100%;
    }
    .btn-cont-header-1 {
        font-size: 25px;
    }
    
}

    
@media screen and (max-width: 525px)  {
    .hero-overlay h1 {
        font-size: 50px;
        line-height: 1;
    }
    .hero-overlay h1 span {
        font-size: 25px;
        display: block;
        padding-top:10px;
    }
    .cat-nav .slick-slide {
        width: 100% !important;
    }
        .btn-cont-1 {
        width:100%;
    }
    
    
}
@media screen and (max-width: 300px)  {
    .brand-nav .slick-slide {
        width: 100% !important;
    }

}
	
