@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');


*{
	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: 'Arimo', sans-serif;
}
p{
    font-family: 'Alata', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
h1{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #0c121c;
    font-weight: 300;
}
.bm-nav .navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #000;
    z-index: 999;
}
.bm-nav .navbar-inverse .navbar-brand {
    color: #015bbb;
    font-weight: 600;
    height: 70px;
    padding: 0px 0px;
}
.bm-nav .navbar-brand>img {
    width: 224px;
}
.bm-nav .navbar-nav {
    float: left;
    margin: 0px 0px 0px 120px;
}
.bm-nav .fa{
    font-size: 16px;
}

.bm-nav .navbar-nav li.number a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.bm-nav .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
}
.bm-nav .navbar-nav>li>a:hover {
    color: #000;
}
.bm-nav .navbar-nav>li>a span{
    border-bottom: 1px solid#fff;
    padding-bottom: 2px;
    transition-duration: 0.3s;
}
.bm-nav .navbar-nav>li>a:hover span {
    border-bottom: 1px solid#000;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}
.bm-slider{
    margin-top: -20px;
}
.bm-slider .img-responsive {
    width: 100%;
    margin: 0px;
    box-shadow: 0px 0px 10px #000;
}
.bm-slider .hide-bullets {
    list-style: none;
    margin-top: -60px;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -85px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -80px;
}

.first-content {
    background: #e9ecec;
    text-align: center;
    padding: 50px 0px;
}
.first-content p {
    font-size: 17px;
    width: 80%;
    margin: 30px auto;
    letter-spacing: 1px;
    line-height: 26px;
}
.three {
    margin-top: 50px;
}
.three img {
    transition-duration: 0.5s;
}
.three:hover img {
    opacity: 0.8;
}
.three img{
    width: 100%;
    transform: scaleX(-1);
}
h2{
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: blue;
    letter-spacing: 0.5px;
}
.three p {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #333;
    margin: 15px 0px;
    font-size: 15px;
}
button {
    width: 180px;
    background: #0c121c;
    border: 1px solid#0c121c;
    color: #fff;
    padding: 14px;
    transition-duration: 0.5s;
    float: left;
    font-size: 11px;
    letter-spacing: 1.5px;
}
button:hover {
    background: #fff;
    border: 1px solid#0c121c;
    color: #333;
}
.padding-0{
    padding:20px;
}
.blogs{
    padding: 80px 0px;
    background: #f8f9f9;
}
.blog-content img{
    width: 100%;
    transition-duration: 0.5s;
    transform: scaleX(-1);
}
.blog-content:hover img{
    opacity: 0.8;
}
.blog-content:hover button{
    background: #fff;
    color: #000;
}
.bmw-series {
    background-color: #e9ecec;
    padding: 0px 0px 60px;
}
.bmw-series h1{
    text-align: center;
    margin-top: 55px;
}
.ser span{
    font-size: 17px;
}
.bmw-series h2 {
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    margin: 15px 0px -10px;
}
.bmw-series button{
    width: 100%;
    padding: 7px;
}
.ser:hover button{
    background: #fff;
    color: #000;
}

/* Slider */
.top-selling {
    padding: 40px 0px 50px;
    margin-bottom: -50px;
    background: #f8f9f9;
}
.top-selling h1{
    margin: 0px 10px 35px;
    text-align: center;
}

.top-selling .slick-slide {
    margin: 0px 20px;
}

.top-selling .slick-slide img {
    width: 100%;
}

.top-selling .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.top-selling .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.top-selling .slick-list:focus
{
    outline: none;
}
.top-selling .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.top-selling .slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.top-selling .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.top-selling .slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.top-selling .slick-track:after
{
    clear: both;
}
.top-selling .slick-loading .slick-track
{
    visibility: hidden;
}

.top-selling .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.top-selling .slick-slide img {
    display: block;
    box-shadow: 0px 0px 5px;
}
.top-selling .slick-slide.slick-loading img
{
    display: none;
}
.top-selling .slick-slide.dragging img
{
    pointer-events: none;
}
.top-selling .slick-initialized .slick-slide
{
    display: block;
}
.top-selling .slick-loading .slick-slide
{
    visibility: hidden;
}
.top-selling .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.top-selling .slick-arrow.slick-hidden {
    display: none;
}

.shortcontent{
    margin-bottom: 20px;
}
.allcontent{
    display: block;
    height: 100%;
    margin-bottom: 20px;
}
.comment a {
    background: #0c121c;
    color: #fff;
    padding: 12px 44px;
    text-transform: uppercase;
    font-size: 13px;
    transition-duration: 0.5s;
}
.comment a:hover {
    background: #fff;
    color: #0c121c;
    border:1px solid#0c121c;
    text-decoration: none;
}

.dvla-search {
    background: #4a4f54;
    padding: 70px 0px;
    
}



.dvla-search .form-control{
    border-radius: 0px;
    height: 56px;
    margin-top: 1px;
    font-size: 16px;
    background: #fbbc05;
    border: 1px solid #fbbc05;
}
.dvla-search h1{
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 20px;
}
.dvla-search button{
    width: 100%;
    height: 56px;
}
.how{
    padding: 20px;
    background: #fff;
}
.padding-11{
    padding: 0px;
    border-right: 1px solid#d8d8d8;
}
.padding-11.brdr{
    border-right: 0px;
}
.how-cont {
    padding: 20px;
    height: 230px;
}



.gallery-section{
    padding:40px 0;
    background:#f8f9fb;
}
.gallery-section h1{
        text-align: center;
    margin-bottom: 30px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    margin-bottom:30px;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:all .7s ease;
}

/* Dark Overlay */
.gallery-item:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.15);
    opacity:0;
    z-index:1;
    transition:.5s;
}

