
:root {
    --color-black: hsl(0, 0%, 0%);
    --color-yellow: hsl(48, 100%, 57%);
    --color-grey: hsl(0, 0%, 45%);
    --color-dark-grey: hsl(0, 0%, 21%);
    --color-white: hsl(0, 0%, 100%);
    --color-red: hsl(0, 100%, 45%);
}

.mobile {
    display: none;
}



.page {
    min-height: 0px;
}

.full-wrapper {
    padding: 0;
}

.master-wrapper-page section .container-fluid {
    width: 100vw;
    overflow: hidden;
    padding-left: 0;
}

.header-upper {
    display: none;
}

.header {
    position: relative;
    z-index: 10;
    margin: auto;
    text-align: center;
    width: 100vw;
}

    .header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

/* Home */
.home-section-01 {
    overflow: hidden;
    width: 100vw;
}


    .home-section-01 button {
        width: 100%;
        padding: 2vh;
        font-size: 2.2vw;
        border: solid 1px #000;
        background-color: #000;
        color: #ffd324;
        font-weight: bold;
    }

        .home-section-01 button i {
            margin-right: 1rem;
            color: #fff;
        }

        .home-section-01 button:hover {
            background-color: #000;
            border: solid 1px #000;
            color: #234590;
            transition: 0.3s;
        }

    .home-section-01 ul {
        display: flex;
        padding: 0;
        margin-bottom: 0;
    }

        .home-section-01 ul li {
            width: 50%;
        }

.home-section-02 {
    overflow: hidden;
    min-height: 70vh;
    width: 100vw;
}

.home-section-02-img {
    background-image: url(/Content/images/EziMahindra/mahindra-shop.png);
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    filter: saturate(2);
}

