@charset "utf-8";
/* CSS Document */


.online_service {
	padding: 70px 0 0;
	color: #fff;
	line-height: 1.3em;
}
.bookings {
	margin-bottom: 20px;
}
body {
	background-color: #202020;
}
.bookings a {
	background: #4b4b4b;
	display: block;
	font-size: 18px;
	padding: 15px 20px;
	color: #fff;
	text-align: center;
	font-family: 'interstate_monoregular';
	border-radius: 4px;
}
.bookings a:hover {
	text-decoration: none;
}
.form_service h2 {
	font-size: 35px;
	font-family: 'interstate_monobold';
	margin-top: 50px;
}
.form_service h2 span {
	font-size: 22px;
	font-family: 'interstate_mono_-_lgtregular';
}
.form_custom {
	font-family: 'interstate_mono_-_lgtregular';
	margin-top: 50px;
	font-size: 16px;
}
.mgb-20 {
	margin-bottom: 22px;
}
.mgb-15 {
	margin-bottom: 10px;
}
.mgt-20 {
	margin-top: 20px;
}
.mgt-40 {
	margin-top: 40px;
}
.form_custom .form-control {
	background: transparent;
	border: 2px solid #525354;
	border-radius: 2px;
	width: 100%;
	color: #fff;
}
.border-pad {
	border-bottom: 1px solid #525354;
	margin: 60px 0;
	float: left;
	width: 100%;
}
.checkbox_width {
	width: 20%;
	float: left;
	min-width: 200px;
}
.input_box_width {
	width: 80%;
	float: left;
}
.form_custom textarea.workType {
	height: 33px;
}
.enterTheLeter {
	width: 230px;
	float: left;
}
.enletInputType {
	width: 160px;
	float: left;
}
.diffrentImage {
	width: 130px;
	float: left;
	margin-left: 10px;
}
.online_service label {
	padding-top: 9px;
	padding-left: 0;
}
.online_service .padding_For_check label {
	padding-right: 15px;
}
.online_service .checkbox, .online_service .radio {
	margin-top: 0;
}
.alert_text {
	font-size: 16px;
	color: #ff0000;
	margin: 50px 0 30px;
	line-height: 2em
}
.information_privacy {
	font-size: 16px;
	line-height: 2em;
}
.form-control.submit_form {
	max-width: 356px;
	background: #ff0000;
	height: 45px;
	color: #fff;
	border: 2px solid #ff0000;
	font-family: 'interstate_monoregular';
	font-size: 18px;
	display: block;
	width: 275px;
	text-align: center;
}
.businessHours {
	line-height: 1.9em;
}
.diffrentImage a {
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}
.diffrentImage a:hover {
	text-decoration: none;
}
.select-style {
	padding: 0;
	margin: 0;
	border: 2px solid #4b4b4b;
	border-radius: 3px;
	overflow: hidden;
	background-color: #4b4b4b;
	background: #4b4b4b url(../images/form/select-appearence.png) no-repeat center right 20px;
}
.select-style.stleFormModel {
	width: 230px;
}
.select-style.styleService {
	width: 300px;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-style select option {
	color: #000;
	font-size: 14px;
	padding: 2px;
	background: #fff;
}
.select-style select:focus {
	outline: none;
}
.online_service input[type="checkbox"] {
	display: none;
}
.online_service input[type="checkbox"] + label {
	color: #f2f2f2;
}
.online_service input[type="checkbox"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: url(../images/form/check_radio_sheet.png) left top no-repeat;
	cursor: pointer;
}
.online_service input[type="checkbox"]:checked + label span {
	background: url(../images/form/check_radio_sheet.png) -19px top no-repeat;
}
.online_service input[type="radio"] {
	display: none;
}
.online_service input[type="radio"] + label {
	color: #f2f2f2;
	font-family: Arial, sans-serif;
}
.online_service input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -2px 5px 0 0px;
	vertical-align: middle;
	background: url(../images/form/check_radio_sheet.png) -38px top no-repeat;
	cursor: pointer;
}
.online_service input[type="radio"]:checked + label span {
	background: url(../images/form/check_radio_sheet.png) -57px top no-repeat;
}
/*- price list --*/