/* Shine Effect */
.gallery-item:after{
    content:'';
    position:absolute;
    top:-120%;
    left:-60%;
    width:50%;
    height:300%;
    background:rgba(255,255,255,.25);
    transform:rotate(25deg);
    transition:all .8s;
    z-index:2;
}

.gallery-item:hover:after{
    left:130%;
}

.gallery-item:hover:before{
    opacity:1;
}

.gallery-item:hover img{
    transform:scale(1.12) rotate(2deg);
}

@media(max-width:767px){

    .gallery-item img{
        height:250px;
    }

}









/********Start Contact Page*********/
.bm-contact{
    background: url(../images/bm-conact.jpg) no-repeat;
    height: 400px;
    margin-top: -20px;
    background-size: cover;
}
.con-con {
    background: rgba(255, 255, 255, .8);
    padding: 1px 20px;
    text-align: center;
    margin-top: 37px;
    box-shadow: 5px 5px 8px #333;
}
.con-con h1{
    font-size: 30px;
}
.banner-botm{
    background: #e9ecec;
    padding: 20px;
    text-align: center;
}
.banner-botm p{
    padding: 64px 15px;
    line-height: 26px;
    font-size: 15px;
}
.con-info {
    background: #4a4f54;
    padding: 30px 20px 80px;
}
.con-info h1{
    text-align: center;
    color: #fff;
}
.con-info p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.g-map img{
    height: 585px;
}
.padding00{
    padding: 0px;
}
.cont{
    background: #fff;
    padding: 45px;
    height: 585px;
}
.cont p {
    color: #333;
    text-align: left;
    font-family: 'Saira', sans-serif;
    letter-spacing: 0.5px;
}
.cont p .fa{
    color:blue;
}
.cont .fa-map-marker{
    float: left;
    height: 46px;
    margin-right: 6px;
    margin-top: 3px;
    font-size: 26px;
}
.cont .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
}
.cont .form-control{
    height: 45px;
    border: 1px solid #0c121c;
}
.cont .form-control.msgbox{
    height: 147px;
    border-radius: 0px;
}
.cont button{
    float: right;
    margin-top: 20px;
    padding: 18px;
}


/******** Start About********/
.about-banner img{
    width: 100%;
    margin-top: -20px;
}
.about-content {
    background: #f7f7f7;
    padding: 70px 20px 40px;
}
.about-content img{
    width: 100%;
    margin-top: 50px;
}
.about-content .wlcom img{
    margin-top: -10px;
}
.about-content p{
    font-size: 16px;
    margin-top: 11px;
}
.toop{
    margin-top: 20px;
}
.about-content .fa {
    background: #015bbb;
    color: #fff;
    padding: 10px;
    margin-top: 44px;
    border-radius: 50%;
    font-size: 18px;
}
.about-content h2 {
    font-size: 20px;
    margin-bottom: -9px;
}
.wel-imag img {
    width: 87%;
    float: right;
    margin-top: 50px;
    box-shadow: 5px 5px 5px #333;
}
.top-selling.about{
    margin-bottom: 0px;
}


