﻿/***** 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;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'lato', sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {background: #B61F24;}
.header-wrap {width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end; gap: 40px; align-items: center; padding: 10px 0;}
.header-phone a {font-family: 'quantico', sans-serif; font-weight: bold; font-size: 24px; line-height: 34px; color: #fff;}
.header-address a {font-family: 'lato', sans-serif; font-weight: 900; font-size: 16px; line-height: 26px; color: #fff; text-transform: uppercase;}
.header-phone a:hover, .header-address a:hover {color: #1F1F1f; transition: .5s;}

.header-nav {width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.header-left img {margin-bottom: 5px;}
.header-left p {font-family: 'quantico', sans-serif; font-weight: normal; font-size: 12px; line-height: 22px; color: #E4203E; text-transform: uppercase; text-align: center;}

.header-top, .header-btm, .mobile-header {display: none;}
.header-logo a img{border-radius: 10px;}

/*---BODY--------------------------------*/
/*---DEFUALT---*/
.hero-nav {background: #1F1F1F;}
.hero-nav-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 25px; padding: 20px 0;}
.hero-nav-wrap hr {border: 1px #404040 solid; height: 44px; margin: 0;}
.hero-nav-wrap a {width: 200px;}
.hero-nav-wrap h2 {font-family: 'quantico', sans-serif; font-weight: bold; font-size: 24px; line-height: 24px; color: #C73035; text-transform: uppercase; text-align: center; margin-top: 13px;}
.hero-nav-wrap h2 span {font-family: 'lato', sans-serif; font-weight: 900; font-size: 14px; line-height: 14px; color: #fff; text-transform: uppercase; text-align: center;}
.hero-nav-wrap a div {height: 7px; margin-top: 6px;}
.hero-nav-wrap a:hover div {width: 100%; height: 7px; background: #B61F24; margin-top: 6px; clip-path: polygon(0% 100%, 97% 100%, 100% 0%, 3% 0%); transition: .8s;}

.cat-bkgrd {background: url("/siteart/textured-bkgrd.jpg") no-repeat; background-size: cover; background-position: center;}
.cat-wrap {width: 1200px; margin: 0 auto; padding: 80px 0; display: flex; justify-content: center; gap: 10px;}
.cat-wrap a {background: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; text-align: center; width: 100%;}
.cat-wrap a > div:first-child {padding: 20px 0px;}
.cat-wrap a > div:last-child {background: #B61F24; padding: 30px 0;}
.cat-wrap a h3 {font-family: 'quantico', sans-serif; color: #001427; font-weight: bold; font-size: 24px; line-height: 34px; text-transform: uppercase;}
.cat-wrap a p {font-family: 'lato', sans-serif; color: #fff; font-weight: 900; font-size: 16px; line-height: 26px; text-transform: uppercase;}
.cat-wrap img {padding: 40px 0 20px 0;}
.cat-wrap a:hover img {transform: scale(95%); transition: .5s;}
.cat-wrap a:hover > div:last-child {background: #1F1F1F; transition: .5s;}
.cat-overlay {background: rgba(255,255,255,0.50);}

.featured-inv {background: url("/siteart/featured-inv-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.featured-inv-overlay {background: rgba(255,255,255,0.80);}
.featured-inv-wrap {width: 1200px; margin: 0 auto; padding: 80px 0;}
.featured-inv-wrap hr {height: 7px; background: #B61F24; clip-path: polygon(0% 100%, 97% 100%, 100% 0%, 3% 0%); width: 70px; border: none; margin: 0; margin-bottom: 10px;}
.featured-inv-wrap h4 {font-family: 'quantico', sans-serif; font-weight: bold; font-size: 30px; line-height: 40px; color: #001427; text-transform: uppercase;}
.featured-inv-wrap iframe {margin-top: 20px;}

.brands {width: 1200px; margin: 0 auto; padding: 50px 0;}
.brands .slick-slide {display: flex !important; justify-content: center;}
.brands .slick-slide img {width: 100%;}

.about-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.about-overlay {background: rgba(255,255,255,0.80);}
.about-wrap {width: 1200px; margin: 0 auto; padding: 80px 0; text-align: center;}
.about-wrap h5 {font-family: 'quantico', sans-serif; font-weight: bold; font-size: 34px; line-height: 44px; color: #B61F24; text-transform: uppercase;}
.about-wrap p {font-family: 'lato', sans-serif; font-weight: 900; font-size: 12px; line-height: 22px; color: #5C5C5C; text-transform: uppercase;}
.about-wrap > div {margin: 20px 0 35px 0;}
.about-wrap > div p {font-family: 'quantico', sans-serif; font-weight: normal; font-size: 14px; line-height: 24px; color: #333; text-transform: none;}
.about-wrap > div p a {color: #E4203E;}
.about-wrap > div p a:hover {color: #B61F24; text-decoration: underline; transition: .5s;}
.about-wrap button {border: 2px #B61F24 solid; width: 200px; background: transparent; font-family: 'quantico', sans-serif; font-weight: bold; font-size: 16px; line-height: 16px; color: #050C15; text-transform: uppercase; padding: 20px 0;}
.about-wrap button:hover {background: #B61F24; color: #fff; transition: .5s;}

.google-map {width: 1200px; margin: 0 auto;}

/*---WHAT WE SELL---*/
.body-wrap {width: 1200px; margin: 0 auto; padding: 25px 0 50px 0;}
.sub-nav {display: flex; gap: 5px; flex-wrap: wrap;}
.sub-nav a, .sub-nav p {color: #B61F24; font-size: 14px; line-height: 24px; font-family: 'lato', sans-serif; font-weight: normal;}
.sub-nav a:hover {color: #751417; transition: .5s;}

.manu-flex {display: flex; flex-wrap: wrap; gap: 10px;}
.manu-flex a {border: 1px #bbb solid; width: 24%; display: flex; justify-content: center; align-items: center; padding: 25px 0;}
.manu-flex a p {margin-bottom: 0px;}
.manu-flex a:hover {background: #B61F24; transition: .5s; border: 1px #B61F24 solid;}
.manu-flex a:hover p {color: #fff;}

/*---VALUE YOUR TRADE---*/
.body-form {padding-top: 35px;}
.body-form h1 {font-family: 'quantico', sans-serif; font-size: 36px; line-height: 46px; color: #B61F24; font-weight: normal; margin-bottom: 15px;}
.body-form p {font-family: 'quantico', sans-serif; font-size: 14px; line-height: 24px; color: #000; font-weight: normal; text-align: center;}
.body-form form {margin-top: 10px;}
.body-form h2 {font-family: 'quantico', sans-serif; font-size: 24px; line-height: 34px; color: #B61F24; font-weight: normal; margin-bottom: 10px; margin-top: 20px;}

/*---PARTS DEPARMENT---*/
.content-body {padding-top: 35px;}
.content-body > img {width: 100%; margin-bottom: 25px; border-radius: 10px;}
.content-body h1 {font-family: 'quantico', sans-serif; font-size: 36px; line-height: 46px; color: #B61F24; font-weight: normal; margin-bottom: 15px;}
.content-body p {font-family: 'quantico', sans-serif; font-size: 14px; line-height: 24px; color: #000; font-weight: normal; margin-bottom: 10px;}
.content-body p a {font-weight: bold; color: #000; text-decoration: underline;}
.content-body h2 {font-family: 'quantico', sans-serif; font-size: 24px; line-height: 34px; color: #B61F24; font-weight: normal; margin-bottom: 10px; margin-top: 20px;}
.content-body button {width: 200px; background: #B61F24; font-family: 'quantico', sans-serif; font-weight: bold; font-size: 16px; line-height: 16px; color: #fff; text-transform: uppercase; padding: 20px 0; border: none; margin-top: 20px;}
.content-body button:hover {background: #751417; transition: .5s;}
.content-flex {display: flex; gap: 15px;}
.content-flex img {margin-bottom: 10px; border-radius: 10px; width: 303px;}

/*---SERVICE DEPARMENT---*/
.content-body .service-btn button {width: 250px;}

/*---OUR STORY---*/
.img-bkgrd {background: #262626; border-radius: 10px; padding: 5px; width: 700px;}
.img-bkgrd img {border-radius: 10px; width: 100%;}
.img-bkgrd p {color: #fff;}

/*---MAP & HOURS---*/
.map-flex {display: flex; justify-content: space-between;}
.map-flex > div {width: 100%;}
.hours-flex {display: flex; gap: 100px;}
.map-flex iframe {margin-top: 20px;}
.map-flex li {font-family: 'quantico', sans-serif; font-size: 14px; line-height: 24px;}
.map-flex li a {color: #000; text-decoration: underline;}

/*---LINKS---*/
.links-flex {display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0;}
.links-flex a {width: 49%; background: #B61F24; color: #fff; text-align: center; padding: 20px 0; font-family: 'quantico', sans-serif; font-size: 14px; line-height: 24px;}
.links-flex a:hover {background: #751417; transition: .5s;}

/*---READ TESIMONIALS---*/
.content-body hr {width: 100%; border: 1px #bbb dashed; margin-top: 20px;}
.shop-box {background: #B61F24; text-align: center; padding: 40px 30px; margin-top: 30px;}
.shop-box h2 {color: #fff; margin-top: 0px;}
.shop-box div {display: flex; justify-content: center; gap: 10px; margin-top: 20px; flex-wrap: wrap;}
.shop-box button {border: 1px #fff solid; margin-top: 0px;}

/*---SUBMIT A TESTIMONIAL---*/
.sub-p p {text-align: left;}
.select-drop-down > div {width: 100%;}
.select-drop-down select {width: 100%; font-family: 'quantico', sans-serif; font-size: 16px; line-height: 26px; color: #000; border: 1px #bbb solid; padding: 10px 0 10px 15px;}
.checkbox-flex {flex-wrap: wrap; display: flex;}
.checkbox-flex div {width: 24%; display: flex; align-items: center;}
.checkbox-flex input {width: 20px !important;}

/*---PROMOTIONS---*/
.promotions {margin-top: 20px;}
.promotions > div {border: 1px #bbb solid; width: 100%; display: flex; justify-content: space-between; gap: 50px; align-items: center; padding: 20px; margin-bottom: 20px; border-radius: 5px;}
.promotions > div img, .promotions > div > div {width: 50%;}
.promotions h2 {margin-top: 0px;}

/*---PROMOTION DETAILS---*/
.promo-table {display: flex;}
.promo-table > div {width: 100%;}
.promo-table > div > ul:first-child {border: none !important;}
.promo-table > div > ul:first-child {background: #E4203E; color: #fff; height: 70px !important; display: flex; justify-content: center; align-items: center; text-align: center;}
.promo-table > div > ul:first-child li {padding: 0 10px !important;}
.promo-table > div:first-child ul {border-left: 1px #bbb solid;}
.promo-table > div ul {border-bottom: 1px #bbb solid; border-right: 1px #bbb solid; height: 130px; padding: 10px;}
.promo-table > div ul li {font-size: 16px; line-height: 26px;}

/*--------FORM STYLES--------------------*/
.form-flex > div {display: flex; gap: 10px; margin-bottom: 10px;}
.form-flex input {width: 100%; font-family: 'quantico', sans-serif; font-size: 16px; line-height: 26px; color: #000; border: 1px #bbb solid; padding: 10px 0 10px 15px;}
.form-flex input::placeholder, .form-textarea textarea::placeholder {color: #000;}
.form-textarea {display: flex; margin-bottom: 10px;}
.form-textarea textarea { width: 100%; font-family: 'quantico', sans-serif; font-size: 16px; line-height: 26px; color: #000; border: 1px #bbb solid; padding: 10px 0 0 15px; height: 100px;}
.body-form form .submitselect {width: 200px; background: #B61F24; font-family: 'quantico', sans-serif; font-weight: bold; font-size: 16px; line-height: 16px; color: #fff; text-transform: uppercase; padding: 20px 0; border: none; margin-top: 20px; display: flex; justify-content: center; align-items: center;}
.body-form form .submit {width: 200px; background: #B61F24; font-family: 'quantico', sans-serif; font-weight: bold; font-size: 16px; line-height: 16px; color: #fff; text-transform: uppercase; padding: 20px 0; border: none;}
.body-form form .submitselect:hover, .body-form form .submit:hover {background: #751417; transition: .5s; cursor: pointer !important;}
.body-form form .CaptchaAnswerPanel input {font-family: 'quantico', sans-serif; font-size: 16px; line-height: 26px; color: #000; border: 1px #bbb solid; height: 35px;}
.body-form form .CaptchaWhatsThisPanel a {font-family: 'quantico', sans-serif; font-size: 16px; line-height: 26px; color: #B61F24; text-decoration: underline;}
.body-form form .CaptchaWhatsThisPanel a:hover {color: #751417; transition: .5s;}
.form-flex label {font-family: 'quantico', sans-serif; font-size: 16px; line-height: 26px; color: #000;}
.form-radio {align-items: center;}
.form-radio input {width: 20px;}

/*-------- FOOTER STYLES ----------------*/
footer {background: #212121; border-top: 10px #B61F24 solid;}
.footer-wrap {width: 1200px; margin: 0 auto; padding: 80px 0; display: flex; justify-content: space-between; align-items: center; gap: 50px;}
.footer-wrap img {margin: 40px 0;}
.footer-wrap hr {border: 1px #404040 solid; height: 170px; margin: 0;}
.footer-wrap p {font-family: 'quantico', sans-serif; font-weight: bold; font-size: 16px; line-height: 26px; color: #ED5D62!important; text-transform: uppercase;}
.footer-wrap ul {margin-top: 8px;}
.footer-wrap li, .footer-wrap li a {font-family: 'lato', sans-serif; font-weight: 900; font-size: 16px; line-height: 22px; color: #CFCFCF;}
.footer-wrap li a:hover {color: #B61F24; transition: .5s;}
.footer-wrap li span {font-family: 'lato', sans-serif; font-weight: normal; font-size: 16px; line-height: 22px; color: #ED5D62!important; text-transform: uppercase;}
.footer-col-1 {display: flex; gap: 50px; align-items: end; width: 490px;}
.footer-col-1 ul li {margin-bottom: 8px;}
.footer-col-3 > div {display: flex; gap: 50px;}
.footer-wrap button {width: 220px; background: #B61F24; font-family: 'quantico', sans-serif; font-weight: bold; font-size: 14px; line-height: 14px; color: #fff; text-transform: uppercase; padding: 20px 0; border: none; margin-top: 8px;}
.footer-wrap button:hover {background: #751417; transition: .5s;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content {padding-top: 50px !important;}
.list-top-section .list-listings-count {color: #B61F24 !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #B61F24 !important;}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1400px) {
	.header-wrap, .header-nav, .cat-wrap, .featured-inv-wrap, .brands, .about-wrap, .footer-wrap, .body-wrap {width: 95%;}
	.google-map {width: 100%;}
	.google-map iframe {height: 400px !important;}
	.footer-wrap {justify-content: space-between;}
	.promotions > div {width: 95%;}
}

@media only screen and (max-width: 1350px) {
	.cat-wrap a, .cat-wrap img {width: 100%;}
	.cat-wrap a > div:first-child {padding: 20px 30px;}
}

@media only screen and (max-width: 1250px) {
	.header-wrap {justify-content: center;}
	.footer-wrap {flex-wrap: wrap;}
}

@media only screen and (max-width: 1150px) {
	header, .header-left {display: none;}
	.header-top, .header-btm, .mobile-header {display: contents;}
	.header-bkgrd {background: #B61F24;}
	.header-mobile-mahindra {width: 95%; margin: 0 auto; text-align: center; padding: 20px 0;}
	.header-mobile-mahindra img {margin-bottom: 5px;}
	.header-mobile-mahindra p {font-family: 'quantico', sans-serif; font-weight: normal; font-size: 12px; line-height: 22px; color: #E4203E; text-transform: uppercase; text-align: center;}
	.mobile-header-wrap {display: flex; justify-content: space-between; align-items: center; padding: 10px 0;}
	.header-nav {display: block;}
	.header-logo a {display: flex; align-items: center;}
	.mobile-header-nav {display: flex; align-items: center;}
	.header-white-btn {background: #fff;}
	.header-white-btn a {color: #B61F24; font-size: 20px; line-height: 20px; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
	.header-red-btn {background: #B61F24;}
	.header-red-btn a {color: #fff; font-size: 20px; line-height: 20px; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
	.header-logo img {height: 45px;}
	.header-white-btn:hover {background: #1F1F1F; transition: .5s;}
	.header-white-btn:hover a {color: #fff;}
}

@media only screen and (max-width: 1050px) {
	.manu-flex a {width: 32%;}
}

@media only screen and (max-width: 950px) {
	.cat-wrap {flex-wrap: wrap; width: 680px; gap: 20px;}
	.cat-wrap a {width: 48%;}
	.cat-overlay {background: rgba(255,255,255,0.80);}
	.map-flex {flex-wrap: wrap; gap: 30px;}
	.promo-table > div ul li {font-size: 15px; line-height: 25px;}
}

@media only screen and (max-width: 900px) {
	.content-flex {flex-wrap: wrap;}
	.content-flex img {margin-bottom: 0px; width: 303px;}
	.promotions > div {width: 94%;}
}

@media only screen and (max-width: 850px) {
	.footer-wrap > div {width: 100%;}
	.footer-wrap hr {width: 100%; height: 0px; border-style: dashed;}
	.footer-wrap .footer-col-1 {justify-content: space-between;}
	.footer-col-1 > div {width: 100%;}
	.img-bkgrd {width: 98%;}
	.links-flex a {width: 100%;}
	.checkbox-flex div {width: 32%;}
}

@media only screen and (max-width: 800px) {
	.hero-nav-wrap {width: 100%; flex-wrap: wrap; padding: 0px; gap: 0px;}
	.hero-nav-wrap hr, .hero-nav-wrap a {width: 100%;}
	.hero-nav-wrap hr {height: 0;}
	.hero-nav-wrap a {padding: 20px 0;}
	.hero-nav-wrap a:hover {background: #B61F24; transition: .5s;}
	.hero-nav-wrap a:hover h2 {color: #fff;}
	.hero-nav-wrap a div {display: none;}
	.hero-nav-wrap h2 {margin-top: 0px;}
	.promo-table > div ul li {font-size: 14px; line-height: 24px;}
}

@media only screen and (max-width: 750px) {
	.cat-wrap {width: 95%; gap: 15px;}
	.promotions > div {width: 93%;}
	.promo-table > div ul {height: 110px;}
	.promo-table > div ul li {font-size: 13px; line-height: 20px;}
	.manu-flex a {width: 48%;}
}

@media only screen and (max-width: 650px) {
	.promotions > div {flex-wrap: wrap; gap: 25px;}
	.promotions > div img, .promotions > div > div {width: 100%;}
	.promotions > div {width: 92%;}
}

@media only screen and (max-width: 600px) {
	.footer-wrap .footer-col-1 {flex-wrap: wrap;}
	.footer-col-1 a {width: 100%; display: block;}
	.footer-wrap {text-align: center;}
	.footer-col-3 > div {justify-content: center;}
	.checkbox-flex div {width: 48%;}
	.promotions > div {width: 91%;}
}

@media only screen and (max-width: 500px) {
	.header-logo img {height: 40px;}
	.header-white-btn a, .header-red-btn a {width: 35px; height: 35px; font-size: 18px; line-height: 18px;}
	.header-mobile-mahindra img {width: 225px; margin-bottom: 4px;}
	.header-mobile-mahindra p {font-size: 11px; line-height: 21px;}
	.cat-wrap {gap: 20px;}
	.cat-wrap a {width: 300px;}
	.promotions > div {width: 90%;}
	.promo-table > div ul {height: 100px;}
	.promo-table > div ul li {font-size: 12px; line-height: 18px;}
	.manu-flex a {width: 100%;}
}

@media only screen and (max-width: 450px) {
	.header-logo img {height: 35px;}
	.header-white-btn a, .header-red-btn a {width: 30px; height: 30px; font-size: 15px; line-height: 15px;}
	.header-mobile-mahindra img {width: 200px; margin-bottom: 3px;}
	.header-mobile-mahindra p {font-size: 10px; line-height: 20px;}
	.hero-nav-wrap h2 {font-size: 22px; line-height: 22px;}
	.hero-nav-wrap h2 span {font-size: 12px; line-height: 12px;}
	.featured-inv-wrap h4 {font-size: 25px; line-height: 35px;}
	.about-wrap h5, .body-form h1, .content-body h1 {font-size: 30px; line-height: 40px;}
	.form-flex > div {flex-wrap: wrap;}
	.body-form h2, .content-body h2 {font-size: 22px; line-height: 32px;}
	.shop-box {padding: 40px 20px;}
	.promotions > div {width: 89%;}
	.promo-table > div ul {height: 90px;}
	.promo-table > div ul li {font-size: 11px; line-height: 16px;}
}

@media only screen and (max-width: 400px) {
	.content-flex img {width: 100%;}
	.hours-flex {gap: 10px; justify-content: space-between;}
	.checkbox-flex div {width: 100%;}
	.promotions > div {width: 88%;}
	.promo-table > div > ul:first-child {height: 90px !important;}
	.promo-table > div ul {height: 130px;}
	.promo-table > div ul li {font-size: 10px; line-height: 15px;}
}

@media only screen and (max-width: 350px) {
	.header-logo img {height: auto; width: 100%;}
	.mobile-header-wrap {gap: 20px;}
	.header-mobile-mahindra img {width: 180px; margin-bottom: 2px;}
	.header-mobile-mahindra p {font-size: 9px; line-height: 18px;}
	.hero-nav-wrap h2 {font-size: 20px; line-height: 20px;}
	.hero-nav-wrap h2 span {font-size: 12px; line-height: 12px;}
	.cat-wrap a {width: 100%;}
	.cat-wrap a > div:first-child {padding: 20px;}
	.cat-wrap a h3 {font-size: 22px; line-height: 32px;}
	.cat-wrap a p {font-size: 15px; line-height: 25px;}
	.featured-inv-wrap h4 {font-size: 22px; line-height: 32px;}
	.about-wrap h5, .body-form h1, .content-body h1 {font-size: 25px; line-height: 35px;}
	.footer-col-3 > div {gap: 10px; justify-content: space-between !important;}
	.body-form h2, .content-body h2 {font-size: 20px; line-height: 30px;}
	.promotions > div {width: 86%;}
	.promo-table > div ul li {font-size: 9px; line-height: 12px;}
}

@media only screen and (max-width: 300px) {
	.header-mobile-mahindra img {width: 160px; margin-bottom: 1px;}
	.header-mobile-mahindra p {font-size: 8px; line-height: 18px;}
	.about-wrap button, footer button, .body-form form .submitselect, .body-form form .submit, .content-body button, .shop-box a {width: 100% !important;}
	.promotions > div {width: 85%;}
}



