﻿/* font-family: 'Open Sans', sans-serif; font-family: 'Rajdhani', sans-serif; */
/***** BEGIN RESET *****/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.wrapperarea {
    margin: 100px auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
}

body.otherpage header {
    position: relative;
    background: black;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

input:not(.container.cf *) {
    border: none;
    outline: none;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

input[type="submit"] {
    cursor: pointer;
}

/* INVENTORY RESET  */
input[type="color"]:not(.cf *),
input[type="date"]:not(.cf *),
input[type="datetime"]:not(.cf *),
input[type="datetime-local"]:not(.cf *),
input[type="email"]:not(.cf *),
input[type="file"]:not(.cf *),
input[type="month"]:not(.cf *),
input[type="number"]:not(.cf *),
input[type="password"]:not([class*="Mui"]):not(.cf *),
input[type="reset"]:not(.cf *),
input[type="search"]:not([class*="Mui"]):not(.cf *),
input[type="tel"]:not([class^="Mui"]):not(.cf *),
input[type="text"]:not([class^="Mui"]):not(.cf *),
input[type="time"]:not(.cf *),
input[type="url"]:not(.cf *),
input[type="week"]:not(.cf *),
select:not(.cf *),
textarea {
    height: auto !important;
    line-height: unset !important;
    overflow: visible !important;
    width: unset !important;
}

.invpage header,
.invpage header *,
.invpage footer,
.invpage .notInventory input {
    border: none;
}

/* ABSOLUTE CENTER margin: 0 0 0 50vw; transform: translateX(-50%); */
/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #FFFFFF;
    /* Insurance/Financing buttons */
    --secondary1: #fcaf17;
    /* Some titles, some buttons */
    --primary: #ca2b2f;
    /* Background color for hover states, text color for hover states */
    --secondary2: #707070;
    /* Background color, all text appearing within the colored boxes */
    --neutral2: #1D1D1D;
}

.wrapperarea a[href="/contact-us.htm"],
.wrapperarea a[href="/apply-now.htm"] {
    padding: 10px 25px;
    background: var(--primary);
    color: white;
    MARGIN: 20px AUTO;
    DISPLAY: INLINE-BLOCK;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: rgb(71 71 71);
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *) {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.manus {
    margin: 80px 0;
}

.surroundbg {
    position: relative;
    /* z-index: -1; */
    pointer-events: none;
    height: max(710px, 98vh);
}

.welcometext {
    POSITION: ABSOLUTE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    line-height: 0.3;
    width: 100%;
}

.welcometext h1 {
    font-size: 77px;
    width: 100%;
}

h1:not(.container.cf *),
h2:not(.container.cf *),
h3:not(.container.cf *),
h4:not(.container.cf *),
h5:not(.container.cf *),
h6:not(.container.cf *) {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

h2:not(.container.cf *) {
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    /* color: #fff; */
    font-size: 48px;
}

.otherpage h2:not(.container.cf *) {
    font-size: 25px;
}

h2:not(.container.cf *):not(.otherpage *),
footer h2 {
    color: white;
}

h3:not(.container.cf *) {
    transition: .3s color;
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .075em;
    line-height: 1.2;
    /* color: #fff; */
}

h3:not(.container.cf *):not(.otherpage *),
footer h3 {
    color: white;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: var(--neutral2) 1px solid;
}

/* NEAT MOBILE SEARCH  */
/* http://chattdozer.com/ */
/* CUSTOM LIST BULLETS  */
ul li:not(nav ul li):not(.container.cf *):not(.three-ctas ul li) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    margin: 100px auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
}

/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
.contactInfo {
    display: flex;
    padding-right: 90px;
    padding-right: 4.6875vw;
}

.contactInfo,
.contactInfo * {
    color: var(--secondary1);
}

.contactsnip {
    padding-left: 20px;
    padding-left: max(13.5417px, 1.04167vw);
}

.contactInfo a {
    font-size: 17px;
    font-size: max(13px, 0.88542vw);
}

.contactInfo i {
    font-size: 14px;
    font-size: max(12.4792px, 0.72917vw);
    padding-right: max(5.4167px, 0.41667vw);
}

@media only screen and (max-width: 925px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul .fa {
    color: #ca2b2f;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a {
    color: #fff;
    line-height: 60px;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 12px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    width: 100%;
}

nav.primary ul li a:hover {
    background: #000000;
    color: #CB1C1C;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
    color: #fff;
    background: #a20030;
    text-align: left;
    border-right: none;
    border-left: none;
    /* border-bottom: #303030 solid 1px; */
}

/* Appearance of the sub-level links on hover */
/* 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 {
    float: none;
    width: 270px;
    position: relative;
    margin: 0;
    display: block;
}

@media screen and (max-width: 1730px) {}

@media screen and (max-width: 1575px) {}

@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
}

/******** End of primary Nav ***************/
@media screen and (max-width: 1400px) {

    /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        /* width: 74%; */
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        /* background: #000; */
        text-align: right;
        padding-right: 10px;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 .8em 0 0;
        font-weight: normal;
    }

    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: 50px 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: -38px;
        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);
        text-align: left;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #CB1C1C 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);
    }

    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 12px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }

    /* SLIDE DOWN NAV STYLES */
}

