@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
*{
	margin:0;
}

/ Chrome, Safari, Edge, Opera /
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/ Firefox /
input[type=number] {
  -moz-appearance: textfield;
}



body{
	font-family: 'Open Sans', sans-serif;
}
a:hover{
    text-decoration: none;
}
.padding-0{
    padding: 3px;
    margin-top: -10px;
}
.pading-1{
    padding: 0px;
}
.navbar {
    border-radius: 0px;
}

.navbar-inverse {
    background-color: #0668b2;
border-color: #0668b2;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    font-size: 40px;
    font-weight: 700;
    padding: 1px 0px;
}
.navbar-brand>img {
    display: block;
    width: 260px;
    
}
.navbar-nav>li>a {
    padding-top: 41px;
    padding-bottom: 41px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #00408b;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background:#00408b;
}


.down-nav {
    background: #f0f0f0;
    margin-top: -20px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.down-nav img{
    margin-right: 5px;
}

.down-nav p{
    margin-bottom: 0px;
    font-size: 17px;
}
.down-nav p a{
    color: #23527c;
}
.phoon p{
    font-size: 20px;
    font-weight: 700;
}
.down-nav .social a {
    padding: 6px;
    margin-left: 0px;
    background: #0668b2;
    color: #fff;
    border-radius: 50%;
}
.down-nav .social a:hover {
    background: #00408b;
}
.down-nav .social .fa{
    width: 20px;
    height:20px;
}

.banner-bmw{
    background: url(../images/bmw-bannerrr.jpg) no-repeat;
    height: 550px;
    background-size: contain;
}

.banner-bmw h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
    line-height: 44px;
    margin-top: 30px;
    font-size:42px;
}

.mot-dvla {
    background: rgb(0,0,0,0.4);
    height: 125px;
    padding: 15px 0px;
    border-radius: 15px;
    margin-top: 12px;
    border: 1px solid#fff;

}


.dvla-width {
    width: 491px;
    margin-top: 10px;
    margin: 0 auto;
    background: #fff;
    padding: 2px;
    border-radius: 7px;
}
    
.dvla-main{
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 3px;
    height:90px;
}
.reg-input-new1 {
    height: 84px;
    width: 430px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    background: #fbbc05;
    text-transform: uppercase;
    border:1px solid #fbbc05;
    outline:none;
    border-radius:0px 7px 7px 0px;  
}

.gb{
    float:left;
    }
    
placeholder { /* Firefox 19+ */
  color: black;
}   
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
:-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.mot-dvla button {
    width: 100%;
    height: 93px;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 700;
    background: #0668b2;
    color: #fff;
    border: 1px solid #fff;
}
.mot-dvla button:hover {
    background: #00408b;
    border: 1px solid #fff;
}

.form-search{
    background: rgba(0,0,0,0.5);
    padding: 5px 30px;
    color: #fff;
    margin-top: -400px;
    border: 1px solid#fff;
}
.form-search h4{
    color: #fff;
}
.text-bg .form-control {
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 44px;
    font-size: 16px;
    border-radius: 0px;
}
.text-bg .input-group {
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 10px;
}
.input-group-addon {
    border-radius: 0px;
}
.privacy-policy a{
    color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #0668b2;
    height: 46px;
    width: 40%;
    margin: auto;
    border-radius: 0px;
    border: 1px solid #fff;
}
.btn-primary:hover {
    background: #00408b;
    border: 1px solid #fff;
}
.all-series {
    background: #f4f4f4;
    padding: 50px 0px;
}
.all-series .series img {
    width: 100%;
}
.all-series .series img:hover {
    opacity: 0.8;
}
.all-series h4 {
    background: #0668b2;
    padding: 15px;
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.all-series h4:hover {
    background: #00408b;
}

.make-image{
    text-align: center;
}
.make-image img{
    width: 170px;
    margin-top: -20px;
}







.modl-heding {
    text-align: center;
    margin-bottom: 25px;
}

.mrgntop{

}


.custom-btn {
    position: relative;
    width: 100%;
    height: 55px;
    background: #0668b2;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    margin-bottom: 15px;
}
.custom-btn:hover {
    background: #00408b;
}

/* TEXT */
.custom-btn .btn-text {
    position: absolute;
    transition: all 0.4s ease;
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}

/* ICON */
.custom-btn .btn-icon {
    position: absolute;
    left: 25%;
    transition: all 0.4s ease;
    font-size: 16px;
    color: #fff;
}

/* HOVER EFFECT */
.custom-btn:hover .btn-text {
    transform: translateX(100px); /* right move */
    opacity: 0; /* hide */
}

.custom-btn:hover .btn-icon {
    left: 50%;
    transform: translateX(-50%);
        font-size: 30px;
}




.faq-section {
    margin: 50px 0;
    background: #f4f4f4;
    padding: 50px 0px;
}

.faq-section h2 {
    margin-bottom: 30px;
    font-weight: bold;
}
.faq-section .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #ccc;
}

