/* 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: #fff; -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; }
.desktopHide{display: block;}

/*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 { 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; display:inline-block; vertical-align:top; }
.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; -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3); }
.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: 'robotolight'; 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; }
header { padding: 10px 0; -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); position:relative;}
header .logo { width: 200px; padding: 5px 0; margin: 0 auto 10px; text-align: center; }
header .logo a { display:inline-block; vertical-align:middle;}
header .logo a img { display: block; margin: 0 auto; width:100%; }
header nav { width: 100%; text-align: center; margin:10px 0 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: #77787b; display: block; font-family: 'robotobold'; text-transform: uppercase; padding:10px 18px;}
header nav li a:hover, header nav li a.active { color: #333333; }
/*Midlle*/
.container { width: 100%; background: #f5f5f5; padding:99px 0 106px; position:relative;}
.container img { width: 100%; height: auto; display: block; }

.main .content { text-align: center; width: 100%; margin: 20px 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; line-height:20px; font-family: "robotolight"; color: #333; margin:6px 0 34px 0; }
.container .content { max-width:955px; width:100%; margin:0 auto;}
.container .content p { font-size: 18px; line-height:30px; color: #333; font-family: "robotoregular"; margin-bottom: 10px; }
.container .button { margin-top:5px; }
.container .button:hover { background: #333333; }
/* ======= footer css ======== */
footer { background-color:#343433; padding:22px 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:100%; text-align:center; padding-top:15px; }
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;}
/* 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; background-image: radial-gradient(#fff 5%, #fff 30%, #c7ced4 60%);; font-size:0; line-height:0;}
.bannersection .main { max-width:930px;}
#thumbnail-slider { margin: 0 auto; width:95%; padding: 0; box-sizing: border-box; position: relative; -webkit-user-select: none; user-select: none; }
#thumbnail-slider div.inner {position: relative; overflow: hidden; padding: 0; margin: 0; }
#thumbnail-slider div.inner ul { white-space: nowrap; position: relative; left: 0; top: 0; font-size: 0; padding: 0; margin: 0; float: left!important; width: auto!important; height: auto!important;}
#thumbnail-slider ul li { display:inline-block; margin:68px -24px; transform:scale(0.64); -webkit-transform:scale(0.64); -moz-transform:scale(0.64); -o-transform:scale(0.64); -ms-transform:scale(0.64); transition: transform 0.5s; -webkit-transition:transform 0.5s; -moz-transition: transform 0.5s; -o-transition: transform 0.5s; -ms-transition: transform 0.5s; box-sizing: content-box; text-align: center; vertical-align: middle; padding: 0; position: relative; backface-visibility: hidden; 
    /* filter: grayscale(100%); -webkit-filter: grayscale(100%); */
     border:15px solid rgba(0, 0, 0, 0.05); border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; }
#thumbnail-slider ul li.active { transform: scale(0.97); -webkit-transform: scale(0.97); -moz-transform: scale(0.97); -ms-transform: scale(0.97); -o-transform: scale(0.97); -webkit-filter: grayscale(0); filter: grayscale(0);}
#thumbnail-slider .thumb { width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center center; display: block; position: absolute; font-size: 0; cursor: inherit; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; display:block; background-color:#fff; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%;}
#thumbnail-slider ul li.active .thumb { -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4); -moz-box-shadow: 0 0 5px rgba(0,0,0,.4); box-shadow: 0 0 5px rgba(0,0,0,.4);} 
#thumbnail-slider-pause-play { display: none; }
#thumbnail-slider-prev, #thumbnail-slider-next { display: none; }

#thumbnail-slider ul li a{
width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    font-size: 0;
    cursor: inherit;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;}



/* About Section  */
#aboutus { background:#DC3730; border-top:2px solid #fff; color:#fff; position:relative; z-index:2;}
#aboutus h1, #aboutus .headingtext, #aboutus .content p { color:#fff;}
#aboutus .button {padding:11px 14px; margin:12px 0 41px; border-color:#fff; color:#fff;}
#aboutus .button:hover, #aboutus .button:focus { background-color:#fff; color:#333;}
#aboutus .videobtn { background:#fff; 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 #ff6f6f;} 
#aboutus .button:hover .videobtn { background-color:#333;} 
#aboutus .button:hover .videobtn:before { border-color: transparent transparent transparent #fff;}
#aboutus .readmore { font-size:14px; font-family: "robotobold"; display:inline-block; margin-top:29px; text-transform:uppercase; color:#fff;}
#aboutus .readmore:hover { color:#333;}

/* Map Section */
#contactus { padding:0; text-align:center;}
#contactus .locateus { position:relative; z-index:1; background:#fff; max-width:980px; margin:0 auto; padding:38px 10px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;  -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4); -moz-box-shadow: 0 0 5px rgba(0,0,0,.4); box-shadow: 0 0 5px rgba(0,0,0,.4);}
#contactus .formbtn { display:inline-block; vertical-align:top; width:100%;}
#contactus .locateus .button { width:129px; padding:10px 0; border-width:2px; margin:10px 6px; clear:both;}

#contactus .landingmap { display:none; }
.landingmap .button { position: absolute; right:20px; bottom:20px; background-color: #333333; color: #fff; font-size: 12px; padding: 6px 15px; }
.landingmap .button:hover { background-color: #1a1a1a; border-color: #1a1a1a; }
.container .select-wrapper { width:90%; margin:10px 10px;}

.Hyderabad a:before{content: "";position: absolute; width: 100%; height: 100%; top:0; left: 0; border-radius: 50%; background: url("../images/new/bg/Hyderabad.png") no-repeat 0 0 / 100%; display: inline-block;}
.Hyderabad a:after{content: "";position: absolute; width: 100%; height:100%; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);   border-radius: 50%; background: url("../images/new/Mahindra_Hyderabad.png") no-repeat 0 0 / 100%; display: inline-block;}

.Mahbubnagar a:before{content: "";position: absolute; width: 100%; height: 100%; top:0; left: 0; border-radius: 50%; background: url("../images/new/bg/Mahbubnagar.png") no-repeat 0 0 / 100%; display: inline-block;}
.Mahbubnagar a:after{content: "";position: absolute; width: 100%; height:100%; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);   border-radius: 50%; background: url("../images/new/Mahindra_mahbubnagar.png") no-repeat 0 0 / 100%; display: inline-block;}

.Visakhapatnam a:before{content: "";position: absolute; width: 100%; height: 100%; top:0; left: 0; border-radius: 50%; background: url("../images/new/bg/Visakhapatnam.png") no-repeat 0 0 / 100%; display: inline-block;}
.Visakhapatnam a:after{content: "";position: absolute; width: 100%; height:100%; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);   border-radius: 50%; background: url("../images/new/Mahindra_Visakhapatnam.png") no-repeat 0 0 / 100%; display: inline-block;}

/* .Mahbubnagar span{background: url("../images/new/bg/Mahbubnagar.jpg") no-repeat 0 0 / 100%;display: inline-block;}
.Visakhapatnam span{background: url("../images/new/bg/Visakhapatnam.jpg") no-repeat 0 0 / 100%;display: inline-block;} */
.mahindra_logo{display: inline-block;    float: right;
    width: 104px;}
/* ======== Media Queries ========*/
@media screen and (min-width:320px) {
h1, h2 { font-size: 30px; line-height: 1.2; }
/* Slider */
#thumbnail-slider { width:280px; }
#thumbnail-slider ul li { margin:68px -23px;}

}
@media screen and (min-width:479px) {
header nav li a {padding:10px 25px; }
}
 @media screen and (min-width:640px) {
header .logo { float: left; text-align: left; margin-bottom: 0; margin-top:0px; width: 243px; font-size: 14px; }
header nav { float: right; max-width: 348px;margin:19px 0; }
header nav li a { font-size: 14px; }

}
@media screen and (min-width:767px) {
.container .select-wrapper { width:47%; }
/* ======= footer css ======== */
footer .footer-text { max-width:400px; text-align:left; float:left; }
footer .footericon { width:140px; text-align:right; float:right; padding-top:0; }
/* Slider */
#thumbnail-slider { width:700px; }
#thumbnail-slider ul li { margin:68px -57px;}
.mahindra_logo{
    width: 180px;}

}

@media screen and (min-width:1007px) {
header { padding:11px 0; }

.container .content { margin: 20px auto 0; }
#contactus .formbtn {width:auto;}
.container .content .button { margin: 5px 0; line-height: 15px; }
.container .select-wrapper { width:47%; max-width: 220px; }
#contactus .locateus { padding:38px 10px 21px; position:relative; margin: 40px auto; max-width:980px; width:100%; right:0;}
#contactus .landingmap { height:450px; width:100%; display:block; }
#contactus .landingmap img { height:100%; width:100%;}
.desktopHide{display: none;}

}
@media screen and (min-width:1050px) {
.brandgrid .content { width: 95%; }
.container .select-wrapper { max-width: 249px;}
/* Slider */
#thumbnail-slider { width:930px; }
#thumbnail-slider ul li { margin:68px -75px;}
}
@media screen and (min-width:1200px) {
.main { width: 1150px; width: 95%; }
h1, h2 { font-size: 36px; line-height: 1.3; }
.container .content { margin:0 auto; }
.container .locateus form { padding-top:5px; text-align:left; }
.container .content .button { margin: 5px 0 15px; line-height: 20px; }
.container .select-wrapper { margin-bottom: 15px;}
#contactus .landingmap { height:auto;}

}
 @media screen and (min-width:1500px) {
.container .content .button { margin: 16px 0 30px; line-height: 24px; }
.container.select-wrapper { margin-bottom: 30px; height: 50px; line-height: 50px; }
.container.select-wrapper .custom-select, .container .select-wrapper .holder { line-height: 48px; height: 48px; }
}

@media screen and (max-width:767px) {
    header .logo {
        width: 118px;
        padding: 5px 0;
       margin:0;
       display: inline-block;

    }
}


