body{
    font-family: 'Poppins', sans-serif!important;
}

header{
    height: 126px;
}
/* section {
    padding: 120px 0 0 0;
} */
.page-body-wrapper {
    margin-bottom: 10px; 
}

/* header .navbar-nav li+li {
    border-left: 0;
} */

.navbar {
    background: #fff;
}

.navbar .navbar-brand {
    color: #333;
}
.navbar-brand img{
    height: 80px;
  }
/* .navbar-toggler:focus {
    box-shadow: none;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
} */

.navbar .navbar-nav .nav-item .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

/* .navbar-nav li+li {
    border-left: 2px solid #333;
} */
.page-top {
    padding-top: 10px; 
}

  
  body.offcanvas-active{
    overflow:hidden;
  }
  
  .offcanvas-header{ display: none !important;; }
  
  .screen-darken{
    height: 100%;
    width:0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
  }
  
  .screen-darken.active{
    z-index:1031; 
    transition:opacity .3s ease, width 0s;
      opacity:1;
      width:100%;
      visibility:visible;
  }
  
  .navbar-toggler{
    border: none!important;
  }
  
  button.btn-close.float-end {
    padding: 15px;
  }
  /* ============ mobile view ============ */
  @media all and (max-width: 767px) {
  
    .social, .address{
      padding: 0 20px;
    }
    .social ul{
      /* justify-content: center; */
      margin: 0;
      padding: 0;
    }
    .social ul li{
      list-style-type: none;
      /* padding: 0 15px; */
    }
    .social ul li+li{
      padding-left: 20px;
    }
  
    .navbar .navbar-nav .nav-item .nav-link{
      font-size: 18px!important;
      font-weight: 400!important;
      padding: 0 20px!important;
    }
  
    .navbar-expand-lg .navbar-nav {
      flex-direction: column!important;
      padding: 7em 0 2em;
    }
    .navbar-nav li.nav-item+li.nav-item {
      padding-top: 20px;
  }
    
    .offcanvas-header{ display: block !important;; }
  
    .mobile-offcanvas{
      visibility: hidden;
      transform:translateX(125%);
        border-radius:0; 
      display: block !important;;
        position: fixed;
        top: 0; left:0;
        height: 100%;
        z-index: 1200;
        width:80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
  
    .mobile-offcanvas.show{
      visibility: visible;
        transform: translateX(25%);
        z-index: 9999;
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
      display: block!important;
    }
  
  }	
  
  @media all and  (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
  }

#carouselExampleIndicators2 .card{
    border: none;
}

section#features, section#colors, section#gallery, section#reviews, section#specifications, section#price {
    padding: 0;
}

.video{
    display: flex;
    justify-content: center;
}

.our-features{
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    padding: 0 4rem 1.5rem;
}
/* .colors, .price, .specifications, .reviews-list, .gallery{
    padding-top: 30px;
} */
.price, .key-highlights{
    padding-top: 30px;
}

.price, .specifications{
    width: 60%;
    margin: 0 auto;
}

.key-highlights .card{
    min-height: 450px;
}
.key-highlights .card-title{
    font-weight: 700;
}

.gallery .accordion-item{
    border-left: 0;
    border-right: 0;
  }
.gallery .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
  }
.gallery .accordion-button:focus{
    box-shadow: none;
  }

