@font-face {
  font-family: 'CorporateABQRegular';
  src: url('../fonts/CorporateABQRegular.woff') format('woff'),
       url('../fonts/CorporateABQRegular.ttf') format('truetype'),
       url('../fonts/CorporateABQRegular.svg#CorporateABQRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rupee_Foradian';
  src: url('../fonts/Rupee_Foradian.eot');
  src: url('../fonts/Rupee_Foradian.woff2') format('woff2'),
       url('../fonts/Rupee_Foradian.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


body, html{
	width: 100%;
	height: 100%;
	letter-spacing: 0.5px;
	outline: none;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
}

body ul{
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

img{
	max-width: 100%;
}


.top_bar{
	background: #222222;
    padding: 0px;
    position: relative;
}
.top_bar ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
       padding: 17px 0px;
    display: inline-block;
}
.top_bar ul li {
    margin: 0px 20px;
}
.top_bar ul li:last-child{
	margin-right: 0px;
}
.main_header{
	background: url("../img/header_bg.jpg");
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 15px 0px;
}
.main_header:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/header_overlay.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105";
    font-family: FontAwesome;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 12px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
ol.breadcrumb li a {
    color: #0099cc;
    font-size: 12px;
}
.breadcrumb>.active {
    color: #fff;
    font-size: 12px;
}
.menu_bar {
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}
.menu_bar a.active_menu {
    color: #cc3333;
}
.menu_bar a {
    color: #666666;
    margin-left: 55px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}
.main_head_right ul li {
    margin: 0px 3px;
    position: relative;
    padding:  0px;
}
.main_head_right ul li:before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    border: 1px solid rgba(242, 242, 242, 0.33);
}
.main_head_right ul li a {
    position: relative;
    padding: 10px 35px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
     transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}
.main_head_right {
    margin: 14px 0px;
}
.main_head_right a.active_menu_hader {
    color: #cc3333;
}
.main_wrap{
	background: #f5f5f5;
}
.slider {
    padding: 20px 0px;
}
.flex-direction-nav a:before {
    content: "\f104" !important;
}
.flex-direction-nav a:before {
    font-family: 'FontAwesome' !important;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105" !important;
}
.slider a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#carousel .flex-direction-nav {
    display: none;
}
.check_on_road_div {
    background: #e6e6e6;
    padding: 30px 20px;
}
.check_on_road_div h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 400;
}
.check_on_road_div p {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.check_on_road_div strong {
    font-size: 30px;
    color: #222;
    margin-right: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
a.road_price_btn {
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 3px;
    font-weight: 500;
    background-image: linear-gradient(253deg, transparent 1.2rem, #cc3333 1.3rem, #cc3333);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.serv_div {
    background: #fff;
    padding: 20px 15px;
}
.serv_div h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.s_icon{
	height: 50px;
    width: 50px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.serv_div p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.grid_box .row{
	margin: 0;
}
.grid_box .bg_2 {
    background: url("../img/bg_2.jpg");
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 35px 30px;
}
.grid_box h3 {
    font-family: 'CorporateABQRegular', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.bg_2 ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.bg_2 ul li:before{
	position: absolute;
	content: "";
	width: 5px;
    height: 5px;
    top: 9px;
	left: 0;
	background: #cc3333;
}
.grid_box {
    padding-bottom: 20px;
}
.bg_2 ul li:last-child{
	margin-bottom: 0px;
}
.footer_top{
	background: url(../img/footer_top_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	padding: 25px 0px;
}
.footer_bottom{
	background: url(../img/footer_bottom_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	padding: 8px 0px;
}
.footer_logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.link_foot ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
}
.footer_bottom p {
    margin: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 7px;
}
.social_icons ul li a i{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #7a7d83;
	color: #222936;
	border-radius: 50%;
    font-size: 16px;
}
.border_head{
	position: relative;
	padding-bottom: 8px;
}
.border_head:after{
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	width: 100%;
	height: 30px;
	background: url("../img/border_line.png");
	background-size: 40px;
	background-repeat: no-repeat;
}
.compare_tata h2 {
    margin-bottom: 25px;
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.row.comp_row_grid {
    background: #fff;
    margin: 0;
    padding: 20px;
}
.row.comp_all_div {
    background: #e6e6e6;
    margin: 0;
    padding: 20px;
}
.compare_tata {
    padding-bottom: 20px;
}
.row.comp_row_grid p {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0px;
}
.row.comp_row_grid a  {
    color: #cc3333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.row.text-center.comp_all_div p {
    font-weight: 600;
    color: #666666;
}
.border_btn {
    background-color: transparent;
    background-image: linear-gradient(253deg, transparent 1.2rem, #cc3333 1.3rem, #cc3333 );
    position: relative;
    padding: 10px 50px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}
.ac-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.ac-content ul li a{
	color: #666666;
    font-size: 14px;
    font-weight: 500;
	line-height: 1;
    vertical-align: top;
}
.ac-content ul li img {
    position: absolute;
    left: 0;
    max-width: 20px;
    top: 0;
}
.ac-content ul li:last-child{
	margin: 0px;
}
.ac-content ul {
    width: 60%;
}
.accordian_div {
    padding-bottom: 35px;
}
.accord_heading.clearfix {
    margin-bottom: 10px;
}
.accord_heading h2 {
    float: left;
    font-size: 24px;
    font-weight: 400;
    font-family: 'CorporateABQRegular', sans-serif;
}
.accord-label {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #cc3333;
    font-weight: 600;
    text-align: right;
}
.accord-label:after {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-left: 6px;
}
.selct_location {
    float: right;
}
.selct_location a {
    color: #cc3333;
    font-size: 15px;
    font-weight: 500;
}
.zest_review {
    padding-bottom: 20px;
}
.zest_review h2 {
    margin-bottom: 25px;
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.tabs_sec{
	background: #fff;
	padding:30px;
	text-align: center;
}
.tab-content ul li {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}
.tab-content {
    text-align: left;
}
.tab-content a {
    color: #cc3333;
    font-size: 14px;
    font-weight: 600;
}
.tab-content a {
    color: #cc3333;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
span.caret.icon_rot {
    display: inline-block;
}
span.caret.icon_rot {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    border-top: 6px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #cc3333;
    border: 0;
    background: url("../img/active_tab.png");
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
.nav-tabs>li>a {
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666666;
    margin: 0;
    border: 0;
    background: url("../img/tab_menu_bg.png");
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
.nav-tabs>li {
    margin: 0px;
    width: 14%;
    float: none;
    display: inline-block;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    border: transparent;
}
.zest_variants h2{
	margin-bottom: 24px;
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.variants_div.clearfix {
    background: #fff;
    padding: 15px;
    max-height: 408px;
    overflow: auto;
}
.zest_variants {
    padding-bottom: 20px;
}
.variants_inner_row h3 {
    margin-bottom: 4px;
    font-size: 16px;
    color: #333333;
}
.variants_inner_row p {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
        margin: 0;
}
.variants_inner_row strong {
    color: #333;
    font-size: 24px;
    margin-right: 5px;
}
.row.variants_inner_row {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 15px 0px;
}
p.center_p_tg {
    margin-top: 10px;
}
.top_bar ul li a:hover, .top_bar ul li a.active{
	color: #cc3333;
	text-decoration: none;
}
.main_head_right ul li a:hover{
	color: #cc3333;
	text-decoration: none;
}
.menu_bar a:hover{
	color: #cc3333;
	text-decoration: none;
}
#humber_menu{
	display: none;
	float: right;
    font-size: 30px;
    color: #cc3333;
    cursor: pointer;
        margin: 10px;
}
.logo_txt h1 {
    margin: 0;
    font-size: 38px;
    display: inline-block;
    color: #fff;
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: 400;
}
.logo a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
.logo a:hover{
    text-decoration: none;
}
.main_head_right ul li h2 {
    margin-bottom: 0px;
    font-size: 15px;
}
.transmission {
    padding: 0px 10px;
}
a.ac-title h3 {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    display: inline-block;
}
.load_more_btn{
    display: none;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.top_bar.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #222222;
    width: 100%;
}
.border_btn:hover, .border_btn:focus, .border_btn:active{
    text-decoration: none;
    background-image: linear-gradient(253deg, transparent 1.2rem, #cc3333 1.3rem, #cc3333);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}

.effect-16{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc; background-color: transparent; width: 100%;
    z-index: 9;
    position: relative;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #cc3333; transition: 0.4s; z-index: 99;}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #999999;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -16px; font-size: 12px; color: #808080; transition: 0.3s;}
.effect-16:focus {
    outline: -webkit-focus-ring-color auto 0px;
    color: #aaa;
}
.input-effect {
    position: relative;
    margin-bottom: 25px;
}
.make_enquiry {
    padding: 60px 0px;
    background:url("../img/enquiry_bg.jpg");
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.make_enquiry:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
}
.enquiry_form {
    background: #fff;
    padding: 30px 80px 40px;
    position: relative;
    border-radius: 4px;
}
.make_enquiry h2 {
    color: #fff;
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
}
.make_enquiry .border_head:after, .tata_car_modal .border_head:after{
    left: 50%;
    background-size: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: center;
    width: 5%;
}
.enquiry_form a.submit_btn {
    padding: 10px 55px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-top: 3px;
    font-weight: 500;
    background: url(../img/on_road_btn_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.text_area {
    height: 115px;
}
.enquiry_left_side ul li img {
    position: absolute;
    left: 0;
}
.enquiry_left_side ul li{
    position: relative;
    padding-left: 45px;
    margin-bottom: 45px;
}
.enquiry_left_side ul li h3{
    color: #fff;   
    margin-bottom: 20px;
    font-size: 20px;
}
.enquiry_left_side ul li p, .enquiry_left_side ul li a{
    color: #fff;
    font-size: 18px;
}
.home_main_header_vs {
    background: #3e3d40;
    padding: 0px;
}
.home_main_header_vs .main_head_right ul li:before{
    display: none;
}
.home_main_header_vs .main_head_right ul li.default_f_child a{
    color: #eaf9fe;
    font-weight: 500;
    margin-bottom: 0px;
    margin-right: 20px;
}
.home_main_header_vs .main_head_right ul li a {
    padding:10px;
    font-weight: 400;
    color: #eaf9fe;
    font-size: 14px;
}
.home_main_header_vs .main_head_right ul > li.default_f_child a:hover{
    color: #fff;
}
.home_main_header_vs .main_head_right {
    margin: 0;
}
.vs_home_accordian.accordian_div {
    padding-bottom: 35px;
    padding-top: 35px;
}
.logo img {
    /*max-width: 150px;*/
    margin: 8px 0px;
}
.owl-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 10px;
}
.owl-buttons {
    display: none;
}
.owl-item .item {
    position: relative;
}
/*.owl-item .item:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}*/
.tata_car_modal h2 {
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: 100;
    font-size: 26px;
    margin-bottom: 30px;
}
.head-smalltext {
    font-size: 18px;
}
p.head_p_bootm_vs {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.car_grid {
    border: 1px solid #eee;
    position: relative;
    margin-top: 35px;
    text-align: center;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}
.car_grid img {
	width: 100%;
}
.car_grid .border_btn {
    padding: 9px 28px;
    margin-top: 4px;
    margin-bottom: 20px;
}
a.car_name{
    color: #222;
}
a.car_name h3{
    font-size: 18px;
    padding: 0 8px;
    margin-top: 12px;
}
.car_grid p strong{
    color: #cc3333;
    font-size: 18px;
}
.car_grid p {
    color: #666666;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
}
.tata_car_modal {
    position: relative;
    padding: 60px 0px;
}
.car_grid:hover {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.09);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.make_enquiry textarea {
    resize: none;
}
.sliders-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-135%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-135%);
    width: 100%;
    text-align: left;
    color: #fff;
    z-index: 1;
}
.sliders-info .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.caption_slider {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-135%);
    -webkit-transform: translate(-50%,-135%);
    -moz-transform: translate(-50%,-135%);
    width: 100%;
    text-align: left;
    color: #fff;
    z-index: 1;
}*/
.select_car_model_main_row {
    max-width: 550px;
    margin: 30px auto 45px auto;
    border-bottom: 1px solid #fff;
    padding: 9px 0;
    font-size: 22px;
    cursor: pointer;
    position: relative;
        z-index: 99;
}
.select_car_dropdown{
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 20px;
        top: 38px;
}
.select_car_model_main_row:hover .select_car_dropdown{
    display: block;
}
.caption_slider .heading_text h1 {
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
}
.caption_slider .heading_text h1 span{
    color: #cc3333;
    font-weight: bold;
}
.select_car_model span {
    font-size: 20px;
    font-weight: 400;
}
.select_tata_car_model_text {
    margin-left: 25px;
}
.btn-diagonal {
    background: #cc3333;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: skew(-18deg);
    transform: skew(18deg);
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    padding: 8px 22px;
    margin: 40px auto 0;
    display: block;
}
.btn-diagonal span {
    display: block;
    -webkit-transform: skew(-17deg);
    transform: skew(-17deg);
}	
.slider-form h2 {
    font-family: 'CorporateABQRegular', sans-serif;
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
}
.slider-form {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.68);
    padding: 36px 30px;
    border-radius: 5px;
    margin-left: 80px;
    margin-top: 20px;
}
.slider-form .form-control {
    height: 38px;
    border: none;
}
.select_car_model img {
    max-height: 20px;
}
.select_car_model .caret {
    margin-top: 14px;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.select_car_dropdown .links{ text-align:left;}
.select_car_dropdown .links a {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.select_car_dropdown ul li a {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.select_car_dropdown ul li{
    text-align: left;
}
.select_car_dropdown ul li a:hover{
    text-decoration: none;
    color: #cc3333;
}
.view_car_detail_btn{
    position: relative;
        width: 17%;
        margin-right: 10px;
}
.view_car_detail_btn:before{
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    border: 1px solid #fff;
}
.view_car_detail_btn h2, .check_on_rod_price_btn h2 {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin: 0;
    z-index: 9;
    position: relative;
}
.view_car_detail_btn h2 a, .check_on_rod_price_btn h2 a{
    color: #fff;
    padding: 10px 12px;
    display: inline-block;
}
.view_car_detail_btn:hover:before, .view_car_detail_btn:hover:focus, .view_car_detail_btn:active:before{
    border: 1px solid #cc3333;
}
.view_car_detail_btn:hover h2 a, .view_car_detail_btn:focus h2 a, .view_car_detail_btn:active h2 a{
    color: #cc3333;
    text-decoration: none;
}
.check_on_rod_price_btn{
    position: relative;
        width: 17%;
        margin-left: 10px;
}
.check_on_rod_price_btn:before{
    content: "";
    background: #cc3333;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    border: 1px solid #cc3333;
}
.check_on_rod_price_btn:hover h2 a{
    text-decoration: none;
}
.or_txt h2{
    font-size: 22px;
}
.home_main_header_vs .main_head_right ul li a:hover{
    color: #cc3333;
}
.dropdown_submenu{
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 20px;
    min-width: 570px;
    z-index: 9;
}
.top_menu li{
    position: relative;
}
.top_menu li:hover .dropdown_submenu{
    display: block;
    z-index: 99;
}
.dropdown_submenu ul li {
    margin: 0;
}
.dropdown_submenu ul li a {
    font-size: 14px;
    padding: 5px 0px;
    color: #202020;
}
.main_head_right ul li:hover .dropdown_submenu{
    display: block;
}
.main_head_right ul li .dropdown_submenu{
    min-width: 170px;
}
.main_head_right ul li .dropdown_submenu a{
   color: #202020;
    display: block;
    padding: 3px 0px;
}
/*.select_car_dropdown.select_car_dropdown_open {
    display: block;
}*/
.owl-item .item img {
    width: 100%;
}
.slider_vs {
    position: relative;
}



.dropdown_popup {
    visibility: hidden;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.dropdown_popup.open_dropdown_popup_inner {
    opacity: 1;
    visibility: visible;
}
.dropdown_popup_inner {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    position: absolute;
    max-width: 290px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0);
    -o-transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    left: 50%;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .9s ease-out;
    -o-transition: -o-transform .9s ease-out;
    transition: transform .9s ease-out;  
}
.dropdown_popup.open_dropdown_popup_inner .dropdown_popup_inner {
    transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
}
.close_popup {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    z-index: 99;
}
.row.dropdown_popup_html {
    max-height: 300px;
    overflow: auto;
}
.row.dropdown_popup_html .links{
	padding: 6px 0;
    font-size: 16px;
}
.row.dropdown_popup_html .links a {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}
.row.dropdown_popup_html ul li {
    padding: 6px 0;
    font-size: 16px;
}
.dropdown_popup_html ul li a {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}
.dropdown_popup_html ul li a:hover{
    color: #cc3333;
    text-decoration: none;
}
.check_on_rod_price_btn:hover:before, .check_on_rod_price_btn:focus:before, .check_on_rod_price_btn:active:before{
	background:#bf2811;
	border-color:#bf2811;
}
.mobile_slide{
    display: none;
}
.tata_car_modal .border_head:after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    height: 30px;
    background: url(../img/border_line_2.png);
    background-size: 40px;
    background-repeat: no-repeat;
}
.tata_car_modal .border_head:after {
    left: 50%;
    background-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: center;
    width: 6%;
}
.enquiry_form.contct_enquiry_form {
    background: url(../img/enquiry_cont_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    padding: 30px;
}
.enquiry_form.contct_enquiry_form:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
}
.contact_banner{
    background: url(../img/contact_banner.jpg);
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0px 30px;
}
.cont_scroll_div{
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(62, 61, 64, 0.34);
}
.contact_banner .logo_txt h1 {
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.contc_detail {
    background: #fff;
    padding: 30px;
}
.enquiry_left_side.contc_detail ul li h3 {
    color: #222222;
    margin-bottom: 14px;
    font-size: 18px;
}
.enquiry_left_side.contc_detail ul li p, .enquiry_left_side.contc_detail ul li a {
    color: #666666;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
.enquiry_left_side.contc_detail ul li {
    margin-bottom: 35px;
}
.home_main_header_vs {
    display: none;
}
.price_desc_grid {
    min-height: 50px;
    text-align: center;
    padding: 10px 8px 0;
}
.car-info-grid,
.car-below-info {
    text-align: left;
    margin: 10px 0;
}
.car-info-grid ul {
    font-size: 14px;
    color: #666;
    padding: 0 8px;
}
.car-info-grid li {
    display: inline-block;
    position: relative;
    padding-left: 23px;
}
.car-info-grid li.info-year,
.car-info-grid li.info-kms {
    margin-right: 10px;
}
.car-info-grid li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.car-info-grid li.info-year:before {
    background: transparent url(../img/year.png) scroll 0 0 no-repeat;
    width: 19px;
    height: 19px;
}
.car-info-grid li.info-kms:before {
    background: transparent url(../img/kms.png) scroll 0 0 no-repeat;
    width: 19px;
    height: 19px;
}
.car-info-grid li.info-variant:before {
    background: transparent url(../img/variant.png) scroll 0 0 no-repeat;
    width: 20px;
    height: 20px;
}
.car-below-info li {
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.car-below-info li span {
    font-weight: 600;
}
.car-below-info li:first-child {
    margin-right: 10px;
}
.car-below-info ul {
    padding: 0 8px;
}
.mt-5{ margin-top:5px}
.mt-10{ margin-top:10px}
.mt-20{ margin-top:20px}
.mr-10{ margin-right:10px;}
.mr-15{ margin-right:15px;}
.ml-15{ margin-left:15px;}
.mb-10{ margin-bottom:10px;}
.block{ display:block;}
.clear{ clear:both;}
.full-width{ max-width:100%}
.tab-content ul{ margin:0; padding:0;}
.tab-content ul.font14 li{ font-size:14px;}
.nopadding{ padding-left:0; padding-right:0;}
sup{ font-size:9px;}
.right{ float:right;}
.modal-dialog { margin-top: 100px; width: 570px;}
.modal-dialog a:hover{ text-decoration:none; }
.pointer{ cursor:pointer;}
.font25{ font-size:25px;}
a{ outline:none;}
h3.font14{ font-size:14px;}
.font18{ font-size:18px;}
.bold{ font-weight:bold;}
.enquiry_form button.submit_btn {
    padding: 10px 55px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-top: 3px;
    font-weight: 500;
    background: url(../img/on_road_btn_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

.left-popup {
    padding: 0;
}
#checkOnRoadPrice .modal-dialog {
    width: 936px;
    border-radius: 6px;
}
.right-popup {
    padding: 18px 50px 20px;
}
.right-popup h1 {
    font-family: 'CorporateABQRegular', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #333;
    line-height: 44px;
    margin-bottom: 12px;
}
.right-popup h1 span {
	color: #cc3333;
}
.btn-angle {
    display: inline-block;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(255deg, transparent 1.2rem, #cc3333 1.3rem, #cc3333 );
    transition: all 0.3s ease 0s;
    font-weight: 400;
    line-height: 22.24px;
    letter-spacing: 1px;
    padding: 10px 34px 10px 30px;
    color: #fff;
    text-transform: uppercase;
}
.left-popup img {
    border-radius: 6px 0 0 6px;
}
.right-popup .form-control {
    height: 40px;
}
:focus {
    outline: none;
}
.submit-button {
    margin-top: 40px;
}
#checkOnRoadPrice .close-icon {
    font-size: 38px;
    padding: 12px 20px 0 0;
    color: #666;
}
.pop-img {
	display: none;
}
.review {
    color: #666666;
}
.caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: -3px;
    margin-left: 7px;
}
.slider-form select option,
.slider-form select {
    color: rgba(102, 102, 102, 0.7411764705882353) !important;
    font-size: 15px;
}
.icon {
  display: block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
}

.icon:before,
.icon:after {
  content: "";
  position: absolute;
}

.dropp-header {
  color: #666;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.dropp-header__title {
  display: block;
  padding: 5px 0.5em 0;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: rgba(102, 102, 102, 0.79);
}
.dropp-header__btn {
    display: block;
    background: #fff;
    padding: 0.3em 0.5em;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.dropp-header__btn .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropp-header__btn .icon:before,
.dropp-header__btn .icon:after {
  top: 30%;
  left: 25%;
  width: 50%;
  height: 15%;
  background: #666;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropp-header__btn .icon:after {
  top: 55%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropp-header__btn.js-open .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropp-header__btn.js-open .icon:before,
.dropp-header__btn.js-open .icon:after { background: #666; }

.dropp-header__btn:focus { outline: none; }
.dropp {
    position: relative;
}
.dropp-body {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #fff;
  color: #666;
}
.dropp-body.js-open { 
	max-height: 11.2em;
    position: absolute;
    z-index: 999999;
    border: .5px solid rgba(102, 102, 102, 0.27058823529411763);
    border-top: 0;
    margin-top: 1px;
    overflow-y: auto;
}
.dropp-body label {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 0.5em 1.8em;
    font-weight: 400;
    cursor: pointer;
    border-top: 1px solid rgba(102, 102, 102, 0.27058823529411763);
}
.dropp-body label:first-child {
  border-top: 0;
}
.dropp-body label:first-child { box-shadow: none; }

.dropp-body label > input { display: none; }
.dropp-header .caret {
    margin-top: 10px;
    color: #333;
}
.small-text {
    font-size: 12px;
}
.slider-form .form-group {
    margin-bottom: 20px;
}
.slider_vs .owl-item {
    width: initial !important;
}