@media screen and (max-width: 1020px) {
    #menu-button {
        /* width: 34%; */
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
header {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 26px;
    padding-top: 26px;
    /* max-width: 1175px; */
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
}

header .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1485px;
    width: 100%;
}

header .logo-container .contactinfo {
    display: none;
}

header .logo-container .primary {
    margin: 0 20px;
    width: 60%;
}

header .logo-container .primary>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header .logo-container .primary ul li a:hover {
    background: #000000;
    color: white;
}

.background-stuff,
.background-wrap {
    height: 100%;
}

.background-stuff .background-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-ctas {
    position: absolute;
    bottom: 145px;
    width: 100%;
    z-index: 1;
    pointer-events: all;
}

.hero-ctas .hero-ctas-wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.hero-ctas .hero-ctas-wrap ul li:not(ul li:last-of-type) {
    border-right: 1px solid white;
}

.hero-ctas .hero-ctas-wrap ul li {
    /* padding: 0 76px; */
    width: 100%;
}

.hero-ctas .hero-ctas-wrap ul li a {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: column;
}

.hero-ctas .hero-ctas-wrap ul li a span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: white;
}

.hero-ctas .hero-ctas-wrap ul li a span:first-of-type {
    font-size: 51px;
    line-height: 52px;
    font-family: 'Rajdhani', sans-serif !important;
}

.three-ctas-container .three-ctas ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 625px;
}

.three-ctas-container .three-ctas ul li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 34%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}

.three-ctas-container .three-ctas ul li:after {
    content: "";
    position: absolute;
    height: 100%;
    /* max-height: 465px; */
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #030303 0, rgb(0 0 0 / 0%) 100%);
}

.three-ctas-container .three-ctas ul li:not(ul li:last-of-type) {
    border-right: 1px white solid;
}

.three-ctas-container .three-ctas ul li:first-of-type {
    background-image: url(/siteart/msmahindra-cta-1.jpg);
}

.three-ctas-container .three-ctas ul li:nth-of-type(2) {
    background-image: url(/siteart/msmahindra-cta-2.jpg);
}

.three-ctas-container .three-ctas ul li:last-of-type {
    background-image: url(/siteart/msmahindra-cta-3.jpg);
}

.three-ctas-container .three-ctas ul li a {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: column;
    color: white;
    text-transform: uppercase;
    margin-bottom: 59px;
    z-index: 1;
}

a.button {
    transition: .3s color, .3s background-color;
    width: 118px;
    height: 28px;
    line-height: 28px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700;
    border-radius: 2px;
    background-color: #ca2b2f;
    color: #fff;
    font-size: 12px;
    letter-spacing: .075em;
    width: 228px;
    height: 53px;
    line-height: 54px;
    font-size: 20px;
    text-transform: uppercase;
}

.three-ctas-container .three-ctas ul li a span:last-of-type {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .1em;
    margin-bottom: 20px;
    font-size: 31px;
    margin-bottom: 38px;
}

.three-ctas-container .three-ctas ul li a span:first-of-type {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    TEXT-TRANSFORM: uppercase;
}