.all_info {
	max-width: 290px;
	margin: auto;
}
.mgb-18 {
	margin-bottom: 13px;
}
.price_list {
	color: #fff;
}
.img_info {
	height: 80px;
	text-align: center;
	margin-bottom: 23px;
}
.mgt-40 {
	margin-top: 40px;
}
.info_title h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 27px;
	font-family: 'interstate_monobold';
	line-height: 1.4em;
}
.info_title h3 span {
	display: block;
	font-family: 'interstate_mono_-_lgtregular';
	color: #939598;
}
.info_price {
	font-family: 'interstate_mono_-_lgtregular';
	font-size: 17px;
	line-height: 1.2em;
}
.price_figure {
	text-align: right;
}
.price_policy {
	font-family: 'interstate_mono_-_lgtregular';
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 35px;
	margin: 60px auto 40px;
}
.price_list .border-pad {
	margin: 40px auto;
	float: none;
	max-width: 1070px;
}
.price_list .form_service h2 {
	padding-left: 35px;
}
/*- Emd price list --*/































/*- test drive --*/















.datepicker.dropdown-menu {
	max-width: 210px;
}
.price_list.download_catalogue .price_figure {
	font-size: 18px;
}
.dwlCatalogue {
	color: #fff;
}
a.dwlCatalogue:hover {
	color: #aaa;
	text-decoration: none;
}
/*********** FAQ CSS ********/















.faqText {
	padding: 40px 0px 0px 0px;
	font-family: 'interstate_mono_-_lgtregular';
	font-size: 16px;
	color: #FFFFFF;
}
.faqText a {
	color: #FFFFFF;
}
.faqPage {
	padding: 70px 0 0;
	color: #fff;
	line-height: 1.3em;
	font-family: 'interstate_mono_-_lgtregular';
}
.faqHeading h2 {
	font-size: 30px;
	font-family: 'interstate_mono_-_lgtregular';
	margin-top: 0px;
	padding: 0 0 30px 0;
}
.faqPage .panel {
	background: none;
}
.faqPage .panel-group .panel {
	border-radius: 0px;
}
.faqPage .panel-default {
	border-color: #2c2c2c;
}
.faqPage .panel-default {
	border-bottom: none;
}
.faqPage .panel-default:last-child {
	border-bottom: solid 1px #2c2c2c;
}
.faqPage .panel-default>.panel-heading {
	color: #fff;
	background: none;
	border-color: #2c2c2c;
	border-radius: 0px;
}
.faqPage .panel-title>a {
	font-weight: 500;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	clear: both;
	display: block;
	background: url(../images/minus.png) 97% center no-repeat;
	background-size: 20px;
	padding: 15px 25px 15px 25px;
}
.faqPage .panel-title>a.collapsed {
	background: url(../images/add.png) 97% center no-repeat;
	background-size: 20px;
}
.faqPage .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	font-size: 14px;
	font-weight: 100;
	color: #b4b4b4;
}
.faqPage .panel-group .panel+.panel {
	margin-top: 0px;
}
.faqPage .panel-heading {
	padding: 0;
	vertical-align: top;
}
.faqPage .panel-heading span {
	display: block;
	float: left;
	max-width: 30px;
	width: 4%;
}
.faqPage .panel-heading p {
	display: block;
	width: 96%;
	float: left;
}
.faqPage .panel-body {
	padding: 5px 15% 15px 25px;
}
.faqPage .panel-body span {
	display: block;
	float: left;
	max-width: 30px;
	width: 4%;
}
.faqPage .panel-body p {
	display: block;
	width: 96%;
	float: left;
}
​.ui-datepicker-title {
	color: #000000;
}
.ui-datepicker .ui-datepicker-title {
	color: #000000;
}
/* Accessories */