.panel-default > .panel-heading {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
}

.panel-title a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 17px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    text-decoration: none !important;
}

.panel-title a:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #0668b2;
}

.panel-title a[aria-expanded="true"]:after {
    content: "-";
}

.panel-body {
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 16px;
    padding: 20px;
}


.about-sec.new {
    margin-bottom: 50px;
    margin-top: 50px;
}

.about-sec.new .text p {
    font-size: 17px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 0px;
}

.about-sec.new .side-view img{
    width: 100%;
}










/* CARD */
.service-box {
    background: #f1f1f1;
    border-radius: 15px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    margin-bottom: 30px;
}

.service-box:hover {
    transform: translateY(-5px);
}


.service-box:hover .icon-shape {
    border-radius: 36% 25% 36% 25%;
}

/* ICON SHAPE */
.icon-shape {
    width: 70px;
    height: 70px;
    background: #0668b2;
    margin: 0 auto 20px;
    border-radius: 25% 36% 25% 36%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    transition-duration: 0.3s;
}

/* TITLE */
.service-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

/* TEXT */
.service-box p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}












.recon-ngine img{
    width: 100%;
}
.rebuild-engines img {
    width: 100%;
}
.rebuild-engines .text {
    margin-top: 50px;
}


.rebuild-engines .text h1{
    font-size:26px;
    font-weight: 700;
}
.rebuild-engines .text h2{
    font-size:26px;
    font-weight: 700;
}
.rebuild-engines .text p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
    margin-left: 0px;
}
.text.btum{
    margin-top: 0px;
}



.tbl-hdnig h2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size:36px !important;
}

.tbl-cnt th {
    text-align: left;
    padding: 10px;
    background: #0668b2;
    color: #fff;
    font-size: 16px;
}
.tbl-cnt td{
    padding: 7px 10px;
    color: #000;
}


.rebuild-engines h3 {
    font-weight: 700;
    color: #222;
}
.rebuild-engines p {
    font-size: 18px;
}
.rebuild-engines{
    margin-top: 25px;
}


/* carousel */
.testimonials {
    background: url(../images/review-bg.jpg) fixed;
    padding: 50px;
    color: #fff;
    margin-top: 30px;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
    color:#60dfe5;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #333333;
    height:4px;
  width:50px;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #60dfe5;
  height:4x;
  width:50px;
  margin-bottom:1px;
}
/* typography */
.testimonials h1 {
  text-align:center;
  margin-bottom:-20px !important;
  font-weight: 700;
  text-shadow: 2px 3px 0px #000;
}
.testimonials p {
    font-style: italic;
    font-size: 16px;
    text-shadow: 2px 2px 7px #000;
}