.eq-lineup {
    background-image: linear-gradient(to bottom, rgb(31 31 31 / 75%) 0, #1f1f1f 50%), url(/siteart/msmahindra-types-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.eq-lineup .eq-lineup-contain {
    padding-top: 124px;
    padding-bottom: 122px;
    max-width: 1175px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.eq-lineup .eq-lineup-contain h2 {
    margin-bottom: 52px;
}

.eq-lineup .eq-lineup-contain ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eq-lineup .eq-lineup-contain ul li {
    max-width: 25%;
    margin: 0 15px;
}

.eq-lineup .eq-lineup-contain ul li a {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: column;
}

.eq-lineup .eq-lineup-contain ul li a img {
    height: 200px;
    object-fit: scale-down;
    object-position: bottom;
    margin-bottom: 40px;
}

.eq-lineup .eq-lineup-contain ul li a span {
    transition: .3s color;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.2;
    color: #fff;
    border-bottom: 3px solid #ca2b2f;
    padding-bottom: 20px;
}

footer .footer-top-wrap {
    background-color: #1f1f1f;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 33px;
    padding-bottom: 32px;
}

footer .footer-top-wrap * {
    color: white;
}

footer .footer-top-wrap .footer-top-wrap-contain {
    max-width: 1400px;
    margin: 0 auto;
}

footer .footer-top-wrap .footer-top-wrap-contain .footer-top-wrap-deep-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

footer .footer-top-wrap .footer-top-wrap-contain .footer-top-wrap-deep-container ul li {
    padding: 0 25px;
}

footer .footer-top-wrap .footer-top-wrap-contain .footer-top-wrap-deep-container ul li:not(ul li:last-of-type) {
    border-right: 1px solid var(--primary);
}

footer .footer-top-wrap .footer-top-wrap-contain .footer-top-wrap-deep-container ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
}

footer .footer-bottom {
    padding-top: 100px;
    padding-bottom: 70px;
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    /* max-width: 1400px; */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

footer .footer-bottom .footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

footer .footer-bottom .footer-bottom-wrap {
    max-width: 1340px;
    margin: 0 auto;
}

.footer-bottom-wrap h3 {
    margin-bottom: 28px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--primary);
    width: min-content;
}

footer .footer-bottom .footer-bottom-wrap h4 {
    margin-top: 18px;
    margin-bottom: 23px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: .075em;
    line-height: 30px;
    color: #fff;
}

footer .footer-bottom .footer-bottom-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
}

footer .footer-bottom .footer-bottom-wrap ul * {
    text-transform: capitalize;
}

footer .footer-bottom .footer-bottom-wrap ul li:nth-of-type(1) {
    margin-bottom: 25px;
}