.pvat{
    background: #ffc107;
    font-size: 27px;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

.blue {
    color: #004da8;
}

.main {
    background: #000;
}

.banner{
    position: relative;
}
.banner img {
    display: block;
    max-width: 100%;
    height: auto;
}

.btn-over{
    position: absolute;
    bottom: 40px;
    right: 0;
    /* transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    display: grid;
}

.card-wide-grey{
    background: #EAEBEC!important;
    box-shadow: 2px 6px 8px 0 rgb(22 22 26 / 18%);
}
.card-wide-black, .card-wide-grey{
    background-image: linear-gradient(#424649, #0e0e10);
    border-radius: 20px;
    border: 2px solid #fff;
    position: relative;
    text-align: center;
    padding: 3rem 0;
}
.card-wide-grey h1{
    color: #000!important;
}
.card-wide-black h1, .card-wide-grey h1{
    font-weight: 800;
    color: #fa521a;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 0;
}
.card-wide-grey p{
    color: #333!important;
}
.card-wide-black p, .card-wide-grey p{
    font-weight: 300;
    color: #fff;
    font-style: italic;
    margin: 0;
}
.card-wide-black ul li, .card-wide-grey ul li{
    background: none;
    border: none;
    padding: 0 2rem;
}
.card-wide-black ul li+li, .card-wide-grey ul li+li{
    border-left: 1px solid #333!important;
}

.card-black {
    /* background-image: linear-gradient(#424649, #0e0e10); */
    border-radius: 20px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
}
.img1{
    background: url(../img/features/150cc.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img2{
    background: url(../img/features/headlamp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img3{
    background: url(../img/features/usb-port.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}

.img4, .img4-mob{
    background: url(../img/features/seat.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img5{
    background: url(../img/features/foot-rest.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img6{
    background: url(../img/features/suspension-rear.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img7{
    background: url(../img/features/engine.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img8{
    background: url(../img/features/gearbox.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.img9{
    background: url(../img/features/alloy-wheels.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 552px;
}
.card-title{
    position: relative;
    font-style: italic;
    /* padding: 0 0 15px 15px; */
}
.card-title h1{
    font-weight: 800;
    color: #fa521a;
    margin-bottom: 0;
    text-transform: uppercase;
}
.card-title h3{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.close {
    font-size: 1.5rem;
}

.vehicle-form{
    padding: 2rem;
    background: #000;
    width: 60%;
    margin: 0 auto;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -26px;
}

.input-group-text {
    min-height: 38px;
    padding: 0.375rem 0.75rem 0.375rem 0;
    position: relative;
    z-index: 1;
    background: none;
    border: none;
}

.input-group-text i {
    color: #004da8;
}

.form-check-label {
    color: #6c757d;
    font-weight: 600;
    font-size: 12px;
}

.form-control, .form-select {
    color: #6c757d!important;
    padding: 0.375rem 0.75rem 0.375rem 2rem!important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
    background: none !important;
    border-radius: 0 !important;
    min-height: 38px;
}

.techspec table {
    width: 100%;
}

.techspec tr+tr {
    border-top: 1px solid #333;
}

.techspec td {
    padding: 10px 0;
}

.btn-white{
    background: white!important;
    border: white!important;
    color: #000!important;
}
.btn-white:hover {
    background: #000;
    border: #000;
    color: #fff;
}

.btn-black {
    background: #000!important;
    border: #000!important;
    color: #fff!important;
}

.btn-black:hover {
    background: #000;
    border: #000;
    color: #fff;
}

.re4s-overview{
    padding: 3rem 0;
}
.overview{
    padding: 3rem 3rem;
}
.re4s-overview .card{
    min-height: 452px!important;
}
.overview .card, .re4s-overview .card{
    background: #ccc;
    background: #EAEBEC;
    border: none;
    min-height: 548px;
}
.overview .card-body, .re4s-overview .card-body{
    padding-left: 2em;
    padding-right: 2em;
}
.overview .card-title, .re4s-overview .card-title{
    font-weight: 800;
    font-size: 28px;
    font-style: normal;
    min-height: 68px;
}
.overview .card-text, .re4s-overview .card-text{
    color: #414042;
}

.footer ul li{
    background: none;
    border: none;
    padding: 0 7px;
}

@media screen and (max-width: 767px) {
    .mob-p-0{
      padding: 0!important;
    }
    .mob-m-0{
      margin: 0!important;
    }
    .mob-pe-ps-3{
      padding-left: 1rem!important;
      padding-right: 1rem!important;
    }
    
    .price, .specifications{
        width: auto;
        margin: 0;
    }
    .our-features{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .price button{
        font-size: 12px;
        margin-top: 10px;
    }
    .vehicle-form{
        width: auto!important;
    }
    
    .img4-mob{
        background: url(../img/features/seat-mob.jpg) no-repeat;
    }
    .img5-mob{
        background: url(../img/features/foot-rest-mob.jpg) no-repeat;
    }
    .img6-mob{
        background: url(../img/features/suspension-rear-mob.jpg) no-repeat;
    }
    .img7-mob{
        background: url(../img/features/engine-mob.jpg) no-repeat;
    }
    .img8-mob{
        background: url(../img/features/gearbox-mob.jpg) no-repeat;
    }
    .img9-mob{
        /* background: url(../img/features/alloy-wheels-mob.jpg) no-repeat; */
        min-height: 270px;
        background-size: cover;
    }
    .img1, .img2, .img3, .img4-mob, .img5-mob, .img6-mob, .img7-mob, .img8-mob{
        min-height: 235px;
        background-position: inherit;
        background-size: cover;
    }
    .card-wide-black, .card-wide-grey{
        padding: 20px;
    }
    .card-black {
        /* min-height: 300px; */
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .card-title h1 {
        font-size: 16px;
    }
    .card-title h3 {
        font-size: 12px;
    }

    .card-wide-black h1, .card-wide-grey h1 {
        font-size: 22px;
    }
    .card-wide-black ul li, .card-wide-grey ul li {
        padding: 0 1rem;
    }   
    .card-wide-black p, .card-wide-grey p {
        font-size: 12px;
    }
    .footer a.btn.btn-primary.btn-lg {
        font-size: 12px;
        padding: 10px;
    }


    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        min-height: 55px!important;
        font-size: 14px!important;
    }

    /* .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 14px!important;
    } */

    .tz-gallery {
        padding: 0!important;
    }

    .view-wrap{
        width: 100%;
    }
  }

@media screen and (max-width: 991px) {
    .navbar-nav li+li {
        border-left: 0;
    }
}




.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
    min-height: 80px;
    color: #333;
    font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #000 !important;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.table th, .table td {
    border-top: 0;
    font-size: 14px;
}
.table >tbody> tr+tr {
    border-top: 1px solid #dee2e6;
}



.circle-image img {

    border: 6px solid #fff;
    border-radius: 100%;
    padding: 0px;
    top: 0;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: 1;
    background: #e7d184;
    cursor: pointer;

}


.dot {
    height: 18px;
    width: 18px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid #fff;
    top: -48px;
    left: 55px;
    z-index: 1000;
}

.name {
    margin-top: -21px;
    font-size: 18px;
}


.fw-500 {
    font-weight: 500 !important;
}


.start {
    color: green;
}

.stop {
    color: red;
}

.rating {
    display: flex;
}

.rating>label {
    position: relative;
    /* width: 1em; */
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

/* .rating:hover>input:checked~label:before {
opacity: 0.4
}


.buttons{
top: 36px;
position: relative;
}


.rating-submit{
border-radius: 15px;
color: #fff;
height: 49px;
}


.rating-submit:hover{

color: #fff;
} */

.verified {
    color: #339156;
    font-size: 14px;
    font-weight: 700;
    padding-left: 15px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #333;
}



.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 0 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


/* .tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
} */

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
    .navbar-brand img{
        height: 60px;
    }
    .page-top {
        padding-top: 10px!important;
    }

    .btn-over{
        position: initial;
    }
    .overview {
        padding: 1rem 1rem;
    }
    .re4s-overview{
        padding: 3rem 0 0;
    }
    .overview .card, .re4s-overview .card {
        margin-bottom: 20px;
    }

}




.youtubers .name span {
    display: block;
    font-size: 12px;
}