/******** Models********/
.dvla-search.model{
    margin-top: -20px;
}
.models-btn{
    background: #efefef;
    padding: 20px;
}
.models-btn h1{
    text-align: center;
    margin: 30px;
}
.models-btn h1 span{
    color: #015bbb;
    font-weight: 700;
}
.models-btn button {
    width: 100%;
    background: #fff;
    border-top: 1px solid#ccc;
    border-left: 1px solid#ccc;
    border-right: 1px solid#ccc;
    border-bottom: 3px solid#ccc;
    color: #0c121c;
    padding: 20px 14px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.models-btn button:hover {
    background: #015bbb;
    border-top: 1px solid#ccc;
    border-left: 1px solid#ccc;
    border-right: 1px solid#ccc;
    border-bottom: 3px solid#ccc;
    color: #fff;
}
.models-btn button span{
    color: #015bbb;
    text-decoration: underline;
    font-size: 16px;
    transition-duration: 0.5s;
}
.models-btn button:hover span{
    color: yellow;
}
.model-content .width{
    width: 90%;
}
.model-content {
    padding: 45px 0px;
}
.model-content h1{
    font-size: 30px;
}



.why-trust{
  background:#efefef;
  padding:60px 20px;
  font-family: Arial, sans-serif;
}

.why-trust h1{
 text-align: center;
    margin: 30px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  max-width:1100px;
  margin:auto;
}

.card{
  background:#4a4f54;
  border-top:4px solid #0c121c;
  padding:25px;
  border-radius:12px;
  color:#fff;
  transition:0.3s;
}

.card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.icon{
  font-size:28px;
  margin-bottom:10px;
  color:#015bbb;
}

.card h3{
  color:#ffffff;
  margin-bottom:10px;
  font-size:18px;
}

.card p{
  color:#cfcfcf;
  font-size:14px;
  line-height:1.5;
}

/* Responsive */
@media(max-width:900px){
  .grid{
    grid-template-columns:repeat(2, 1fr);
  }
.why-trust h1 {
    font-size: 20px;
}
}

@media(max-width:600px){
  .grid{
    grid-template-columns:1fr;
  }
}

.bmw-engine-issues{
    background:#ffffff;
    padding:40px 0;
}

.bmw-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}

.bmw-engine-issues h2 {
    font-family: 'Montserrat', sans-serif;
    color: #0c121c;
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.bmw-issues-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.bmw-issue-card{
    background:#fff;
    padding:35px;
    border-radius:12px;
    border-left:6px solid #0c121c;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:.3s ease;
}

.bmw-issue-card:hover{
    transform:translateY(-5px);
}

.bmw-issue-card h3{
    color:#0c121c;
    font-size:26px;
    font-weight:400;
    margin-bottom:18px;
}

.bmw-issue-card p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.3px;
}

.bmw-issue-card strong{
    color:#000;
}

@media(max-width:768px){
    .bmw-engine-issues h2{
        font-size:22px;
    }

    .bmw-issues-grid{
        grid-template-columns:1fr;
    }

    .bmw-issue-card{
        padding:25px;
    }

    .bmw-issue-card h3{
        font-size:24px;
    }
}


.bmw-faq-section{
    background:#fff;
    padding:40px 0;
}

.bmw-faq-container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.bmw-faq-container h2{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #0c121c;
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.bmw-faq-item{
    margin-bottom:15px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
}

.bmw-faq-question{
    background:#0c121c;
    color:#fff;
    padding:20px 25px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.bmw-faq-question span{
    font-size:28px;
    line-height:1;
}

.bmw-faq-answer{
    display:none;
    padding:20px 25px;
    background:#fff;
    color:#555;
    line-height:1.8;
    font-size:16px;
}

.bmw-faq-item.active .bmw-faq-answer{
    display:block;
}

.bmw-faq-item.active .bmw-faq-question span{
    transform:rotate(45deg);
}

@media(max-width:768px){

    .bmw-faq-container h2{
        font-size:28px;
    }

    .bmw-faq-question{
        font-size:16px;
        padding:18px;
    }

    .bmw-faq-answer{
        padding:18px;
    }

}





/********Start-Form*********/
.form-bg{
    background: url(../images/form-bg.jpg) no-repeat;
    height: 657px;
    background-size: cover;
    padding: 50px 20px;
}
.leftt {
    background: #0c121c;
    height: 480px;
    margin-top: 36px;
    padding: 20px 30px;
}
.leftt h2{
    font-size: 28px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.leftt p {
    font-size: 18px;
    color: #fff;
}
.leftt p .fa {
    color: #015bbb;
    margin-right: 5px;
}
.rightt {
    background: #fff;
    height: 555px;
    padding: 70px;
    box-shadow: 0px 0px 10px #000;
}
.width-frm h4{
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #015bbb;
    margin-bottom: 20px;
}
.width-frm .input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #015bbb;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 46px;
}
.width-frm .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px;
}
.width-frm .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}
.width-frm button {
    font-size: 12px;
    float: right;
    margin-top: -10px;
}
.thank {
    background: #f6f6f6;
    padding: 45px;
    text-align: center;
}
.thank img{
    width: 200px;
}
.thank h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #0c121c;
    font-weight: 700;
    font-size: 46px;
}
.thank p{
    font-size: 16px;
}
.thank a{
    font-size: 18px;
    color: #015bbb;
}