footer .footer-bottom .footer-bottom-wrap ul li a {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

footer .footer-bottom .footer-bottom-wrap ul li:last-of-type a {
    color: var(--secondary1);
}

footer .footer-bottom .footer-bottom-wrap ul * {
    justify-content: flex-start;
}

.footerleft {
    display: flex;
    /* max-width: 570px; */
    width: 100%;
    justify-content: space-between;
}

.footerleft>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerleft ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-bottom .footer-bottom-wrap .class-35 a {
    transition: .3s color;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.2;
    color: #fcaf17;
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {
    background-image: linear-gradient(to bottom, rgb(31 31 31 / 75%) 0, #1f1f1f 50%), url('/siteart/msmahindra-footer-bg.jpg');
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
}

.footertext {
    font-size: 13px;
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    color: #999999;
}

.divfooter {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 767px) {
    .invpage footer {
        margin-bottom: 85px !important;
    }
}

/*.notInventory {*/
@media only screen and (max-width: 767px) {
    ul {
        flex-direction: column;
    }

    header {
        position: relative;
    }

    .absolutesurround {
        position: absolute;
        width: 100%;
        PADDING-TOP: 50PX;
    }

    .footer-bottom-wrap>div {
        flex-direction: column !important;
    }

    .surroundright {
        display: flex;
        ALIGN-ITEMS: CENTER;
    }

    .surroundbg {
        min-height: 400px;
        min-height: auto !important;
    }

    .welcometext {
        position: relative;
        margin: 0 !important;
        /* line-height: 0.4 !IMPORTANT; */
        MARGIN-BOTTOM: 30PX !IMPORTANT;
    }

    .welcometext h1 {
        font-size: 45px !important;
    }

    ul li:not(.mobile *) {
        MARGIN-BOTTOM: 17PX;
    }

    .locationslist li {
        width: 100% !important;
    }

    #menu-button {
        PADDING-LEFT: 0 !IMPORTANT;
        PADDING-LEFT: 10PX !IMPORTANT;
    }

    /*.notInventory {*/
    header {
        background: #242424;
    }

    /*}*/
    /*.notInventory {*/
    header {
        padding: 5px;
        PADDING-LEFT: 10PX !IMPORTANT;
        PADDING-RIGHT: 10PX !IMPORTANT;
    }

    header .logo-container .logo-container-wrap {
        width: 120px;
    }

    header .logo-container .logo-container-wrap * {
        width: 100%;
    }

    header .logo-container .contactinfo {
        display: block;
        margin-right: 10px;
    }

    header .logo-container .contactinfo a {
        color: BLACK;
        BACKGROUND: WHITE;
        PADDING: 10PX;
        BORDER-RADIUS: 60PX;
        FONT-SIZE: 11PX;
    }

    header .logo-container .contactinfo a span {
        margin-left: 10px;
        display: none;
    }

    header .logo-container #menu-button .menu-toggle {
        font-size: 19px;
    }

    header .logo-container .mobile ul,
    header .logo-container .mobile ul li {
        /* display: flex; */
    }

    header .logo-container .mahindra-logo-container {
        display: none;
    }

    .hero-ctas {
        BOTTOM: 0;
        position: relative;
        /* margin-top: 40px; */
    }

    .hero-ctas .hero-ctas-wrap ul {
        FLEX-DIRECTION: COLUMN;
    }

    .hero-ctas .hero-ctas-wrap ul li:not(ul li:last-of-type) {
        border-right: none;
        border-bottom: 1px solid white;
        padding-bottom: 11px;
    }

    .three-ctas-container,
    .three-ctas-container * {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 0;
        height: auto !important;
    }

    .three-ctas-container {
        margin: 30px 0;
    }

    .three-ctas-container .three-ctas ul li {
        height: 250px !important;
    }

    .three-ctas-container .three-ctas ul li {
        border-right: none !important;
    }

    .eq-lineup .eq-lineup-contain h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .eq-lineup .eq-lineup-contain ul li:not(ul li:last-of-type) {
        margin-bottom: 40px;
    }

    footer .footer-top-wrap .footer-top-wrap-contain .footer-top-wrap-deep-container ul li {
        border-right: none !important;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
}

@media only screen and (max-width: 1000px) {
    .welcometext h2 {
        font-size: 35px !important;
    }

    .welcometext h1 {
        font-size: 60px;
    }

    .welcometext {
        line-height: 0;
        margin-top: -50px;
    }

    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    .hero-ctas .hero-ctas-wrap ul li a span {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: .1em;
    }

    .hero-ctas .hero-ctas-wrap ul li a span:first-of-type {
        font-size: 31px;
        line-height: 32px;
    }

    .eq-lineup .eq-lineup-contain h2 {
        font-size: 30px;
    }

    .eq-lineup .eq-lineup-contain ul li a img {
        height: 120px !important;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
}

@media only screen and (max-width: 1200px) {
    button.slick-next.slick-arrow {
        display: none !important;
    }

    button.slick-prev.slick-arrow {
        display: none !important;
    }

    .surroundbg {
        height: max(600px, 53vw);
    }

    h3:not(.container.cf *) {
        font-size: 18px;
    }

    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    header {
        padding-left: 40px;
        padding-right: 40px;
    }

    .three-ctas-container {
        height: 325px;
    }

    .three-ctas-container .three-ctas {
        height: 325px;
    }

    .three-ctas-container .three-ctas ul {
        height: 325px;
    }

    .three-ctas-container .three-ctas ul li a:first-of-type {
        margin-bottom: 0px;
    }

    a.button {
        margin-bottom: 30px !important;
    }

    .three-ctas-container .three-ctas ul li a span:last-of-type {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .three-ctas-container .three-ctas ul li a span:first-of-type {
        font-size: 34px;
    }

    .eq-lineup .eq-lineup-contain ul li a img {
        height: 150px;
    }

    .eq-lineup .eq-lineup-contain ul li a span {
        font-size: 14px;
    }

    footer .footer-bottom {
        padding-right: 40px;
        padding-left: 40px;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
}

@media only screen and (max-width: 1400PX) {
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
}

/*}*/
/* ACCORDION */
.accordion {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #666;
    border: 1px #eee solid;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.accordion:hover {
    border: 1px #ccc solid;
}

.accordion .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 25px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

.accordion .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #ddd;
}

.accordion .accordion-content {
    display: none;
    padding: 25px;
}

.accordion.active:hover {
    border: 1px #eee solid;
}

.accordion.active .accordion-header:after {
    content: "\f068";
    color: #999;
}

/* LOCATIONS CSS  */
.locationslist h2 {
    background: #ca2b2fd9;
    text-align: center;
    padding: 13px 0 10px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    font-size: 24px !important;
    color: #fff !important
}

.wrapperarea {
    padding: 0 40px;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    margin: 100px auto !important
}

.surroundbtn {
    display: flex;
    margin-top: 20px
}

.locationslist ul {
    display: flex
}

.locationslist img {
    width: 100%
}

.locationslist li {
    width: 32%;
    margin: 0 10px
}

.flex-form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px
}

.wrapperarea {
    margin: 100px auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box
}

.flex-form,
.flex-form * {
    box-sizing: border-box
}

.bannerimg {
    width: 100%;
}

p a {
    color: var(--primary);
    text-decoration: underline !important;
}

.flex-form h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #eee;
    padding: 20px 0;
    margin-top: 40px
}

.flex-form h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    font-size: 16px
}

/* location info  */
.foursquare iframe {
    width: 100%;
    height: 100%
}

dt {
    float: left;
    width: 20%
}

.foursquare {
    display: flex;
    flex-wrap: wrap
}

.foursquare>div {
    width: 50%;
    PADDING-BOTTOM: 30PX
}

.lpage .surroundbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    HEIGHT: 370PX
}