.accessories {
	color: #fff;
	padding: 60px 0;
}
.item_title h2 {
	font-family: 'interstate_monoregular';
	font-size: 35px;
	line-height: 1.5em
}
.accessories .item_title h3 {
	margin: 20px 0 10px 0;
}
.item_title h3 {
	color: #c7c8ca;
	font-family: 'interstate_monoregular';
	font-size: 24px;
	line-height: 1.5em;
	margin: 20px 0 25px 0;
}
.accessories .img_info {
	height: 85px;
}
.thumbs li {
	padding: 20px 10px !important;
}
.thumbs li img {
	max-width: 100%;
}
.thumbs li.flex-active-slide img {
	border: 3px solid #23b0e2;
}
#carousel {
	padding: 0 40px;
}
.bg-black {
	display: table;
	margin: 0 auto 80px;
}
.first {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.middle {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.last {
	width: 30%;
	margin-right: 0%;
	float: left;
}
.item_detils {
	font-size: 18px;
	text-align: center;
	line-height: 1.6em;
	padding: 15px 0 50px;
	background: #000;
}
.item_detils h3 {
	font-family: 'interstate_monoregular';
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
}
.item_detils h4 {
	font-family: 'interstate_mono_-_lgtregular';
	color: #a8aaac;
	margin-top: 10px;
	font-size: 18px;
}
.bg-black img {
	width: 100%;
	display: block;
}
.item_title h2, .item_title h3 {
	padding-left: 6px;
}
 .addressCon h3:nth-child(1) {
 cursor: pointer;
}
.flexslider {
	border-bottom: 1px solid #111;
}
/* classic_car  */







.classic_car {
	color: #fff;
	padding: 80px 0 30px;
}
.classic_car .item_title h2, .classic_car .item_title h3 {
	padding-left: 0;
}
footer {
	margin-top: 120px;
}
.classic_car .form-control.submit_form {
	margin: 0px auto;
}
.classic_car p {
	color: #a8aaac;
	font-size: 19px;
	line-height: 1.3em;
	margin-top: 25px;
	font-family: 'interstate_mono_-_lgtregular';
}
.car_deatils h4 {
	font-size: 24px;
	font-family: 'interstate_monoregular';
	margin-bottom: 30px;
}
.mgt-80 {
	margin-top: 80px;
}
.car_deatils ul li {
	font-family: 'interstate_mono_-_lgtregular';
	color: #a8aaac;
	font-size: 18px;
	line-height: 1.4em;
	padding-left: 15px;
	background: rgba(0, 0, 0, 0) url("../images/dot_car.png") no-repeat scroll left top 12px;
}
.classic_car .car_deatils p, .car_deatils p a {
	font-family: 'interstate_mono_-_lgtregular';
	color: #a8aaac;
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 0;
}
.car_deatils p a {
	display: inline;
}
.car_deatils p span {
	color: #fff;
}
/* locate */















.locate {
	color: #fff;
	padding: 30px 0 80px;
	min-height: 800px;
}
.location_tab .nav-tabs {
	font-size: 18px;
	font-family: 'interstate_monobold';
	border-bottom: none;
}
.location_tab .nav-tabs li {
	width: 24%;
	border-left: 1px solid #505152;
	display: inline-block;
	list-style-type: none;
	vertical-align: middle;
	float: left;
	min-width: 118px;
	text-align: center;
	height: 60px;
}
.location_tab .nav-tabs li:first-child {
	border-left: none;
}
.location_tab .nav-tabs li.active {
	border-bottom: 3px solid #9b0514;
}
.location_tab .nav-tabs li.active a {
	color: #fff !important;
}
.location_tab .nav-tabs li a {
	color: #fff;
	width: 100%;
	background: transparent;
	margin: 0;
	border: none;
	vertical-align: middle;
	padding: 20px 2px;
	line-height: 1;
}
.location_tab .nav-tabs > li.active > a, .location_tab .nav-tabs > li.active > a:focus, .location_tab .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background: transparent;
	border: none;
	border-bottom-color: transparent;
}
.location_tab .nav-tabs li a:focus {
	outline: none;
}
.position_relative {
	position: relative;
}
.position_static {
	position: static;
}
.position_map {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 0px;
}
.custom_width {
	width: 95%;
}
.position_map img {
	max-width: 100%;
}
.address_location h2 {
	font-size: 18px;
	margin-top: 35px;
	font-family: 'interstate_monobold';
	text-transform: uppercase;
}
.address_location h3 {
	font-size: 18px;
	margin-top: 20px;
	font-family: 'interstate_mono_-_lgtregular';
}
.address_location h3 {
	font-size: 18px;
	margin-top: 20px;
	font-family: 'interstate_mono_-_lgtregular';
}
.address_location h3.activeTitle {
	color: #9b0514;
}
.address_location h3.activeTitle a {
	color: #9b0514;
}
.business_hours {
	color: #a8aaac;
}
.address_location address {
	font-size: 18px;
	margin-top: 5px;
	font-family: 'interstate_mono_-_lgtregular';
	color: #a8aaac;
	line-height: 1.4em;
}
.address_location a {
	color: #fff;
}
/* merchandise*/















.cp_01 {
	color: #fff;
	padding: 75px 0 95px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #202020;
}
.cp_01 .sport {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.cp_01 .car {
	display: block;
	width: auto;
	height: auto;
}
.cp_01 .black {
	background-color: #000;
	padding: 22px 0 0 0;
	width: 100%;
	min-height: 135px;
}
.cp_01 .black h2 {
	font-family: 'interstate_monobold';
}
.cp_01 .black h3 {
	font-family: 'interstate_monobold';
}
.cp_01 .black span {
	color: #5a5a5c;
	padding: 16px 0 0 0;
	font-family: 'interstate_mono_-_lgtregular';
	display: block;
}
.cp_01 .butn {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 65px 0 80px 0;
}
.cp_01 .more {
	background-color: transparent;
	border: 1px solid #b9b9b9;
	min-width: 175px;
	height: 45px;
	font-family: 'interstate_mono_-_lgtregular';
	color: #fff;
	padding: 11px 57px;
	font-size: 19px;
}
.cp_01 .more:hover {
	border: 1px solid #000;
	background-color: #b9b9b9;
	color: #202020;
	text-decoration: none;
}
.cp_01 h6 {
	color: #a8aaac;
	font-size: 18px;
	line-height: 24px;
	font-family: 'interstate_monoregular';
}
.sport img {
	width: 100% !important;
}
.cp_01 p {
	color: #a8aaac;
	font-size: 18px;
	line-height: 24px;
	font-family: 'interstate_monoregular';
}
.mgt-25 {
	margin-top: 25px;
}
/* warranty */







.warranty.location_tab .nav-tabs li {
	width: auto;
	padding-left: 0;
}
.warranty.location_tab .nav-tabs li a {
	padding: 10px 40px;
}
.location_tab.warranty h2 {
	font-size: 24px;
	color: #c7c8ca;
	font-family: 'interstate_monoregular';
}
.location_tab.warranty p, .location_tab.warranty ul {
	font-size: 18px;
	margin-top: 5px;
	font-family: 'interstate_mono_-_lgtregular';
	color: #a8aaac;
	line-height: 1.4em;
	margin-top: 20px;
}
.location_tab.warranty .address_location ul {
	font-size: 18px;
	margin-top: 5px;
	font-family: 'interstate_mono_-_lgtregular';
	color: #a8aaac;
	line-height: 1.4em;
	margin-top: 20px;
}
.location_tab.warranty ul {
	padding-left: 20px;
	font-size: 22px;
	font-family: 'interstate_monobold';
}
.location_tab.warranty ul li {
	list-style: decimal;
	padding-left: 30px;
	background-image: none;
}
.location_tab .service-pladge h3 {
	padding-left: 5px;
}
.module_block.pb60 {
	padding-bottom: 0;
}
.tc p {
	font-size: 12px !important;
	margin-top: 70px;
}
.service-pladge .panel-body {
	padding: 0px;
}
.service-pladge .bor-accordian {
	border: 1px solid #2c2c2c;
	padding: 30px 30px;
	margin-top: -1px;
}
.service-pladge .address_location h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'interstate_monobold';
	color: #fff;
}
.service-pladge .bor-accordian h3 {
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	color: #c7c8ca;
}
.title_services h3 {
	font-size: 24px;
	color: #c7c8ca;
}
.location_tab.warranty .panel-body {
	margin-top: 10px;
}
.location_tab.warranty h2 {
	text-transform: capitalize;
}
.location_tab.warranty .panel-body p {
	color: #fff;
}
.location_tab .service-pladge p {
	margin: 0;
}
.title_services h3 {
	margin: 30px 0 35px;
}
.banner img {
	width: 100%;
}
.title_services.mgt-20 {
	margin-top: 64px;
}
.mar-l-15 {
	margin-left: 10px;
}
.bg-black {
	height: 338px;
	float: left;
	width: 100%;
}
/*.position_map img {







	max-width: 100% !important;







}*/







#carousel-1 {
	padding: 0 40px;
}
.locate .module_block.pb60 {
	margin-top: 40PX;
}
.accesories_price_info h6, .accesories_price_info p {
	color: #a8aaac;
	font-family: "interstate_monoregular";
	font-size: 18px;
	line-height: 24px;
}
.cat_testing_center .ctc_location_link img {
	width: 9px;
}
.color-white {
	color: #fff !important;
}
.map_text {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5em;
}
.map_text a {
	cursor: auto;
}
.map_text a:hover, .map_text a:focus {
	color: #fff;
	text-decoration: none;
}
 @media only screen and (min-width: 768px) and (max-width: 768px) {
 .service-pladge .address_location h2 {
 width: 444px;
}
 .mgt-50 {
 margin-top: 90px;
}
}
 @media only screen and (min-width: 769px) {
 .mobile_add_banner {
 margin-top: -40px;
}
}
 @media only screen and (min-width: 768px) {
 .online_service .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: transparent;
}
 .online_service .form-control::-moz-placeholder { /* Firefox 19+ */
 color: transparent;
}
 .online_service .form-control:-ms-input-placeholder { /* IE 10+ */
 color: transparent;
}
 .online_service .form-control:-moz-placeholder { /* Firefox 18- */
 color: transparent;
}
 .cp_01 .sport {
 padding: 0 12px;
 margin-bottom: 40px;
}
 .tc {
 margin-top: 60px;
}
}
 @media only screen and (min-width: 992px) {
 .hidden-sm-up {
 display: none;
}
}
 @media only screen and (max-width: 1199px) {
 .position_map {
 width: 50%;
}
 .location_tab .nav-tabs {
 font-size: 15px;
}
 .bor-accordian {
 border: 1px solid #2c2c2c;
 padding: 15px;
 margin-top: -1px;
}
 .address_location .bor-accordian h3 {
 margin-top: 0;
}
 .address_location.hidden-sm-up a.collapsed {
 background: url(../images/add.png) 97% center no-repeat;
 background-size: 20px;
}
 .address_location h2 {
 margin-top: 20px;
 margin-bottom: 20px;
 text-transform: uppercase;
}
 .address_location a {
 font-weight: 500;
 text-decoration: none;
 font-size: 18px;
 line-height: 24px;
 overflow: hidden;
 clear: both;
 display: block;
 background: url(../images/minus.png) 97% center no-repeat;
 background-size: 20px;
 -webkit-background-repeat: no-repeat;
}
 .panel-body {
 padding: 0px;
}
 .location_tab .nav-tabs {
 width: 100%;
 display: block;
 border-bottom: none !important;
}
 .location_tab .nav-tabs li {
 height: 60px;
}
 .location_tab .nav-tabs li a {
 display: block;
 height: auto;
}
 .cp_01 .sport {
 font-size: 16px;
}
 #gmapShow, #gmapService, #gmapPart, #gmapTesting {
 height: 400px;
 width: 100% !important;
}
 .location_tab .nav-tabs li {
 min-width: auto !important;
}
 footer {
 margin-top: 50px;
}
 .bg-black {
 height: 290px;
}
 .bor-accordian {
 margin-bottom: 20px;
 box-sizing: border-box;
}
 .address_location address {
 margin-top: 0;
 margin-bottom: 0px;
}
}
 @media only screen and (max-width: 991px) {
 .bookings a {
 font-size: 16px;
 padding: 15px 0px;
}
 .checkbox_width {
 width: 34%;
 float: left;
}
 .position_map {
 width: 100%;
}

 .hidden-sm-below {
 display: none;
}



/*- price list --*/















.info_price {
 font-size: 14px;
 line-height: 1.2em;
}
 .price_policy {
 padding-left: 0;
}
 .price_list .form_service h2 {
 padding-left: 0px;
}
 .img_info img {
 max-width: 190px;
}



/*- Emd price list --*/







.position_map {
 float: left;
 left: 0;
 margin-bottom: 20px;
 padding: 0;
 position: relative;
}
 .pad_mobile {
 padding: 0px;
 margin-top: 25px;
}
 .item_detils h3 {
 font-size: 14px;
}
 .item_detils h4 {
 font-size: 14px;
}
 .panel-body span.inner_address, .panel-body span.inner_tel, .panel-body span.inner_fax {
 display: block;
}
}
.classic_car a {
	display: table;
	text-align: center;
	margin: 40px auto;
}
.classic_car a:hover, .classic_car a:focus {
	text-decoration: none;
}
.address_location .bor-accordian h2 {
	padding-left: 0;
}
 @media screen and (min-width: 991px) and (max-width: 768px) {
 .location_tab .nav-tabs li {
 height: 61px;
}
}
 @media screen and (max-width: 991px) and (min-width: 768px) {
 .cp_01 .sport {
 font-size: 12px;
 line-height: 16px;
}
 .cp_01 .black {
 min-height: 100px;
 padding: 15px 0 0 0;
}
 .cp_01 .black span {
 padding: 10px 0 0 0;
}
}
 @media screen and (max-width: 768px) {
 .banner {
 margin-top: 130px !important;
}
}
 @media only screen and (max-width: 767px) {
 .bookings {
 max-width: 89%;
 margin: 0 auto 20px;
}
 .banner {
 margin-top: 113px !important;
}
 .select-style.stleFormModel {
 width: 100%;
}
 .classic_car {
 color: #fff;
 padding: 10px 0 50px;
}
 .online_service .checkbox, .online_service .radio {
 margin: 0;
}
 .titleForMobile {
 width: 70px;
 float: left;
}
 .form_custom {
 margin-top: 20px;
}
 .mgb-20 {
 margin-bottom: 10px;
}
 .form_service h2 {
 font-size: 28px;
 font-family: 'interstate_monobold';
 margin-top: 25px;
}
 .form_service h2 span {
 display: block;
 padding-top: 5px;
 font-size: 18px;
}
 .online_service label {
 padding: 5px 0;
}
 .mgt-20 {
 margin-top: 0;
}
 .border-pad {
 margin: 25px 0;
}
 .input_box_width {
 width: 100%;
 float: left;
 padding-left: 23px;
}
 .form_custom textarea.workType {
 height: 130px;
}
 .online_service .mobile-label-pad label {
 padding: 0;
}
 .online_service .mobile-label-pad {
 line-height: 1.2em;
}
 .online_service .mobile-label-pad label {
 line-height: 1.2em;
}
 .online_service .mobile-label-pad .mgb-20 {
 margin-bottom: 25px;
}
 .online_service .mobile-label-pad .mgb-20.tile-text {
 margin-bottom: 0;
}
 .businessHours {
 line-height: 1.4em;
}
 .mgt-40 {
 margin-top: 30px;
 text-align: center;
}
 .enterTheLeter {
 width: 100%;
 text-align: center;
}
 .enletInputType, .diffrentImage {
 width: 160px;
 float: none;
 margin: 0 auto;
 text-align: center;
}
 .alert_text {
 font-size: 16px;
 line-height: 1.5em;
 margin: 25px 0 22px;
}
 .information_privacy {
 font-size: 14px;
 line-height: 1.6em;
}
 .online_service {
 padding: 70px 0 0;
}
 .bookings a {
 padding: 10px 0px;
}
 .bookings {
 margin: 0 auto 15px;
}
 .form-carousel .item img {
 object-fit: cover;
 width: auto;
 object-position: 70% 50%;
}
 .model_info {
 text-align: left;
}
 .model_info br {
 display: none;
}
 .all_info.bor-none {
 border: none;
}
 .all_info {
 max-width: 100%;
 padding: 33px 0;
 border-bottom: 1px solid #525354;
}
 .accessories .all_info {
 border-bottom: none;
 padding: 20px 0;
}
 .accessories #carousel {
 padding: 0;
 display: none;
}
#carousel-1 {
 padding: 0 40px;
 display: none;
}
 .slides.thumbs li {
 width: 180px !important;
}
 .car_deatils h4 {
 margin-top: 10px;
 margin-bottom: 10px;
}
 .mgt-80 {
 margin-top: 30px;
}
 .car_deatils h4 {
 font-size: 19px;
}
 .classic_car .car_deatils p, .car_deatils p a {
 font-size: 15px;
}
 .car_deatils ul li {
 font-size: 15px;
 background: rgba(0, 0, 0, 0) url("../images/dot_car.png") no-repeat scroll left top 9px;
}
 .classic_car p {
 font-size: 15px;
}
 .item_title h2 {
 font-size: 28px;
 margin-top: 20px;
}
.item_title h3 {
 font-size: 16px;
}
 .accessories .mgt-40 {
 margin-top: 0px;
}
 .price_list .border-pad {
 display: none;
}
 .price_list .mgt-40 {
 margin-top: 0;
}
 .for-xs {
 margin-left: 8px;
 display: block;
}
 .price_policy span {
 margin-top: 20px;
 display: block;
}
 .price_list .form_service h2 {
 text-align: center;
}
 .faqHeading h2 {
 font-size: 24px;
 line-height: 30px;
}
 .faqPage .panel-heading span, .faqPage .panel-body span {
 width: 8%;
}
 .faqPage .panel-heading p, .faqPage .panel-body p {
 width: 92%;
}
 .faqPage .panel-title>a {
 padding: 15px 33px 15px 15px;
}
 .faqPage .panel-body {
 padding: 5px 33px 15px 15px;
}
 .location_tab .nav-tabs {
 font-size: 13px;
}
 .location_tab .nav > li {
 min-width: auto;
}
 .location_tab .nav > li > a {
 padding: 15px 0px;
}
 .sport {
 margin: 20px auto;
}
 .warranty.location_tab .nav-tabs li a {
 padding: 10px 11px;
 font-size: 18px;
 font-family: 'interstate_monoregular';
}
 .location_tab.warranty h2 {
 font-size: 18px;
 font-family: 'interstate_monoregular';
}
 .location_tab.warranty p, .location_tab.warranty ul {
 font-size: 14px;
}
 .location_tab.warranty ul li {
 font-size: 14px;
}
 .service-pladge .bor-accordian {
 padding: 18px 10px;
}
 .service-pladge .address_location h2 {
 display: block;
}
 .service-pladge .bor-accordian h3 {
 float: none;
 padding: 3px 0 10px 0;
}
 .address_location address {
 margin: 0;
 padding: 0;
}
 .bor-accordian h3:nth-child(2) {
 margin-top: 20px;
}
 .panel-body {
 padding: 0px;
 margin-top: 10px;
}
 address {
 margin-bottom: 0;
}
 .bg-black {
 height: 338px;
}
 .first {
 width: 100%;
 margin-right: 0%;
 float: left;
}
 .middle {
 width: 100%;
 margin-right: 0%;
 float: left;
}
 .last {
 width: 100%;
 margin-right: 0%;
 float: left;
}
 .cp_01 h6 {
 margin-bottom: 28px;
}
 .cp_01 {
 padding: 75px 0 20px 0;
}
 .cp_01 .more {
 min-width: 100%;
 padding: 8px 57px;
 font-size: 18px;
 width: 100% !important;
 display: block;
}
 .form-control.submit_form {
 max-width: 100%;
 width: 100%;
}
 .location_tab .nav > li > a {
 padding: 15px 0px;
}
 .classic_car a {
 display: block;
}
 .classic_car a {
 margin-bottom: 0;
}
 .classic_car {
 padding: 10px 0 0;
}
 .form-control.submit_form {
 margin-bottom: 0;
}
 .car_deatils {
 margin-top: 25px;
}
 .service-pladge .bor-accordian {
 margin-bottom: 0;
}
 .title_services.mgt-20 {
 margin-top: 44px;
}
 .location_tab.warranty h3 {
 font-family: 'interstate_monoregular';
}
 .tc p {
 max-width: 170px;
}
 span.title_large {
 font-size: 24px !important;
}
 .warranty.location_tab .nav-tabs li {
 width: 50%;
}
 .location_tab.warranty ul {
 padding-left: 0px;
}
 .address_location ul {
 padding-left: 15px!important;
}
 .location_tab.warranty .address_location ul li {
 padding-left: 15px!important;
}
 .locate {
 padding: 80px 0 0;
}
 .locate .module_block.pb60 {
 margin-top: -26px;
}
 .for_mobile_only h3 {
 position: absolute;
}
 .for_mobile_only .bor-accordian {
 position: relative;
 padding: 18px 10px 45px;
}
 .for_mobile_only h3 {
 position: absolute;
 bottom: 0;
}
 .for_mobile_only .panel-body p {
 font-size: 14px;
}
 .location_tab .nav-tabs li {
 height: 50px;
}
}
 @media only screen and (max-width: 380px) {
 .model_info {
 text-align: left;
 min-width: 182px;
 padding-right: 0;
}
 .price_figure {
 text-align: right;
 padding-left: 0;
 max-width: 137px;
 float: right;
}
 .location_tab .nav-tabs li {
 height: 60px;
 min-width: auto;
}
 .cp_01 {
 max-width: 361px;
 margin: 0 auto;
 padding: 70px 0 22px 0;
}
 .cp_01 .more {
 width: 100%;
}
 .cp_01 .sport {
 margin-bottom: 40px;
}
 .cp_01 p {
 padding: 60px 0 0 0;
}
 .tc p {
 max-width: 170px;
}
}
 @media only screen and (max-width: 360px) {
 .form_service h2 {
 font-size: 25px;
}
 .form_service h2 span {
 padding-top: 0px;
 font-size: 15px;
}
 .form_custom {
 font-size: 14px;
}
 .form-carousel .item img {
 object-position: 62% 50%;
}



.cp_01 p {
 font-size: 17px;
}
 .cp_01 h6 {
 font-size: 17px;
}
 .location_tab .nav-tabs li {
 height: 45px;
}
 .locate {
 padding: 80px 0 0;
}
 .car_deatils {
 margin-top: 25px;
}
 .warranty.location_tab .nav-tabs li a {
 padding: 10px 7px;
}
}
 @media only screen and (max-width: 320px) {
 .location_tab .nav > li {
 font-size: 10px;
 height: 40px;
}
 .location_tab .nav > li > a {
 padding: 9px 0px;
}
}
.location_tab.warranty ul li {
	height: auto;
}
 @media screen and (max-width: 991px) and (min-width: 768px) {
 .bor-accordian h3:nth-child(2) {
 margin-top: 20px;
}
}
.buisness {
	margin-top:10px;
}
.enquiry_number {
	margin-top: 65px;
	width: 100%;
	float: left;
	font-family: 'interstate_mono_-_lgtregular';
	font-size: 16px;
	line-height: 1.3em;
}
.border-pad-1 {
	border-bottom: 1px solid #525354;
	margin:  0 0 50px;
	float: left;
	width: 100%;
}
.submit_enquiry .form-control.submit_form {
	margin: 0 auto;
}
textarea {
	max-width: 100%;
}
.enterTheLeter {
	width: 180px;
	float: left;
}
.online_service label {
	padding-top: 9px;
	padding-left: 0;
	font-weight: normal;
}
 @media (max-width: 768px) {
 .enquiry_number {
 margin-top: 30px;
}
 .submit_enquiry .form-control.submit_form {
 max-width: 80%;
}
 .border-pad-1 {
 margin: 10px 0 25px;
}
 .titleForMobile {
 width: 83px;
 float: left;
}
}