.bm-footer {
    background: #0c121c;
    padding: 80px 0px;
}
.fo-cont .fa {
    color: #fff;
    font-size: 25px;
    margin-top: 17px;
}
.fo-cont p {
    color: #fff;
    font-family: 'Saira', sans-serif;
    margin-top: 17px;
}
.fo-cont .fa.mal {
    font-size: 19px;
    font-weight: 600;
}
.fo-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 18px;
    letter-spacing: 1px;
}
.fo-nav a:hover {
    color: #999;
}
.fo-nav .fa {
    margin-right: 10px;
    transition-duration: 0.3s;
}
.fo-nav a:hover .fa {
    margin-left: 5px;
    margin-right: 5px;
}
.abt h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 21px;
}
.abt p{
    color: #fff;
    line-height: 26px;
    font-family: 'Arimo', sans-serif;
}
.copy{
    background: #000;
    text-align: center;
}
.copy p{
    margin: 0px;
    color: #fff;
    padding: 15px;
}
.copy p span{
    color: #015bbb;
}
.abt .fa {
    background: #444;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    transition-duration: 0.5s;
    border:1px solid#444;
}
.abt .fa:hover {
    background: #fff;
    border:1px solid#000;
    color: #333;
}

/* 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;
}

.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;
}


/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #072f4f;
    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: #c00113;
    color: #fff;
} 







@media screen and (min-width: 1px) and (max-width: 767px){
h1 {
    font-size: 24px;
}
h2 {
    text-align: center;
}
.bm-nav .navbar-brand > img {
    width: 199px;
}
.bm-nav .navbar-inverse .navbar-brand {
    padding: 5px 5px;
}
.navbar-inverse .navbar-toggle {
    border-color: #0c121c;
    width: 43px;
    background: #0c121c;
    margin-top: 20px;
}
.navbar-inverse .navbar-toggle:hover {
    border-color: #015bbb;
    background: #015bbb;
}
.bm-nav .navbar-nav {
    float: none;
    margin: 10px;
}
.bm-nav .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
.bm-slider .hide-bullets {
    display: none;
}
.first-content {
    padding: 10px 0px;
}
.first-content p {
    font-size: 16px;
    width: 100%;
    margin: 10px auto 30px;
    line-height: 26px;
    text-align: center;
}
.three {
    margin-top: 10px;
    text-align: center;
}
button {
    float: none;
}
.blogs {
    padding: 10px 0px;
    text-align: center;
}
.bmw-series h1 {
    margin-top: 31px;
}
.three p {
    text-align: center;
}
.bmw-series h2 {
    text-align: center;
}
.bmw-series button {
    margin-bottom: 15px;
}
.dvla-search {
    background: #4a4f54;
    padding: 20px 0px;
    margin-top: 50px;
}
.how-cont {
    text-align: center;
}
.padding-11 {
    padding: 0px;
    border-right: 0px;
}

.model-content h1 {
    font-size: 17px;
}
.model-content {
    text-align: center;
}
.models-btn h1 {
    font-size: 20px;
}
.models-btn button {
    padding: 16px 14px;
}
.bm-contact {
    height: 279px;
    background-size: cover;
}
.banner-botm p {
    padding: 25px 10px;
    font-size: 15px;
}
.con-info {
    padding: 15px 20px 32px;
}
.g-map img {
    height: auto;
    width: 100%;
}
.cont {
    padding: 20px;
    height: auto;
}
.about-content {
    padding: 25px;
    text-align: center;
}
.toop {
    margin-top: 0px;
}
.wel-imag img {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.form-bg {
    padding: 10px 10px;
    height: auto;
}
.leftt h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.leftt {
    margin-top: 10px;
    padding: 20px 16px;
    height: auto;
}
.rightt {
    height: auto;
    padding: 15px;
}


.bm-footer {
    padding: 40px 0px;
    text-align: center;
}
}


@media screen and (min-width: 768px) and (max-width: 1199px){
.bm-nav .navbar-brand > img {
    width: 160px;
}
.bm-nav .navbar-nav {
    float: left;
    margin: 0px 0px 0px 11px;
}
.bm-nav .navbar-inverse .navbar-brand {
    padding: 12px 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -40px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -40px;
}



}




@media screen and (min-width: 1367px) and (max-width: 1900px){

.bm-contact{
    height: 437px;
}


}