.surroundbtn {
    display: flex;
    margin-top: 20px
}

/* SHOWROOM  */
#logoshowroom a,
#logoshowroom img {
    margin: 0 auto;
    webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#logoshowroom #inventory {
    background: #4d6059;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d6059), color-stop(99%, #000));
    background: linear-gradient(to bottom, #4d6059 0, #000 99%)
}

#logoshowroom .showroom a {
    font-size: calc(1.2rem + ((.75vw - 7.68px) * 2.1701));
    font-family: Oswald, sans-serif;
    color: #fff
}

#logoshowroom #logos {
    padding: calc(2.6875rem + ((1vw - 7.68px) * 1.7361)) 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#logoshowroom .logos2 {
    justify-content: center
}

#logoshowroom .showroom a {
    min-width: calc(9.375rem + ((1vw - 6.5px) * 12.5984));
    height: calc(9.375rem + ((1vw - 6.5px) * 12.5984));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    color: #fff;
    background-position: center !important;
    background-size: cover !important;
    transition: all .2s
}

#logoshowroom .showroom a:hover {
    transition: all .2s;
    transform: scale(1.07);
    text-shadow: 0 0 15px #000;
    -webkit-transform: translateZ(2)
}

#logoshowroom .showroom a img {
    height: 50px
}

#logoshowroom #logos img {
    margin-bottom: calc(2.6875rem + ((1vw - 7.68px) * 1.7361));
    padding: 0 28px;
    max-width: calc(11.25rem + ((1vw - 7.68px) * 8.6806))
}

@media only screen and (max-width:649px) {
    #logoshowroom .showroom a {
        font-size: 17px !important
    }

    #logoshowroom .showroom a {
        height: 160px;
        min-width: 160px
    }

    #logoshowroom #logos img {
        padding: 0 10px
    }
}