/* General css */
* { -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; }
.noborder { border: none !important; }
.button { display: inline-block; padding: 11px 33px 10px 31px; text-decoration: none; font-family: "robotomedium"; color: #fff; }
button { font-size: 16px; -webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; border: none; outline: none; }
button:hover { color: #fff; }
* { margin: 0; padding: 0; }
*, *::after, *::before { box-sizing: border-box; }
.no_scroll { overflow: hidden; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title { display: block; }
body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px; line-height: 15px; color: #000; -webkit-font-smoothing: antialiased; margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; line-height: 1.5; }
div, span, p, section { box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0 none; }
strong, th { font-style: normal; }
ol, ul { list-style: none }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
a img { border: none; display: block; }
img { max-width: 100%; }
a { text-decoration: none; color:#333333; }
a:active, a:focus, input[type="image"], select:focus, input, input[type="button"]:focus, :focus { outline: 0; }
/*For Clear*/
.clearfix { *zoom: 1;
}
.clearfix:before, .clearfix:after { display: block; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.clear { clear: both; }
/*Form Elements*/
button, input, select, textarea { font-family: inherit; }
button, input { line-height: normal; text-transform: none; box-sizing: border-box; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
textarea { overflow: auto; vertical-align: top; }
.sprite { background: url(../images/sprite.svg) no-repeat; line-height: 0px; font-size: 1px; display: inline-block; *display:inline;
vertical-align: middle; zoom: 1; }
.no-svg .sprite { background: url(../images/sprite.png) no-repeat; line-height: 0px; font-size: 1px; display: inline-block; *display:inline;
vertical-align: middle; zoom: 1; }
/*Fonts family*/
@font-face { font-family: 'robotobold'; src: url('../fonts/roboto-bold_1-webfont.eot'); src: url('../fonts/roboto-bold_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold_1-webfont.woff') format('woff'), url('../fonts/roboto-bold_1-webfont.ttf') format('truetype'), url('../fonts/roboto-bold_1-webfont.svg#robotobold') format('svg'); }
@font-face { font-family: 'robotolight'; src: url('../fonts/roboto-light_1-webfont.eot'); src: url('../fonts/roboto-light_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light_1-webfont.woff') format('woff'), url('../fonts/roboto-light_1-webfont.ttf') format('truetype'), url('../fonts/roboto-light_1-webfont.svg#robotolight') format('svg'); }
@font-face { font-family: 'robotomedium'; src: url('../fonts/roboto-medium_1-webfont.eot'); src: url('../fonts/roboto-medium_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium_1-webfont.woff') format('woff'), url('../fonts/roboto-medium_1-webfont.ttf') format('truetype'), url('../fonts/roboto-medium_1-webfont.svg#robotomedium') format('svg'); }
@font-face { font-family: 'robotoregular'; src: url('../fonts/roboto-regular_1-webfont.eot'); src: url('../fonts/roboto-regular_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular_1-webfont.woff') format('woff'), url('../fonts/roboto-regular_1-webfont.ttf') format('truetype'), url('../fonts/roboto-regular_1-webfont.svg#robotoregular') format('svg'); }
@font-face { font-family: 'robotothin'; src: url('../fonts/roboto-thin_1-webfont.eot'); src: url('../fonts/roboto-thin_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin_1-webfont.woff') format('woff'), url('../fonts/roboto-thin_1-webfont.ttf') format('truetype'), url('../fonts/roboto-thin_1-webfont.svg#robotothin') format('svg'); }
@font-face { font-family: 'RupeeForadianRegular'; src: url('../fonts/rupee_foradian-webfont.eot'); src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rupee_foradian-webfont.woff') format('woff'), url('../fonts/rupee_foradian-webfont.ttf') format('truetype'), url('../fonts/rupee_foradian-webfont.svg#RupeeForadianRegular') format('svg'); font-weight: normal; font-style: normal; }
/*Misc*/
.fleft { float: left; }
.fright { float: right; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.inblock { display: inline-block; *display:inline;
zoom: 1; vertical-align: middle; }
.justify { text-align: justify; }
/*Headings*/
h1, h2 { font-size: 36px; font-family: "robotobold"; font-weight: normal; color: #333; line-height: 1.3; }
h3 { font-size: 22px; color: #1c1c1c; font-family: "robotobold"; font-weight: normal; }
.ruppes { font-family: "RupeeForadianRegular"; font-style: normal; }
input[type="text"], input[type="email"], input[type="tel"], textarea { float: left; font-size: 14px; transition: all .4s ease-in-out 0s; -moz-transition: all .4s ease-in-out 0s; -ms-transition: all .4s ease-in-out 0s; -o-transition: all .4s ease-in-out 0s; -webkit-transition: all .4s ease-in-out 0s; color: #3f4348; font-family: "robotolight"; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05); box-shadow: inset 0 0 5px rgba(0,0,0,.05); border: solid 1px #b3b3b3; height: 40px; padding-left: 18px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05); box-shadow: inset 0 0 5px rgba(0,0,0,.05); }
::-webkit-input-placeholder {
color:#3f4348;
opacity:1 !important; /* for chrome */
}
:-moz-placeholder { /* Firefox 18- */
color: #3f4348;
opacity: 1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #3f4348;
opacity: 1 !important;
}
:-ms-input-placeholder {
color: #3f4348;
opacity: 1 !important;
}
/*Select Box */
.select-wrapper { float: left; border: 1px solid #aaaaaa; background: url(../images/br_down.png) no-repeat 91% 50% #FFF; cursor: pointer; position: relative; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-align: left; }
.select-wrapper { width: 100%; height: 50px; font-size: 14px; line-height: 50px; color: #717171; }
.select-wrapper .custom-select { width: 100%; height: 48px; font-size: 14px; line-height: 48px; color: #717171; }
.select-wrapper:hover, .select-wrapper:focus { background: url(../images/br_downhover.png) no-repeat scroll 91% 50% #FFF; border-color: #a4a4a4; }
.select-wrapper .holder { display: block; margin: 0 40px 0 16px; white-space: nowrap; overflow: hidden; *overflow:inherit;
cursor: pointer; position: relative; z-index: 1; color: #717171; font-family: 'robotoregular'; font-size: 14px; line-height: 48px; height: 48px; }
.select-wrapper select { margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; -webkit-appearance: none; left: 0px; vertical-align: middle; }
.button { font-size: 14px; -moz-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; padding: 11px 48px; text-transform: uppercase; display: inline-block; vertical-align: middle; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: 'robotobold'; line-height: 24px; color: #333333; border: 1px solid #333333; background-color: transparent; }
.button:hover { background-color: #333333; color: #fff; }
/* ========== page css ========= */
.main { width: 94%; max-width: 1150px; margin: 0 auto; }
/*Header*/
#stickyheader { z-index: 1499; left: 0px; width: 100%; background: #fff; }
.shadow { -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2); -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2); box-shadow: 0 2px 3px rgba(0,0,0,.2); *border-bottom:solid 1px #c9c8c8;
border: 0; }
header { padding: 10px 0; }
header .logo { width: 200px; padding: 5px 0; margin: 0 auto 10px; text-align: center; }
header .logo a { display:inline-block; vertical-align:middle;width: 170px}
header .logo a img { display: block; margin: 0 auto; }
header nav { width: 100%; text-align: center; margin:19px 0; }
header nav ul li { text-align: center; display: inline-block; vertical-align: middle; }
header nav li a { line-height: 20px; font-size: 13px; color: #333333; display: block; font-family: 'robotobold'; text-transform: uppercase; padding:10px 18px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
header nav li a:hover, header nav li a.active { color: #333333; background:#fdbe10; }
/*Midlle*/
.brandsection { width: 100%; background: #f5f5f5; display: table; }
.brandsection .brandgrid { width: 100%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; border-bottom: 1px solid #fff; position: relative; overflow: hidden; }
.brandsection .brandgrid img { width: 100%; height: auto; display: block; }
.brandsection .brandlogo { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 150px; height: 150px; margin: auto; background: #fff; -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; background: rgba(245,245,245,0.6); box-shadow: 0 0 3px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.75); -moz-box-shadow: 0 0 3px rgba(0,0,0,.75); -o-box-shadow: 0 0 3px rgba(0,0,0,.75); -ms-box-shadow: 0 0 3px rgba(0,0,0,.75); text-align: center; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease; transition: all 1s ease-in-out; }
.brandsection .brandlogo img { width: auto; display: inline-block; vertical-align: middle; }
.brandsection .brandlogo i { height: 100%; }
.brandsection .brandgrid:hover .brandlogo { background: rgba(245,245,245,1) }
.brandgrid .content { text-align: center; width: 100%; margin: 30px auto; padding: 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.headingtext { font-size: 16px; font-family: "robotolight"; color: #333; margin: 6px 0 10px 0; }
.brandgrid .content { max-width:955px; width:90%;}
.brandgrid .content p { font-size: 18px; line-height:30px; color: #333; font-family: "robotoregular"; margin-bottom: 10px; }
.brandgrid .button { margin: 10px 0 20px; }
.brandgrid .button:hover { background: #333333; }
.brandgrid .select-wrapper { max-width: 350px; width: 100%; margin-bottom: 10px; }
.brandgrid .locateus { max-width: 352px; }
.brandgrid .locateus .button { width: 100%; margin-top: 20px; }
.brandgrid .locateus form { padding-top: 10px; }
/* ======= footer css ======== */
footer { background-color: #343433; padding:11px 0 20px; }
footer .footer-text { width: 100%; text-align: center; font-size: 14px; line-height: 20px; color: rgba(255, 255, 255, 0.8); font-family: 'robotolight'; padding-top: 5px; }
footer .footericon { width:145px; margin:0 auto; text-align: center; padding-top: 14px; }
footer li { display: inline-block; vertical-align: middle; }
footer .facebookicon { background-position: 0 0; width: 31px; height: 32px; opacity: 0.24; }
footer .twittericon { background-position: -30px 0; width: 32px; height: 32px; opacity: 0.24; }
footer .googleicon { background-position: -62px 0; width: 31px; height: 32px; opacity: 0.24; }
footer .playicon { background-position: -93px 0; width: 31px; height: 32px; opacity: 0.24; }
footer .facebookicon:hover { background-position: 0 -32px; opacity: 1; }
footer .twittericon:hover { background-position: -30px -32px; opacity: 1; }
footer .googleicon:hover { background-position: -62px -32px; opacity: 1; }
footer .playicon:hover { background-position: -93px -32px; opacity: 1; }
.landingmap .button { position: absolute; right:20px; bottom: 0; background-color: #333333; color: #fff; font-size: 12px; padding: 6px 15px; }
.landingmap .button:hover { background-color: #1a1a1a; border-color: #1a1a1a; }

/* Banner Slider */
.bannersection { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; padding:0 6px}
.accordion { width: 100%; height:550px; overflow: hidden; margin:0 auto; }
.accordion ul { width: 100%; display: table; table-layout: fixed;}
.accordion ul li { display: table-cell; vertical-align: bottom; position: relative; width: 14.285%; height:550px; background-repeat: no-repeat; background-position: center center; transition: all 500ms ease; border-left:1px solid #fff; border-right:1px solid #fff; }
.accordion ul li div { display: block; overflow: hidden; width: 100%; }
.accordion ul li div a { display: block; height:550px; width:100%; position: relative; z-index: 3; vertical-align: bottom; box-sizing: border-box; text-decoration: none; transition: all 200ms ease; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; position:relative; background: rgba(0, 0, 0, 0.5); }
.accordion ul li div a * { margin: 0; width:auto; text-overflow: ellipsis; position: relative; z-index: 5; overflow: hidden; -webkit-transform: translateX(0); transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transition: all 400ms ease; transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; }

.accordion ul li:nth-child(1) { background-image: url("../images/Banners/New-Creta.jpg");}
.accordion ul li:nth-child(2) { background-image: url("../images/Banners/Harrier.jpg"); }
.accordion ul li:nth-child(3) { background-image: url("../images/Banners/XUV-3XO.jpg"); }
.accordion ul li:nth-child(4) { background-image: url("../images/Banners/Ather.jpg");}
.accordion ul li:nth-child(5) { background-image: url("../images/Banners/TVS-Jupitor.jpg"); }
.accordion ul li:nth-child(6) { background-image: url("../images/Banners/NOVELTY-SWEETS.jpg"); }
.accordion ul li:nth-child(7) { background-image: url("../images/Banners/NOVELTY-Mall.jpg"); }





/*  */
.accordion ul:hover li { width:6%;}
.accordion ul:hover li:hover { width:50%;}
.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0);}
.accordion ul:hover li:hover a * { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.accordion ul li .dealerlogs { background-color:#fff; position:absolute; left:5px; bottom:5px; right:5px; text-align:center; height:95px; text-align:center;    display: flex;
    align-items: center;
    justify-content: center;}
.accordion ul li .dealerlogs img, .accordion ul li .dealerlogs i {vertical-align:middle; display:inline-block;}
.accordion ul li .dealerlogs i { display:inline-block; vertical-align:middle; height:100%;}
.accordion ul li .dealerlogs img { width:auto !important;max-width: 140px;}
/* About Section  */
/* #aboutus { padding:77px 0 228px; background:url(../images/about-bg.jpg) no-repeat bottom center #f5f5f5; width:100%;} */
#aboutus { padding:0px 0 228px; background:url(../images/about-bg.jpg) no-repeat bottom center #f5f5f5; width:100%;margin-top: 50px;}
#aboutus .brandgrid { border-bottom:0;}
#aboutus .brandgrid .content .button { border-width:1px; padding:11px 14px; margin-bottom:43px;}
#aboutus .videobtn { background:#333333; width:24px; height:24px; display:inline-block; vertical-align:middle; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; position:relative; margin-left:14px;}
#aboutus .videobtn:before { content:''; position:absolute; left:50%; top:50%; margin:-5px 0 0 -3px; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #ffffff;} 
#aboutus .brandgrid .content .button:hover .videobtn { background-color:#fff;} 
#aboutus .brandgrid .content .button:hover .videobtn:before { border-color: transparent transparent transparent #333333;}
#aboutus .readmore { font-size:14px; font-family: "robotobold"; display:inline-block; margin-top:29px; text-transform:uppercase;}
#aboutus .readmore:hover { color:#fdbe10;}
#contactus .landingmap { display:none;}
#contactus { background:#798483;}
#contactus h2, #contactus .headingtext {color:#fff;}
#contactus .select-wrapper .holder { color:#fff;}
#contactus .select-wrapper { background: url(../images/br_down2.png) no-repeat 91% 50% #67706f; color:#fff; border-color:#67706f; }
#contactus .select-wrapper:hover, .select-wrapper:focus { background: url(../images/br_downhover2.png) no-repeat scroll 91% 50% #67706f;}
#contactus .button { border-color:#fff; color:#fff;}
#contactus .button:hover, #contactus .button:focus { background:#fff; border-color:#fff; color:#333;}

.w5{width: 100%;float: left;}
.w6{width: 100%;float: left;}
.w4{width: 100%;float: left;}

.content2{width: 100%;margin: auto;}
.imgSection{margin-top: 50px;margin-bottom: 50px;}
.imgSection .imgWpr img{width: 100%;}
.imgSection .imgWpr.one{padding: 16px 16px 0;}
.imgSection .imgWpr.two{padding: 16px;}
.videoSection{background: #26407D;}
.videoSection .videoSecWpr .txtWpr{padding: 30px 16px 30px;}
.videoSection .videoSecWpr .txtWpr h2{color: #fff;margin-bottom: 10px;}
.videoSection .videoSecWpr .txtWpr p{color: #fff;opacity: .7;font-size: 14px;}
.videoSection .videoSecWpr .txtWpr .button{color: #26407D; font-size: 12px;padding: 10px 30px;display: inline-block;background: #fff;border-radius: 5px; text-transform: inherit;margin-top: 30px;cursor: pointer;}
.videoSection .videoSecWpr .videoWpr{background: #000;height: 300px;margin-top: 70px;display: flex;align-items: center;justify-content: center;}
.videoSection .videoSecWpr .videoWpr video{width: 100%;}
.videoSection .videoSecWpr .videoWpr iframe{width: 100%;height: 308px;}
.videoSection .hideSection{display: none;}
.videoSection .hideSection.open{display: block;}
/* .sliderWpr .card{width: 300px;} */
.testimonialSection{background: #f5f5f5;padding-top: 30px;}
.testimonialSection h2{margin-bottom: 40px;text-align: center;}
.testimonialSection .card{width: 100%;background: #fff;padding: 20px;border-radius: 5px;margin-bottom: 20px;}

.userInfo .dp{width: 54px;height: 54px;border-radius: 50%;display: inline-block;vertical-align: middle;}
.userInfo .dp img{width: 100%;height: 100%;object-fit: cover;}
.userInfo .infoWpr{width: calc(100% - 59px);padding-left: 10px; display: inline-block;vertical-align: middle;}
.userInfo .infoWpr .name{font-size: 16px;color: #000;margin-bottom: 10px;font-weight: bold;}
.userInfo .infoWpr .date{font-size: 12px;color: rgba(0,0,0,.5);}
.userInfo .cnt{margin-top: 20px;margin-bottom: 20px;}
.userInfo .cnt p{font-size: 14px;}
.icn{display: inline-block;}
.icn.icon-star-fill{width: 18px;height: 18px;background: url("../images/new/star-fill.png") no-repeat 0 0 /100%;}
.icn.icon-star{width: 18px;height: 18px;background: url("../images/new/star.png") no-repeat 0 0 /100%;}
.ratingWpr{display: flex;}
.ratingWpr .count{margin-left: auto;color: rgba(0,0,0,.5);font-size: 14px;}
/* ======== Media Queries ========*/
@media screen and (min-width:320px) {
h1, h2 { font-size: 30px; line-height: 1.2; }
}

@media screen and (min-width:479px) {
header nav li a {padding:10px 25px; }
}

@media screen and (min-width:639px) {
header .logo { float: left; text-align: left; margin-bottom: 0; width: 243px; font-size: 14px; }
header nav { float: right; max-width: 348px; }
header nav li a { font-size: 14px; }
}
@media screen and (min-width:768px) {
    .content2{width: 1024px}
    .w5{width: 50%;float: left;}
.w6{width: 60%;float: left;}
.w4{width: 40%;float: left;}
.imgSection .imgWpr.one{padding-right: 10px;}
.imgSection .imgWpr.two{padding-left: 10px;}
.videoSection .videoSecWpr .txtWpr{padding: 40px 40px 40px 0;}
.testimonialSection .card{margin-bottom: 0;}
    /* .imgSection .imgWpr.one{padding-right: 10px;}
    .imgSection .imgWpr.two{padding-left: 10px;} */
}
@media screen and (min-width:1007px) {
header { padding:9px 0; }
.brandsection .brandgrid { width: 50%; float: none; display: table-cell; vertical-align: middle; border-bottom: 0 }
.brandsection .brandlogo { width: 250px; height: 250px; }
.brandgrid .content { margin: 20px auto 0; }
.brandgrid .select-wrapper { height: 40px; line-height: 40px; }
.brandgrid .select-wrapper .custom-select, .brandgrid .select-wrapper .holder { line-height: 38px; height: 38px; }
.brandgrid .content .button { margin: 5px 0; line-height: 15px; }
#contactus .landingmap { display:block; width:100%; height:100%;}
}

@media screen and (min-width:1050px) {
.brandgrid .content { width: 95%; }
}

@media screen and (min-width:1200px) {
.main { width: 1150px; width: 95%; }
h1, h2 { font-size: 36px; line-height: 1.3; }
.headingtext { margin: 6px 0 15px 0; }
.brandgrid .content { margin: 5px auto; }
.brandgrid .locateus form { padding-top: 25px; }
.brandgrid .content .button { margin: 5px 0 15px; line-height: 20px; }
.brandgrid .select-wrapper { margin-bottom: 15px; height: 44px; line-height: 44px; }
.brandgrid .select-wrapper .custom-select, .brandgrid .select-wrapper .holder { line-height: 42px; height: 42px; }
}

@media screen and (min-width:1500px) {
.headingtext { margin: 6px 0 36px 0; }
.brandgrid .content .button { margin: 16px 0 30px; line-height: 24px; }
.brandgrid .select-wrapper { margin-bottom: 30px; height: 50px; line-height: 50px; }
.brandgrid .select-wrapper .custom-select, .brandgrid .select-wrapper .holder { line-height: 48px; height: 48px; }
}

@media screen and (max-width: 600px) {
.accordion { height: auto; }
.accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover { position: relative; display: table; table-layout: fixed; width: 100%; -webkit-transition: none; transition: none; }
}