.workshop {
    text-align: center;
    
    margin-bottom: 30px;
}
.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: 36px;
}
.workshop img {
    width: 100%;
    padding: 5px;
    border: 1px solid#ccc;
    margin-bottom: 20px;
}
.contact{
    background: #f4f4f4;
}
.contec-form {
    margin: 60px auto;
    padding: 10px 20px 20px;
    border: 1px solid #999;
}
.contec-form .heading {
    background: #0668b2;
    margin-top: -10px;
    text-align: center;
}
.contec-form h3 {
    font-weight: 700;
    color: #fff;
    padding: 14px;
}
.contec-form p {
    font-size: 16px;
    line-height: 25px;
}
.contec-form p {
    font-size: 16px;
}
.contec-form span{
    font-weight: 700;
    color: #0668b2;
}
.contec-form .form-control {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sec-bg{
    background: url(../images/section.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.form-search.detail{
    margin-top: 0px;
    background: #333;
    border: 0px;
}
.form-search.detail .btn-primary {
    width: 100%;
}
.form-search.detail .text-bg .form-control {
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 50px;
    font-size: 16px;
    border-radius: 0px;
}
.banner-bmw.detail-ban{
    background: url(../images/detail-ban.jpg) no-repeat;
    height: 400px;
    background-size: cover;
}
.detail-ban.codes{
    background: url(../images/codes-ban.jpg) no-repeat;
    height: 400px;
}
.banner-bmw h1{
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}
.banner-bmw.detail-ban .mot-dvla {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
.ser-btn a h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
    text-transform: uppercase;
    margin-top: 0px;
    color: #fff;
    background: #0668b2;
    padding: 15px 0px;
    text-align: center;
}
.ser-btn a h4:hover{
    background: #00408b;
}
.ser-btn a h4 span{
    font-weight: 700;
}
.ser-content{
    padding: 40px 0px;
    text-align: left;
}

.ser-content h2{
        font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}
}

.ser-content p{
    font-size: 16px;

}

.final-form{
    background: url(../images/last-ban.jpg) no-repeat;
    background-size: cover;
    height: 582px;
}
.final-form h1 {
    font-size: 36px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.final-form .text-bg {
    background: rgba(000,000,000,0.8);
    padding: 20px;
    border: 1px solid#999;
}
.final-form .b-text ul li {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-shadow: 1px 2px 2px #000;
    list-style: none;
}
.final-form .list .fa {
    padding-right: 10px;
    color:#fdc30b;
}
.final-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.final-form .input-group {
    width: 100%;
}
.engines{
    text-align: center;
}
.engines img{
    width: 100%;
}
.con-banner img{
    width: 100%;
    margin-top: 0px;
}
.contact-detail{
    background: url(../images/section.jpg) no-repeat;
    background-size: cover;
}
.contact-detail .contec-form{
    box-shadow: 0px 0px 10px #000;
}
.more-info{
    background: #03914a;
    padding:20px;
    margin-top: 61px;
    box-shadow: 0px 0px 10px #000;
    color: #fff;
    height: 386px;
}
.more-info h4{
    margin-top: 20px;
    padding-top: 8px;
}
.icon-pera{
    margin-top: 26px;
}
.more-info p{
    font-size: 16px;
}
.icon{
    float: left;
    text-align: center;
}
.icon .fa{
    width: 20px;
    height: 20px;
    font-size: 24px;
    margin-top: 4px;
    margin-right: 10px;
}
.more-info .social .fa {
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.more-info .social{
    margin-top: 34px;
}
.contact-pera{
    font-size: 18px;
    padding: 20px 0px;
}
.width{
    width: 60%;
    text-align: center;
}
.width.about{
    width: 90%;
}
.needs {
    background: #0668b2;
    height: 100px;
    padding: 15px;
}
.needs h2 {
    color: #fff;
    font-size: 26px;
}
.needs .btn-primary {
    color: #fff;
    background-color: #00408b;
    border-radius: 0px;
    width: 100%;
    padding: 5px;
    margin-top: 14px;
}
.we-do{
    margin-top: 40px;
    background: url(../images/section.jpg) no-repeat;
    padding: 60px;
    background-size: cover;
}
.we-do img {
    width: 100%;
    border: 1px solid#999;
    padding: 5px;
}

.we-do p {
    font-size: 18px;
    margin-top: 24px;
    line-height: 32px;
}
.text p {
    font-size: 16px;
    margin-top: 0px;
    line-height: 18px;
    margin-left: 16px;
}
.text h3 {
    font-size: 20px;
    color: #0668b2;
}
.contact-pera.private p{
    text-align: left;
}

.footer-bmw{
    background: #36404b;
    padding: 50px;
}
.footer-bmw h3{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer-bmw h4{
    color: #fff;
}
.footer-bmw h2{
    color: #fff;
    margin-top: -5px;
    font-weight: 700;
}
.footer-bmw p {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}
.footer-bmw p a{
    color: #fff;
    line-height: 28px;
}
.footer-bmw p a:hover{
    color: #999;
}
.google-map img{
    width: 100%;
}
.botom-footer{
    background: #000;
    padding: 10px 0px 5px;
    text-align: center;
    color: #fff;
}

input[type=number] {
  -moz-appearance:textfield;
}




.width.about.privecy h1{
    text-align: left;
}
.width.about.privecy h2{
    text-align: left;
}
.width.about.privecy ul li{
    text-align: left;
}



/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #0668b2;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #00408b;
    color: #fff;
} 









@media only screen and (min-width: 1px) and (max-width:320px) {
.navbar-brand > img {
    display: block;
    width: 200px;
}
.navbar-nav {
    float: none;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    width: 50%;
    padding: 0px 15px;
    font-size: 30px;
}
.down-nav p{
    display: block;
}
.down-nav .mob-view p{
    display: block;
}
.social{
    display: none;
}
.banner-bmw {
    height: auto;
    background-size: contain;
    margin-top: 0px;
    padding: 0px 0px 10px;
}

.banner-mot {
    height: 120px;
    margin-top: -20px;
    background-size: cover;
}
.banner-mot h1 {
    line-height: 22px;
    margin-top: 30px;
    font-size: 16px;
}
.mot-dvla {
    background: rgba(0,0,0,0.7);
    height: 184px;
    margin-top: 15px;
    border: 1px solid #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 124px;
}
.rebuild-engines .text {
    margin-top: 0px;
}
.rebuild-engines {
    margin-top: -6px;
}
.dvla-width {
    width: 255px;
}
.reg-input-new1 {
    width: 194px;
    font-size: 18px;
}
.form-search {
    margin-top: 10px;
    background: #444;
    padding: 5px 20px;
}
h1 {
    font-size: 24px;
}
.all-series {
    padding-top: 0px;
}
.all-series h4 {
padding: 10px;
font-size: 14px;
}
.qoute-btn{
    text-align: center;
}
.mot-dvla button {
    width: 255px;
    height: 44px;
    margin-top: 10px;
    font-size: 20px;
}
.month {
    margin-top: 0px;
}
.btn-primary {
    width: 100%;
}
.container.padding-0 {
    padding: 15px;
    margin-top: -10px;
}
.workshop img {
    margin-bottom: 5px;
}
.text h3 {
    margin-left: 16px;
    margin-top: 0px;
}
.side-bmw{
    margin-top: 5px !important;
}
.testimonials {
    padding: 6px;
    margin-top: 5px;
}
.workshop {
    margin-top: 19px;
    margin-bottom: 0px;
}
.contec-form {
    margin: 13px auto;
}
.contec-form h3 {
    font-size: 16px;
}
.section-title {
    margin-bottom: 0.5rem;
}
.con-banner{
    margin-top: -10px;
}
.contact-pera {
    font-size: 14px;
    padding: 5px 0px;
}
.we-do {
    margin-top: 10px;
    height: auto;
    padding: 20px 10px;
}
.needs {
    height: auto;
    text-align: center;
    padding: 0px 15px 10px;
}
.final-form {
    height: auto;
    margin-top: 0px;
}

.needs h2 {
    color:#fff;
    font-size: 16px;
}
.banner-bmw h1 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 110px auto 10px;
    color: #03914a;
    text-shadow: none;
}
.banner-bmw.detail-ban {
    height: auto;
    background-size: contain;
}
.ser-content {
    padding: 0px 0px;
    text-align: center;
}
.final-form h1 {
    font-size: 18px;
    margin-top: 21px;
}
.final-form .b-text ul li {
    font-size: 16px;
    line-height: 30px;
}
.list ul {
    margin-left: -40px;
}
.footer-bmw {
    background: #36404b;
    padding: 0px 20px;
    text-align: center;
}
.width {
    width: 92%;
    text-align: center;
}



}




@media only screen and (min-width: 321px) and (max-width:668px) {
.navbar-brand > img {
    display: block;
    width: 200px;
}
.navbar-nav {
    float: none;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    width: 50%;
    padding: 0px 15px;
    font-size: 30px;
}
.down-nav {
    height: auto;
}

.down-nav .mob-view p{
    display: block;
}
.social{
    display: none;
}

.banner-bmw {
    height: auto;
    background-size: contain;
    margin-top: 0px;
    padding: 0px 0px 10px;
}

.banner-mot {
    height: 120px;
    margin-top: -20px;
    background-size: cover;
}
.banner-mot h1 {
    line-height: 22px;
    margin-top: 30px;
    font-size: 16px;
}
.mot-dvla {
    background: rgba(0,0,0,0.7);
    height: 184px;
    margin-top: 40px;
    border: 1px solid #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin: 185px auto 150px;
}
.banner-bmw.detail-ban .mot-dvla {
    margin: 0 auto;
}
.banner-bmw.detail-ban {
    height: auto;
    padding: 0px 5px 10px;
    background-size: contain;
}
.dvla-width {
    width: 270px;
}
.reg-input-new1 {
    width: 208px;
    font-size: 18px;
}
.form-search {
    margin-top: -135px;
    background: #444;
    padding: 5px 20px;
}
.banner-bmw h1 {
    font-size: 14px;
    margin: 140px auto 10px;
    line-height: 25px;
    color: #333;
    text-shadow: none;
}
.ser-content h2 {
  font-size: 14px;
}
h1 {
    font-size: 24px;
}
.ser-engine h2{
    font-size: 20px;
}
.ser-content {
    padding: 1px 0px;
    text-align: center;
}
.all-series {
    padding-top: 0px;
}
.qoute-btn{
    text-align: center;
}
.mot-dvla button {
    width: 255px;
    height: 46px;
    margin-top: 10px;
    font-size: 20px;
}
.all-series h4 {
    padding: 10px;
    font-size: 15px;
}
.rebuild-engines {
    margin-top: 0px;
}
.rebuild-engines .text {
    margin-top: 0px;
}
.month {
    margin-top: 0px;
}
.btn-primary {
    width: 206px;
    margin-top: 0px;
}
.container.padding-0 {
    padding: 15px;
    margin-top: -10px;
}
.workshop img {
    margin-bottom: 5px;
}
.text h3 {
    margin-left: 16px;
    margin-top: 0px;
}
.side-bmw{
    margin-top: 10px !important;
    box-shadow: 5px 5px 2px#000;
}
.workshop {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.section-title {
    margin-bottom: 0.5rem;
}
.contec-form {
    margin: 26px auto 0px;
}
.testimonials {
    padding: 6px;
    margin-top: 30px;
}
.contec-form h3 {
    font-size: 15px;
}
.con-banner{
    margin-top: -10px;
}
.contact-pera {
    font-size: 14px;
    padding: 5px 0px;
}
.we-do {
    margin-top: 10px;
    height: auto;
    padding: 0px 10px;
}
.we-do p {
    font-size: 18px;
    margin-top: 5px;
    line-height: 28px;
}
.needs h2 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.needs {
    height: auto;
    text-align: center;
}
.final-form {
    height: auto;
    margin-top: 0px;
}


.footer-bmw {
    background: #36404b;
    padding: 0px 22px;
    text-align: center;
}
.final-form h1 {
    font-size: 22px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 14px;
}
.final-form .b-text ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 2px 2px#000;
    list-style: none;
}
.list ul {
    margin-left: -40px;
}
.width {
    width: 92%;
    text-align: center;
}

}


@media only screen and (min-width: 669px) and (max-width:991px) {
.navbar-brand > img {
    display: block;
    width: 122px;
}
.navbar-nav {
    float: none;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    width: 50%;
    padding: 0px 15px;
    font-size: 30px;
}
.down-nav {
    height: auto;
    line-height: 40px;
}
.mot-dvla {
    height: 221px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}
.mot-dvla button {
    width: 300px;
    height: 57px;
    margin-top: 10px;
}
.form-search {
    margin-top: -290px;
}
.all-series {
    background: url(../images/section.png);
    padding-top: 0px;
}
.container.padding-0 {
    padding: 15px;
    margin-top: -10px;
}
.contec-form {
    margin: 27px auto;
}
.needs {
    height: auto;
}
.width {
    width: 92%;
    text-align: center;
}



}

@media only screen and (min-width: 992px) and (max-width:1199px) {
.mot-dvla {
    margin-right: 161px;
    margin-left: -161px;
}
.dvla-width {
    width: 400px;
}
.reg-input-new1 {
    width: 338px;
}
.mot-dvla button {
    font-size: 24px;
}
.container.padding-0 {
    padding: 15px;
    margin-top: -10px;
}
}



.contec-form .heading a{
color:#fff;
}
.footer-bmw h2 a{
color:#fff;
}
.img-review{
margin-top:30px !important;
}










.recon-bmw-image img{
    width: 100%;
}

.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}






@media only screen and (min-width: 1367px) and (max-width:1900px) {
.banner-bmw {
    height: 605px;
}
.banner-bmw {
    height: 600px;
    background-size: cover;
}
.banner-bmw.detail-ban {
    height: 440px;
}
.banner-bmw.detail-ban {
    height: 439px;
}
    
    
    
    
    
    
}