.home-section-container {
    background-color: #000;
    padding: 4vw 2vw 4vw 2vw;
    text-align: center;
    color: #fff;
    min-height: 70vh;
}

    .home-section-container img {
        max-height: 15vh;
        margin-bottom: 2rem;
    }

    .home-section-container h1 {
        color: #234590;
        text-transform: uppercase;
        font-weight: bold;
    }

    .home-section-container p {
        font-size: 1vw;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

.home-section-03 {
    overflow: hidden;
    min-height: 70vh;
    width: 100vw;
}

    .home-section-03 .i-map {
        filter: grayscale(100%);
    }

    .home-section-03 .home-section-container {
        background-color: #fff;
        padding: 4vw 2vw;
        text-align: center;
        color: #353535;
    }

        .home-section-03 .home-section-container img {
            max-height: 15vh;
            margin-bottom: 2rem;
        }

        .home-section-03 .home-section-container h1 {
            color: #234590;
            text-transform: uppercase;
            font-weight: bold;
        }

        .home-section-03 .home-section-container h3 {
            text-transform: uppercase;
            font-weight: bold;
        }

        .home-section-03 .home-section-container a {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 2vw;
            text-decoration: none;
            color: #000;
        }

            .home-section-03 .home-section-container a i {
                color: #234590;
            }

        .home-section-03 .home-section-container p {
            font-size: 1vw;
            margin-top: 1rem;
        }

.home-section-04 {
    background-color: #000;
    overflow: hidden;
    width: 100vw;
}

    .home-section-04 .carousel-item {
        height: 90vh;
        background-size: cover;
        background-position: center;
    }

.home-section-05 {
    background-color: #eee;
    min-height: 70vh;
    overflow: hidden;
    width: 100vw;
}

    .home-section-05 h2 {
        color: #234590;
        text-transform: uppercase;
        text-align: left;
    }

.home-section-05-col-1 {
    padding: 4rem;
    height: 100%;
    min-height: 70vh;
    text-align: left;
}

.home-section-05-col-2 {
    padding: 4rem;
    height: 100%;
    min-height: 70vh;
    text-align: left;
}

.home-section-05-col-3 {
    padding: 4rem;
    height: 100%;
    background-color: #fff;
    min-height: 70vh;
    text-align: left;
}

    .home-section-05-col-3 table {
        background-color: #fff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        text-align: left;
    }

        .home-section-05-col-3 table th {
            padding: .5rem;
        }

        .home-section-05-col-3 table td {
            padding: .5rem;
        }



.home-section-card-img-1 {
    background-image: url(/Content/images/EziMahindra/mahindra-stock-02.png);
    background-size: cover;
    background-position: center;
    height: 40vh;
    margin-top: 3vh;
}

.home-section-card-img-2 {
    background-image: url(/Content/images/EziMahindra/mahindra-stock-01.png);
    background-size: cover;
    background-position: center;
    height: 40vh;
    margin-top: 3vh;
}

/* Footer */
.container-fluid.i-footer-top {
    width: 100vw;
    overflow: hidden;
}

.container-fluid.i-footer-center {
    width: 100vw;
    overflow: hidden;
}


.i-footer-top {
    padding: 7vh;
    text-align: center;
    background-color: #eee;
    color: #000;
    width: 100vw;
    overflow: hidden;
    margin-top: -2px;
}

    .i-footer-top b {
        color: #234590;
    }

.i-footer-middle {
    background-color: #000;
    color: #fff;
    padding-top: 10vh;
    padding-bottom: 5vh;
}

    .i-footer-middle ul{
        padding-left: 0;
    }

    .i-footer-middle img {
        max-width: 80%;
    }

    .i-footer-middle h4 {
        color: hsl(48, 100%, 57%);
        border-bottom: solid 1px #757575;
        padding-bottom: 1rem;
        margin-bottom: .5rem;
    }

    .i-footer-middle a {
        text-decoration: none;
        color: #fff;
    }

        .i-footer-middle a:hover {
            text-decoration: none;
            color: #234590;
        }

.i-footer-bottom {
    background-color: #212121;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

    .i-footer-bottom p {
        color: #fff;
        font-size: .6vw;
        margin: 0;
        padding: 0;
    }

    .i-footer-bottom span {
        padding-left: .5vw;
        padding-right: .5vw;
    }

    .i-footer-bottom a {
        color: hsl(48, 100%, 57%);
        text-decoration: none;
    }

.i-footer-center {
    background-image: url(/Themes/EziMahindra/Content/images/EziMahindra/mahindra-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 70vh;
}

/* Top Header */
.top-header-01 {
    background-color: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
    width: 100vw;
}

    .top-header-01 h2 {
        color: #fff;
        text-align: left;
        text-transform: uppercase;
    }

    .top-header-01 b {
        color: #234590;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2.5vw;
    }

.top-header-btn button {
    font-size: 1.5vw;
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: #fff;
}

    .top-header-btn button i {
        padding-right: 1rem;
        color: #234590;
    }

.top-header-center {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

    .top-header-center a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 2vw;
    }

        .top-header-center a i {
            color: #234590;
            margin-right: 1rem;
        }


.desktop-top-logo img {
    height: 100%;
}
/* Sections */
.section-home-left {
    padding: 2vw;
    min-height: 70vh;
}

    .section-home-left img {
        max-height: 10vh;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .section-home-left h1 {
        color: #ffd324;
    }

    .section-home-left h3 {
        text-transform: uppercase;
        font-weight: bold;
    }

    .section-home-left p {
        font-size: 1.2rem;
        text-transform: capitalize;
        width: 80%;
        margin: auto;
    }

.home-section-01 {
    background-color: #212121;
}


.btn-grey {
    background-color: #757575;
    color: #fff;
    border: none;
    padding: .8rem;
    margin-top: 2rem;
}

.btn-red {
    background-color: #234590;
    color: #fff;
    border: none;
    padding: .8rem;
    margin-top: 2rem;
}

.btn-green {
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: .8rem;
    margin-top: 2rem;
}

.section-home-right-01 {
    background-image: url(https://imgd-ct.aeplcdn.com/1056x660/n/cw/ec/128413/scorpio-classic-exterior-left-rear-three-quarter.jpeg?isig=0&q=75);
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.section-home-right-02 {
    background-image: url(https://jalopytalk.com/wp-content/uploads/2022/04/black-grand-jeep-cherokee-04212022-min.jpg);
    background-size: cover;
    background-position: center;
    height: 70vh;
}


.i-map iframe {
    height: 70vh;
}

@media only screen and (max-width: 600px) {

    .mobile {
        display: unset;
    }

    .desktop {
        display: none;
    }

    section {
        margin-top: -1rem;
    }

    .desktop-top-logo img {
        max-height: 10vh;
    }

    .top-header-btn button {
        width: 100%;
        font-size: 4vw;
        margin-bottom: 1rem;
    }

    .top-header-center {
        text-align: left;
    }

        .top-header-center h2 {
            margin-top: 1rem;
            margin-bottom: 2rem;
        }

    .i-footer-middle {
        padding-top: 1rem;
    }

   

        .container-fluid.i-footer-bottom p {
            font-size: 3vw;
        }

    .i-footer-middle-logo {
        text-align: center;
    }

        .i-footer-middle-logo img {
            max-height: 10vh;
            margin-bottom: 2rem;
        }

    .section-home-left {
        padding: 2rem !important;
    }

    .section-home-right {
        padding-right: 0 !important;
    }

    .section-home-right-01 {
        height: 30vh;
    }

    .section-home-right-02 {
        height: 30vh;
    }

    .i-map {
        margin-top: -5vh;
    }

        .i-map iframe {
            height: 30vh;
        }

    .top-header-center h2 {
        margin-top: 1rem;
        margin-bottom: 2rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 8vw;
    }

    .container-fluid.top-header-01 {
        padding: 1rem;
    }

        .container-fluid.top-header-01 h2 {
            font-size: 5vw;
            margin-bottom: 1rem;
        }

            .container-fluid.top-header-01 h2 b {
                font-size: 7vw;
            }

        .container-fluid.top-header-01 a {
            font-size: 3.5vw;
            width: 100%;
            margin: 1rem;
        }

    .home-section-04 .carousel-item {
        height: 40vh;
        background-size: cover;
        background-position: center;
    }

    .home-section-01 button {
        width: 100%;
        padding: 1rem;
        font-size: 4vw;
        height: 100%;
    }

    .home-section-01 ul {
        width: 100%;
        display: list-item;
        padding: 0;
        margin-bottom: 0;
    }

        .home-section-01 ul li {
            width: 100%;
        }

    .home-section-05-col-1 {
        padding: 2rem;
        min-height: 40vh;
    }

    .home-section-05-col-2 {
        padding: 2rem;
        min-height: 40vh;
    }

    .home-section-05-col-3 {
        padding: 2rem 2rem 1rem 2rem;
        min-height: 40vh;
    }

        .home-section-05-col-3 table {
            margin-bottom: 2rem;
        }

        .home-section-05-col-3 button {
            width: 100%;
            margin-top: .5rem;
        }


    .home-section-02 {
        overflow: hidden;
        min-height: 45vh;
        max-height: auto;
        height: auto;
        width: 100vw;
    }

    .home-section-02-img {
        min-height: 45vh;
        max-height: 70vh;
        height: auto;
    }

    .col-md-6.col-xs-12.home-section-container {
        padding: 3rem;
        min-height: 60vh;
        height: auto;
    }


    .home-section-container p {
        font-size: 4vw;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }



    .home-section-container button {
        width: 100%;
        margin-top: .5rem;
    }

    .home-section-03 .home-section-container img {
        width: 100%;
    }

    .home-section-03 .home-section-container a {
        font-size: 8vw;
    }

    .home-section-03 .home-section-container p {
        font-size: 4vw;
    }

    .i-section-01-btns {
        margin-bottom: 2rem;
    }

    .i-footer-center {
        min-height: 30vh;
        max-height: 30vh;
    }

    .master-column-wrapper {
        width: 100vw;
        padding-top: 1rem;
    }

    .left-side-wrapper {
        margin-bottom: 0;
    }

    .products-wrapper {
        margin-left: 0.5rem;
    }

    .product-selectors.row {
        margin: auto;
        margin-bottom: 2rem;
    }

    .ae-details h2 a {
        color: #234590;
        font-size: 6vw;
        max-width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

    .ae-details h2 {
        color: #234590;
        font-size: 6vw;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }
    .ae-details-btn button {
        background-color: #757575;
        color: #fff;
        border: none;
        padding: .8rem;
        width: 100%;
    }




}


.breadcrumb {
    background-color: #000 !important;
    padding: 1rem !important;
}

.breadcrumb-item.active {
    color: #234590 !important;
}

.breadcrumb-item a {
    text-decoration: none !important;
    color: #fff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.left-side-wrapper {
    padding: 2rem !important;
}

    .left-side-wrapper a {
        text-decoration: none;
        color: #000;
    }

.right-side-wrapper {
    padding: 2rem !important;
}

.product-viewmode i {
    color: #234590;
}

a.viewmode-icon.list {
    display: none;
}

.ae-container {
    padding: 5rem;
    min-height: 60vh;
}

.col-md-4.col-xs-12.ae-form {
    padding: 3rem;
}

.ae-form {
    border: solid 1px #eee;
    border-radius: 5px;
}


    .ae-form h3 {
        margin-bottom: 2rem;
    }

.ae-field label {
    width: 20%;
}

.ae-field input {
    width: 40%;
}

.ae-form button {
    margin-top: 1rem;
    min-width: 150px;
}

.message-error.validation-summary-errors {
    border: solid 1px #234590;
    border-radius: 5px;
    padding: 1rem;
    color: #234590;
    margin-bottom: 2rem;
    text-align: left;
}

.item-box.product-grid.col-xs-12.col-sm-6.col-md-4.col-lg-4.col-xl-4 {
    padding-left: 0;
}
.item-grid {
    padding: 0 !important;
}

.picture.ae-picture a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 35vh;
    min-height: 34vh;
    height: 100%;
}

.ae-details a {
    color: #234590;
    font-size: 1.2vw;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.ae-details-btn button {
    background-color: #757575;
    color: #fff;
    border: none;
    padding: .8rem;
   
}

.product-item.ae-product-item {
    padding: 0.5rem;
}

.product-essential {
    border: solid 1px #eee;
    padding: 1rem;
}

.ae-product-essential h1 {
    background-color: #000;
    color: #fff;
    padding: 1rem;
}

.single-product-left {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 1rem;
}
.ae-price {
    border: solid 1px #eee;
    margin-bottom: 1rem;
    padding: 1rem;
}

.ae-product-essential table {
    width: 100%;
    background-color: #eee;
}

.add-to-wishlist {
    margin-top: 1rem;
}

.thumb-item {
    float: left;
}

.ae-contact {
    text-align: center;
    border: solid 2px #000;
    margin-top: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .ae-contact img {
        height: 4rem;
        margin-bottom: 1rem;
    }

.prices label {
    width: 20%;
}

.product-price {
    font-weight: bold;
    font-size: 1.2vw;
}

.old-product-price {
    text-decoration: line-through;
    text-decoration-color: #234590;
}

.product-essential table{
    vertical-align: top;
}

    .product-essential table th {
        width: 30%;
        padding: 0.5rem;
        vertical-align: top;
    }

    .product-essential table td {
        padding: 0.5rem;
        vertical-align: top;
    }

.product-essential a{
    text-decoration: none;
    color: #000;
}

.product-essential table ul{
    padding-left: 0;
}
.product-essential table ul li {
    text-transform: capitalize;   
}

    .product-essential table ul li a {
        text-decoration: underline;
    }

.product-tags-list {
    background-color: #000;
    padding: 1rem;
    margin-bottom: 2rem;
}

.product-tags-list ul {
    padding-left: 0;
}

.badge-primary {
    color: #fff;
    background-color: #234590;
    border-radius: 0;
    padding: 0.5rem;
}

.tag span{
    color: #fff;
}