

/*Dealer Individual Page*/

.bb-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bb-wrapper .row::after {
  content: "";
  clear: both;
  display: block;
}

.bb-wrapper [class*="col-md-"] {
  float: left;
}

.bb-wrapper [class*="col-"] {
  float: left;
}

/* For desktop: */
.bb-wrapper .col-md-1 {width: 8.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-2 {width: 16.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-3 {width: 25%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-4 {width: 33.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-5 {width: 41.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-6 {width: 50%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-7 {width: 58.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-8 {width: 66.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-9 {width: 75%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-10 {width: 83.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-11 {width: 91.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-md-12 {width: 100%;padding-left: 15px;padding-right: 15px;}



.bb-wrapper .col-1 {width: 8.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-2 {width: 16.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-3 {width: 25%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-4 {width: 33.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-5 {width: 41.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-6 {width: 50%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-7 {width: 58.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-8 {width: 66.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-9 {width: 75%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-10 {width: 83.33%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-11 {width: 91.66%;padding-left: 15px;padding-right: 15px;}
.bb-wrapper .col-12 {width: 100%;padding-left: 15px;padding-right: 15px;}


.bb-header {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #fafafa;
}

.backlink {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #b0b0b0;
    text-decoration: none;
}

.backlink:hover {
    text-decoration: underline;
}

.backlink img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-right: 10px;
}

.heading-section {
    margin: 30px 0;
}

.bb-header h1 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    color: #131E33;
}


.authorization {
    font-size: 24px;
    line-height: 38.4px;
    font-weight: 400;
    color: #666666;
    padding-top: 10px;
}

.location-box h3 {
    font-size: 24px;
    line-height: 38.4px;
    font-weight: 700;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0rem;
}

.authorization img {
    width: 26.67px;
    height: 26.67px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -5px;
}

.red-button {
    padding: 16px 24px;
    background: #a70e13;
    font-size: 14px;
    line-height: 16.83px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
}

.white-button {
    padding: 16px 24px;
    background: #fafafa;
    font-size: 14px;
    line-height: 16.83px;
    font-weight: 700;
    color: #121212;
    cursor: pointer;
}

.black-button {
    padding: 16px 24px;
    background: #121b21;
    font-size: 14px;
    line-height: 16.83px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
}

.transparent-button {
    padding: 0px 24px;
    background: transparent;
    font-size: 14px;
    line-height: 16.83px;
    font-weight: 700;
    color: #121B21;
    cursor: pointer;
    border: 1px solid #121B21; 
}

.location-box {
    position: relative;
    margin-bottom: 20px;
}

.location-button {
    position: absolute;
    right: 0;
}

.location-box button {
    margin-left: 20px;
}

.dealer-address-box {
    padding: 50px;
    background: #e5e5e5;
    margin-bottom: 20px;
}

.dealer-address-box:last-child {
    margin-bottom: 0;
}

.red-location-vector {
    width: 23.33px;
    height: 33.33px;
    object-fit: contain;
    margin-right: 30px;
    margin-top: -5px;
}

.dealer-address-box h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.dealer-address-body {
    margin-top: 20px;
    margin-left: 53.33px;
}

.dealer-address-body h4 {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    color: #333;
}

.dealer-address-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20.8px;
    font-weight: 400;
    color: #000;
}

.dealer-address-body a {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20.8px;
    font-weight: 400;
    color: #a70e13;
}

.dealer-address-body a img {
    width: 6.71px;
    height: 10px;
    object-fit: contain;
    margin-left: 10px;
    margin-top: -2px;
}

.dealer-address-body a:hover {
    text-decoration: underline;
}

.open-hour-section {
    margin-top: 30px;
}

.open-hour-section img {
    position: relative;
    margin-top: -25px;
    left: 45%;
    width: 16.67px;
    height: 16.67px;
    object-fit: contain;
    
}

.open-hour-section h3 {
    font-size: 14px;
    line-height: 22.4px;
    color: #333;
    font-weight: 700;
}

.open-hour-section p {
    margin-top: -10px;
    margin-bottom: 0;
}

.service-bar-box {
    width: 80%;
}

.service-bar {
    padding: 10px 30px;
    background: #303030;
    font-size: 10px;
    line-height: 16px;
    color: #FFF;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 5px;
    display: inline-block;
}

.service-bar img {
    width: 18.72px;
    height: 11.97px;
    object-fit: contain;
    margin-right: 5px;
    margin-top: -2px;
}

.contact-box img {
    width: 10.67px;
    height: 10.67px;
    margin-right: 10px;
    object-fit: contain;
    margin-top: -2px;
}

.contact-box {
    
    display: inline-block;
    margin-right: 30px;
}

.contact-box span {
    font-size: 13px;
    line-height: 20.8px;
    font-weight: 400;
    color: #000!important;
}

.contact-box span a{
    
    color: #000!important;
}

.contact-section {
    margin-bottom: 30px;
}

.contact-section:last-child {
    margin-bottom: 0;
}

.contact-section p {
    font-size: 13px;
    line-height: 20.8px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

@media only screen and (max-width: 765px) {
  /* For mobile phones: */
  .bb-wrapper [class*="col-md-"] {
    width: 100%;
  }
  
}

@media (min-width: 576px) {
.navigationCon .container, .head_top .container, .bb-wrapper .container {
    max-width: 540px;
}
}

@media (min-width: 768px) {
.navigationCon .container, .head_top .container, .bb-wrapper .container {
    max-width: 720px;
}
}

@media (min-width: 992px) {
.navigationCon .container, .head_top .container, .bb-wrapper .container {
    max-width: 960px;
}
}

@media (min-width: 1200px) {
.navigationCon .container, .head_top .container, .bb-wrapper .container {
    max-width: 1200px;
}
}

@media only screen and (max-width: 1100px) and (orientation: portrait) {
   .open-hour-section img {
        left: 60%;
    } 
}

@media only screen and (max-width: 1100px) and (orientation: landscape) {
    .navigationCon .logo {
        left: 32px;
    }
    
    .open-hour-section img {
        left: 60%;
    }
}

@media only screen and (max-width: 850px) {
     .navigationCon .logo {
        width: 138px!important;
        top: 28px;
    }
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    .navigationCon .logo {
        width: 138px!important;
        top: 28px;
    }
    
    .open-hour-section img {
        left: 80%;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    
    .navigationCon .logo {
        width: 138px!important;
        margin-top: 0px!important;
        left: 0;
        top: 35px;
    }
    
    #switch_language select {
        margin-top: -8px;
    }
    
    .navigationCon .menuSandwitch {
        right: 50px;
    }
    
    .bb-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .location-button {
        position: static;
    }
    
    .service-bar-box {
        width: 100%;
    }
    
    .location-box button {
        margin-left: 0;
        margin-top: 20px;
        margin-right: 20px;
    }
    
    .dealer-address-box {
        padding: 50px;
    }
    
    .open-hour-section {
        margin-top: 10px;
    }
    
    .open-hour-section img {
        left: 35%;
    }
    
    .dealer-address-left,.dealer-address-middle {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .navigationCon .logo {
        width: 138px!important;
        margin-top: 10px!important;
        top: 0;
    }
    
    .bb-header .container {
        padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    
    .service-bar-box {
        width: 100%;
    }
    
    .location-button {
        position: static;
    }
    
    .location-box button {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .dealer-address-box {
        padding: 50px 25px;
    }
    
    .open-hour-section {
        margin-top: 10px;
    }
    
    .open-hour-section img {
        left: 45%;
    }
    
    .dealer-address-left,.dealer-address-middle {
        margin-bottom: 30px;
    }
}

/*Trucks Individual Page*/

/*.truck-cover-outer {*/
/*    background-image: url('/assets/images/bb-new/truck-individual-cover.png');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/

.truck-cover {
     background-image: url('/assets/images/bb-new/truck-banner-new.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
}

.truck-cover #breadcrumbs , .truck-cover .truck-header-content {
    margin-left: 60px;
}

.truck-double-button {
    margin-top: 50px;
}

.truck-cover #breadcrumbs {
    padding: 10px 10px 10px 0;
}

#breadcrumbs a {
    color: #A70E13;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.96px;
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-right: 25px;
    margin-right: 30px;
    background: url('/assets/images/bb-new/breadcrumb-right.png') no-repeat right top 7px;
}

#breadcrumbs select {
    color: #A70E13;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.96px;
    text-decoration: underline;
    text-underline-offset: 5px;
   
    /*background: url('/assets/images/bb-new/breadcrumb-right.png') no-repeat right top 7px;*/
    border: none;
    border-bottom: 3px solid #A70E13;
    -webkit-appearance: none;
     -moz-appearance: none;
     background: transparent;
     cursor: pointer;
     padding-right: 0;
     
}

#breadcrumbs span {
    position: relative;
    margin-right: 30px;
    background: transparent;
    padding-right: 15px;
}

#breadcrumbs span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    object-fit: contain;
}

.select-last {
    color: #FFF!important;
    border-bottom: 3px solid #FFF!important;
    margin-right: 15px;
}

#breadcrumbs select option {
    color: #fff;
    background-color: #252525;
}

.truck-header-content {
    padding-top: 5%;
}

.truck-header-content h1 {
    color: #fafafa;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    padding-bottom: 20px;
}

.truck-cover-mobile-content h1 {
    text-align: center;
    color: #fafafa;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 15px 20px 15px;
}

.truck-cover-mobile-content p {
    color: #fafafa;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 400;
    padding: 0 15px;
    text-align: center;
}

.truck-header-content p, .truck-cover-mobile-content p {
    color: #fafafa;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.truck-cover button {
    margin-right: 10px;
}

.guideline {
    display: block;
    font-size: 13px;
    line-height: 20.8px;
    color: #FFF;
    text-decoration: underline;
    
    margin-left: 175px;
   
}

.truck-double-button p {
    margin-top: 15px;
}

.heading-container {
    position: relative;
}

.truck-header-carousel-column {
    display: block;
    margin-top: auto;
}

/*.carousel-box {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 0px;*/
/*    background: #FFF;*/
/*    padding: 10px;*/
    
/*}*/

.carousel-box {
    background: #FFF;
    padding: 10px;
    max-width: 400px;
    position: relative;
    margin-left: auto;
}

.carousel-box .carousel-image-one {
    width: 90px;
    height: 74px;
    object-fit: contain;
    display: block;
    cursor: pointer;
    margin-right: 10px;
}


.carousel-box .carousel-image-one:hover {
    opacity: 0.5;
}

/*.carousel-box .carousel-image-one:last-child {*/
/*    margin-bottom: 0px!important;*/
/*}*/

/*.carousel-outer-box {*/
/*    position: relative;*/
/*}*/

.carousel-slider-left {
    position: absolute;
    top: 50%;
    left: -60%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    object-fit: contain;
    cursor: pointer;
    z-index: 1;
}


.carousel-slider-right {
    position: absolute;
    right: -60%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    object-fit: contain;
    cursor: pointer;
    z-index: 1;
}

.carousel-slider-outer-left {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
    width: 10px;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    z-index: 1;
    background: #FFF;
}

.carousel-slider-outer-right {
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%);
    width: 10px;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    z-index: 1;
    background: #FFF;
}

.carousel-scroll-box {
    
    overflow-x: scroll;
    flex-wrap: nowrap!important;
    width: 405px;
}

/*.carousel-scroll-box img:nth-child(1) {*/
/*    margin-left: 15px!important;*/
/*}*/

.carousel-scroll-box::-webkit-scrollbar, .lightbox-modal .modal::-webkit-scrollbar {
    display: none;
}

.carousel-image-one:last-of-type {
    margin-right: 0;
}

.lightbox-modal .modal {
  display: none;
  position: fixed;
  z-index: 11111111111111111;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}


.lightbox-modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

.lightbox-modal .close {
    padding: 12px 14px;
    color: white;
    position: absolute;
    top: -70px;
    right: -60px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50%;
    border: 3px solid #FFF;
}

.lightbox-modal .close:hover,
.lightbox-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.lightbox-modal .mySlides {
  display: none;
}

.lightbox-modal .prev,
.lightbox-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

.lightbox-modal .prev img,  .lightbox-modal .next img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.lightbox-modal .prev {
    left: -90px;
}

.lightbox-modal .next {
  right: -90px;
}

.lightbox-modal .prev:hover,
.lightbox-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-modal .numbertext {
  color: #FFF;
  font-size: 20px;
  line-height: 23.44px;
  font-weight: 400;
  padding: 8px 12px;
  position: absolute;
  top: -45px;
  right: 0;
}

.lightbox-modal img {
  margin-bottom: -4px;
}


.lightbox-modal .demo {
  opacity: 0.6;
}

.lightbox-modal .active,
.lightbox-modal .demo:hover {
  opacity: 1;
}

.lightbox-modal img.hover-shadow {
  transition: 0.3s;
}

.lightbox-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.light-box-container {
    margin: 20px -15px;
}

.light-box-container-image img {
    width: 100%;
    background: #FFF;
    object-fit: contain;
    cursor: pointer;
    margin-bottom: 20px;
}

.truck-cover-mobile {
    display: none;
    background: #100F1D;
    padding-top: 75%;
    padding-bottom: 5%;
}

.truck-cover-mobile {
    width: 100%;
    object-fit: cover;
}


.button-outside {
    text-align: center;
}

.number-image {
    padding: 8px 16px;
    border: 1px solid #FFF;
    background: transparent;
    font-size: 12px;
    line-height: 19.6px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
}

.number-image img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 5px;
}

.truck-cover-mobile .mobile-button {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.truck-details-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
}

/*.truck-box-left {*/
/*    margin-right: 15px;*/
/*}*/

.truck-box-right {
   position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 80px;
}

.truck-box-heading h3 {
    color: #121B21;
    font-size: 18px;
    line-height: 21.64px;
    font-weight: 700;
}

.truck-box-heading {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.truck-specification-box .truck-box-body {
    padding: 10px 15px;
}

.truck-usage-box .truck-box-body {
    padding: 20px 15px;
}

.arrow-right {
    border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 15px;
}

.truck-specification-box .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 1% 0;
  background-color: #FFF;
  font-size: 16px;
  line-height: 19.2px;
  color: #121B21;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.truck-usage-box .accordion-container .accordion-title {
    position: relative;
  margin: 0;
  background-color: #FFF;
  font-size: 15px;
  line-height: 21px;
  color: #121B21;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 15px;
}


.truck-specification-box  .accordion-container .accordion-title:last-of-type {
    border-bottom: 0px;
}

.truck-specification-box  .accordion-title img {
    width: 74px;
    height: 51px;
    object-fit: contain;
    margin-right: 15px;
}

.truck-specification-box  .accordion-container .accordion-title:hover,
.truck-specification-box  .accordion-container .accordion-title:active,
.truck-specification-box  .accordion-title.open { 
  background-color: #FFF;
}


.truck-specification-box  .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.truck-specification-box  .accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.truck-specification-box  table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.truck-specification-box  table:last-child {
    margin-bottom: 0;
}

.truck-specification-box  .accordion-content {
    margin-bottom: 15px;
}

.truck-specification-box  .accordion-content p {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
  line-height: 19.2px;
  color: #121B21;
  font-weight: 400;
  
}

.truck-usage-box  .accordion-content  {
    text-align: left;
    padding: 0 30px 15px;
}

.truck-usage-box .accordion-content p a{
    font-size: 15px;
  line-height: 21px;
  color: #2891F8;
  font-weight: 400;
  text-decoration: underline;
}

.truck-usage-box .accordion-content p {
    margin-bottom: 15px;
}

.truck-specification-box  table tr td {
    text-align: left;
    padding: 15px;
    
    font-size: 16px;
  line-height: 19.2px;
  color: #121B21;
  font-weight: 700;
}

.truck-specification-box  tr:nth-child(odd) {background-color: #f6f6f6;}

.truck-respect-image {
    margin-top: 20px;
    width: 100%;
    object-fit: contain;
}

.bb-wrapper #spear_parts {
    background: #a70e13;
}

.bb-wrapper #spear_parts a {
    width: 19.6%;
    border: none;
}

.bb-wrapper #spear_parts p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 850px) {
    .carousel-box {
        margin-top: 50px;
        max-width: 368px;
    }
    
    .carousel-scroll-box {
        width: 368px;
    }
    
    .truck-specification-box .accordion-title img {
        width: 60px;
        margin-right: 0;
    }
    
    .bb-wrapper .truck-header-content-column {
        width: 75%;
    }
    
    .truck-cover {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    
    
}


@media only screen and (max-width: 800px) and (orientation: landscape) {
    .carousel-box {
        display: none;
    }
    
    .truck-cover-outer {
    display: none;
    }

    .truck-cover-mobile {
        display: block;
    }
    
    #breadcrumbs {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .mobile-button .red-button {
        margin-right: 10px;
    }
    
    .light-box-container {
        display: none;
    }
    
    .lightbox-modal .modal-content {
        top: 40%;
        transform: translateY(-50%);
    }
    
    .lightbox-modal .prev, .lightbox-modal .next {
        top: 70%;
    }
    
    .lightbox-modal .prev img, .lightbox-modal .next img {
        width: 20px;
        height: 20px;
    }
    
    .lightbox-modal .prev{
        left: -60px;
    }
    
    .lightbox-modal .next {
        right: -60px;
    }
    
    .lightbox-modal .close {
    padding: 8px 10px;
    font-size: 15px;
    }
    
    .lightbox-modal .numbertext {
    font-size: 13px;
    line-height: 19.6px;
    padding: 0px;
}
}

@media only screen and (max-width: 767px) {
    .carousel-box {
        display: none;
    }
    
    .truck-cover-outer {
    display: none;
    }

    .truck-cover-mobile {
        display: block;
    }
    
    #breadcrumbs {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .mobile-button .red-button {
        margin-right: 10px;
    }
    
    .mobile-button .white-button {
        margin-bottom: 10px;
    }
    
    .light-box-container .light-box-container-image{
        display: none;
    }
    
    .lightbox-modal .modal-content {
        top: 40%;
        transform: translateY(-50%);
    }
    
    .lightbox-modal .prev, .lightbox-modal .next {
        top: 70%;
    }
    
    .lightbox-modal .prev img, .lightbox-modal .next img {
        width: 20px;
        height: 20px;
    }
    
    .lightbox-modal .prev{
        left: -60px;
    }
    
    .lightbox-modal .next {
        right: -60px;
    }
    
    .lightbox-modal .close {
    padding: 8px 12px;
    font-size: 15px;
    }
    
    .lightbox-modal .numbertext {
    font-size: 13px;
    line-height: 19.6px;
    padding: 0px;
}

.truck-box-heading h3, .truck-specification-box .accordion-content p {
    font-size: 13px;
    line-height: 15.6px;
}

.truck-specification-box table tr td {
    font-size: 12px;
    line-height: 20px;
}

.truck-specification-box table tr td:nth-child(even) {
    font-weight: 400;
}

.truck-specification-box .accordion-title img {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.truck-specification-box .accordion-container .accordion-title {
    padding: 20px 0;
    padding-right: 50px;
    padding-left: 60px;
}

.truck-box-right {
    margin-top: 30px;
}
    
}

/*Contact Us New*/

.bb-contact-left {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bb-contact-left h1 {
    color: #121B21;
    font-size: 37px;
    line-height: 48.1px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bb-contact-left p {
    color: #121B21;
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 400;
}

.bb-contact-number-card {
    margin-top: 60px;
    background: #121B21;
    position: relative;
}

.bb-contact-number-card img {
    width: 110px;
    height: 130px;
    object-fit: contain;
    position: absolute;
    right: 25px;
    bottom: -32px;
}

.bb-contact-number-card-image {
    padding: 30px;
    background: url(/assets/images/bb-new/contact-pattern.png);
    background-size: cover;
    background-repeat: none;
    
}

.bb-contact-number-card-image-row {
    margin-bottom: 15px;
}

.bb-contact-number-card-image-left p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #FFF;
}

.bb-contact-number-card-image-right p {
    font-size: 22px;
    line-height: 26.35px;
    font-weight: 400;
    color: #a70e13;
    margin-top: 3px;
}

.bb-contact-right #contactFormS {
    background: #FFF;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    margin-left: auto;
}

.bb-contact-right .contactusbottomForm h2 {
    font-size: 25px;
    line-height: 34.73px;
    color: #a70e13;
    font-weight: 400;
    margin-bottom: 10px;
}

.bb-contact-right .contactusbottomForm p {
    font-size: 15px;
    line-height: 21px;
    color: #121b21;
    font-weight: 400;
}

.bb-contact-right .contactFormLabel {
    font-size: 15px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
}

.bb-contact-right .contact-input {
    margin-bottom: 20px;
}

.bb-contact-right .contact-input input{
    background: #e9e9e9;
    padding: 12px;
    border: none;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    color: #121B21;
}

.bb-contact-right .contact-input select{
    background: #e9e9e9;
    padding: 12px;
    border: none;
    margin-top: 10px;
    width: 100%;
    color: #121B21;
}

.bb-contact-right .contact-select-box {
    position: relative;
}

.bb-contact-right .contact-select-box img{
    position: absolute;
    object-fit: contain;
    right: 12px;
    top: 50%;
}

.bb-contact-right .textareaSectionH textarea {
    border: none;
    overflow: hidden;
    padding: 12px;
    resize: none;
    max-width: 1024px;
    width: 100%;
    outline: none;
    background: #e9e9e9;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #121b21;
    font-size: 20px;
    border-radius: 0;
}

.bb-contact-right .red-button {
    width: 100%;
    text-align: center;
}

.bb-contact-left-outer {
    display: block;
    margin: auto;
}

.bb-contact .address-section-first {
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}



.bb-contact .address-tab button {
    background: transparent;
    cursor: pointer;
    text-align: left;
    padding: 30px;
    width: 100%;
    border: none;
  outline: none;
  transition: 0.3s;
  display: block;
}

.bb-contact .address-tab-content {
    height: 100%;
}

.bb-contact .address-tab {
    border: 1px solid #121b21;
}



.bb-contact .tab button.active {
  background-color: #121b21;
}

.address-section-first .tab button.active  h2, .address-section-first .tab button.active h3, .address-section-first .tab button.active p {
    color: #FFF;
}

.bb-contact .address-section-first h2 {
    font-size: 24px;
    line-height: 28.5px;
    font-weight: 700;
    color: #121B21;
    margin-bottom: 15px;
}

.bb-contact .address-section-first h3 {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 700;
    color: #121B21;
    margin-bottom: 10px;
}

.bb-contact .address-section-first p {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    color: #121B21;
}

.bb-contact .address-section-first iframe {
    width: 95%;
    height: 100%;
}

.bb-contact .address-section-second {
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.bb-contact .address-section-second:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.bb-contact .address-section-second h3 {
    font-size: 24px;
    line-height: 28.5px;
    font-weight: 700;
    color: #121B21;
}

.bb-contact .address-section-second-inside {
    margin-bottom: 30px;
    width: 85%;
}

.bb-contact .address-section-second-inside h2 {
    color: #A70E13;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bb-contact .address-section-second-inside h3 {
    color: #121B21;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bb-contact .address-section-second-inside p {
    color: #121B21;
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 400;
}

@media only screen and (max-width: 850px) {
    .bb-contact-right #contactFormS {
        display: block;
        width: 100%;
        padding: 15px;
    }
    
    .bb-contact-left, .bb-contact .address-section-second-inside {
        width: 100%;
    }
    
    .bb-contact-number-card img {
        width: 70px;
        right: 0px;
        bottom: -65px;
    }
}

@media only screen and (max-width: 767px) {
    .bb-contact-left, .bb-contact .address-section-second-inside {
        width: 100%;
    }
    
    .bb-contact-number-card {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .bb-contact-right #contactFormS {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }
    
    .bb-contact-number-card img {
        width: 50px;
        right: 10px;
        bottom: -55px;
    }
    
    .address-tab-map {
        margin-bottom: 30px;
    }
    
    .bb-contact .address-section-second {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .bb-contact .address-section-second h3 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    
}

/*Select My Truck Page*/

.select-truck-header {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #121B21;
    position: relative;
}


.select-truck-cover-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.select-truck-header h1 {
    font-size: 32px;
    line-height: 38.47px;
    font-weight: 700;
    color: #a70e13;
    margin-bottom: 15px;
}

.bb-col-center {
    display: block;
    margin: auto;
}

.select-truck-header h1 img {
    width: 68px;
    height: 54.5px;
    onject-fit: contain;
    margin-top: -3px;
}

.select-truck-header p {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    color: #fff;
}

.select-truck-input-row {
    margin-top: 30px;
}

.select-truck-header .select-truck-input {
    position: relative;
    display: flex;
    align-items: center;
}

.select-truck-header .select-truck-input select {
    background: #303030;
    padding: 15px 15px 15px 60px;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.select-truck-header .select-truck-input .down-arrow-image {
    width: 12px;
    height: 12px;
    object-fit: contain;
    position: absolute;
    right: 15px;
}

.select-truck-header .select-truck-input .input-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    position: absolute;
    left: 15px;
}

.select-truck-search-button {
    width: 100%;
    height: 100%;
}

.select-truck-search-button button{
    width: 100%;
    height: 100%;
}

.select-truck-search-button button img {
    width: 17.49px;
    height: 17.49px;
    object-fit: contain;
    margin-right: 5px;
    margin-top: -3px;
}

.bb-header .select-truck-body h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.bb-header .select-truck-body-card {
    padding: 30px 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.bb-header .select-truck-body-card-row {
    margin-top: 30px;
    margin-bottom: 60px;
}


.bb-header .select-truck-body-card h2 {
    font-size: 30px;
    line-height: 35.16px;
    color: #bfbfbf;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.bb-header .select-truck-body-card img {
    width: 100%;
    height: 194px;
    object-fit: contain;
    margin-bottom: 20px;
}

.bb-header .select-truck-body-card .know-more-card {
    text-align: center;
}

.bb-header .select-truck-body-card a {
    padding: 12px 24px;
    border: 1px solid #585858;
    font-size: 13px;
    line-height: 19.8px;
    font-weight: 400;
    color: #585858;
}

.bb-header .select-truck-body-card:hover .red-box{
    border: 1px solid #a70e13;
    color: #a70e13;
}

.bb-header .select-truck-body-card:hover .red {
    color: #a70e13!important;
}

.bb-header .transport-passenger h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

.bb-header .transport-passenger p {
    font-size: 16px;
    line-height: 24px;
    color: #121b21;
    font-weight: 400;
}

.bb-header .transport-passenger img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}



@media only screen and (max-width: 850px) {
    .bb-header .select-truck-body-card img {
        height: 100px;
    }
    
    .bb-header .transport-passenger-image-column {
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .bb-wrapper .select-truck-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .select-truck-header .select-truck-input {
        margin-bottom: 15px;
    }
    
    .select-truck-body-card {
        margin-bottom: 30px;
    }
    
    .bb-header .select-truck-body-card img {
        height: 100%;
    }
    
    .bb-header .transport-passenger img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .bb-wrapper #spear_parts p {
    font-size: 11px;
    line-height: 16px;
}
}

/*Blog Individual Page*/


.blog-head-story {
    margin-bottom: 50px;
}

.blog-head-story img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.blog-head-story h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #2891F8;
    margin-bottom: 10px;
}

.blog-individual-left h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    color: #131E33;
    margin-bottom: 15px;
}

.blog-head-story p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

.blog-head-story a {
    
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #131E33;
    text-decoration: underline;
}

.resource-card {
    margin-bottom: 60px;
    cursor: pointer;
}

.resource-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.resource-card h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #2891F8;
    margin-bottom: 10px;
}

.resource-card h3 {
    font-size: 22px;
    line-height: 28.6px;
    font-weight: 700;
    color: #131E33;
    margin-bottom: 15px;
}

.resource-card p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

.press-card {
    margin-top: 20px;
    margin-bottom: 40px;
    cursor: pointer;
}

.press-card:nth-last-child(1), .press-card:nth-last-child(2) {
    margin-bottom: 0;
}


.press-card-image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
}

.press-card-content h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2891F8;
    margin-bottom: 10px;
}

.press-card-content h3 {
    font-size: 22px;
    line-height: 24.2px;
    font-weight: 700;
    color: #131E33;
    margin-bottom: 15px;
}

.press-card-content a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #131E33;
    text-decoration: underline;
}

.blog-individual-right {
    position: sticky;
    top: 100px;
}

.blog-individual-search {
    position: relative;
}

.blog-individual-search input {
    background: #e9e9e9;
    padding: 12px 30px 12px 12px;
    border: none;
    width: 90%;
    font-size: 20px;
    color: #121B21;
}

.blog-individual-search button {
    position: absolute;
    padding: 14px;
    background: #121b21;
    right: 0;
    cursor: pointer;
}

.blog-individual-search button img {
    width: 17.49px;
    height: 17.49px;
    object-fit: contain;
}

.blog-individual-right .bb-tags {
    margin-top: 50px;
    margin-bottom: 30px;
}

.bb-tags h3, .bb-social-share h3 {
    font-size: 17px;
    line-height: 23.8px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.bb-tags span {
    padding: 7px 20px 7px 13px;
    background: #E9E9E9;
    font-size: 17px;
    line-height: 23.8px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.bb-social-share h3 {
    margin-bottom: 15px;
}


.social-medias img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.resource-head-count {
    height: 55px;
}

.resource-para-count {
    height: 85px;
}

.press-head-count {
    height: 65px;
} 

@media only screen and (max-width: 1100px) {
    .resource-head-count {
        height: 80px;
    }
    
    .resource-para-count {
        height: 100px;
    }
    
    .press-head-count {
        height: 90px;
    }
}

@media only screen and (max-width: 850px) {
    .resource-head-count {
        height: 100px;
    }
    
    .resource-para-count {
        height: 150px;
    }
    
    .resource-card {
        margin-bottom: 30px;
    }
    
    .press-head-count {
        height: 160px;
    }
    
    .blog-individual-right {
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .resource-head-count, .resource-para-count, .press-head-count {
        height: initial;
    }
    
    .press-card img {
        height: 100%;
        margin-bottom: 30px;
    }
    
    .press-card {
        margin-bottom: 40px!important;
    }
    
    
}


/*Dealer Widget*/

 .dealer-widget-block .row::after {
  content: "";
  clear: both;
  display: block;
}

 .new-dealer [class*="col-md-"] {
  float: left;
}

 .new-dealer [class*="col-"] {
  float: left;
}

/* For desktop: */
.new-dealer  .col-md-1 {width: 8.33%;}
.new-dealer  .col-md-2 {width: 16.66%;}
.new-dealer  .col-md-3 {width: 25%;}
.new-dealer  .col-md-4 {width: 33.33%;}
.new-dealer  .col-md-5 {width: 41.66%;}
.new-dealer  .col-md-6 {width: 50%;}
.new-dealer  .col-md-7 {width: 58.33%;}
.new-dealer  .col-md-8 {width: 66.66%;}
.new-dealer  .col-md-9 {width: 75%;}
.new-dealer  .col-md-10 {width: 83.33%;}
.new-dealer  .col-md-11 {width: 91.66%;}
.new-dealer  .col-md-12 {width: 100%;}

.new-dealer  .col-1 {width: 8.33%;}
.new-dealer  .col-2 {width: 16.66%;}
.new-dealer  .col-3 {width: 25%;}
.new-dealer  .col-4 {width: 33.33%;}
.new-dealer  .col-5 {width: 41.66%;}
.new-dealer  .col-6 {width: 50%;}
.new-dealer  .col-7 {width: 58.33%;}
.new-dealer  .col-8 {width: 66.66%;}
.new-dealer  .col-9 {width: 75%;}
.new-dealer  .col-10 {width: 83.33%;}
.new-dealer  .col-11 {width: 91.66%;}
.new-dealer  .col-12 {width: 100%;}


.dealer-widget-block .dealer-maps {
    position: sticky;
    top: 0;
}

.dealer-widget-block .dealer-version-box {
    padding: 5% 60px;
    /*width: 50%;*/
    box-shadow: 11px 0px 20px rgba(0, 0, 0, 0.1);
    background: #FFF;
}

.dealer-widget-block .dealer-version-box h1 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
}


.dealer-widget-block .tab {
  overflow: hidden;
}


.dealer-widget-block .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 0;
  margin-right: 30px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.dealer-widget-block .tab button.active {
  color: #A70E13;
  border-bottom: 2px solid #A70E13;
}

.dealer-widget-block .tabcontent {
  display: none;
  margin-top: 30px;
}

.dealer-widget-block .tabcontent.active {
    display: block;
}

.dealer-widget-block .tabcontent input {
    height: 50px;
    background: #F2F2F2;
    width: 45%;
    color: #555;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    margin-bottom: 20px;
    padding: 0 15px;
    margin-right: 3%;
}

.dealer-widget-block .tabcontent .search {
    background: #A70E13;
    color: #FFF;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

.dealer-widget-block .tabcontent .clear-search {
    background: transparent;
    color: #2194BB;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 20px;
}

.dealer-widget-block .tabcontent .clear-search:hover {
    text-decoration: underline;
}

.dealer-widget-block .filter-check-buttons {
    margin: 30px 0;
}

.dealer-widget-block .filter-right {
    font-size: 16px;
    line-height:24px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}

/*.dealer-widget-block .filter-right-outer {*/
/*    margin-top: 15px;*/
/*}*/

.dealer-widget-block .filter-right img {
    width: 20px;
    height: 13px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -5px;
}

.dealer-widget-block .check-button {
    display: flex;
    width: initial;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.dealer-widget-block .check-button:last-child {
    margin-bottom: 0;
}

.dealer-widget-block .radio-flex input[type="checkbox"] {
    -webkit-appearance: none;
    height: initial;
    width: initial;
}

.dealer-widget-block .radio-flex label {
   padding: 10px 40px;
    background: #C6C6C6;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.dealer-widget-block .radio-flex label img {
    margin-right: 5px;
    width: 25px;
    height: 24px;
    object-fit: contain;
}

.dealer-widget-block .radio-flex input[type="checkbox"]:checked+label {
    background: #303030;
}

.dealer-widget-block .dealer-content {
    
    margin-left: -60px!important;
    margin-right: -60px!important;
   padding: 0 60px;
   
}

.dealer-widget-block .dealer-content .dealer-content-row {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #C8C8C8;
}

.dealer-widget-block .dealer-content.active {
    background: #F5F5F5;
}

.dealer-widget-block .dealer-content.active .dealer-content-row {
    border: none;
}

.dealer-widget-block .dealer-btn {
    background: #A70E13;
    color: #FFF;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
}

.dealer-widget-block .dealer-btn .arrow-image {
    width: 6px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
    margin-top: -1px;
    margin-right: 0px;
}


.dealer-widget-block .dealer-content-left h3 {
    color: #A70E13;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.dealer-widget-block .dealer-content-middle h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.dealer-widget-block .dealer-content-middle .para-image-text {
    display: flex;
    margin: 10px 0;
}

.dealer-widget-block .dealer-content-middle p {
    color: #000!important;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    width: 60%;
}

.dealer-widget-block .dealer-content-middle p a {
    color: #000!important;
}

.dealer-widget-block .dealer-content-middle img {
    margin-top: 5px;
    margin-right: 20px;
    object-fit: contain;
}

.dealer-widget-block .location-image {
    width: 9px;
    height: 13px;
}

.dealer-widget-block .call-image {
    width: 12px;
    height: 12px;
}

.dealer-widget-block .mail-image {
    margin-top: 8px!important;
    width: 13px;
    height: 10px;
}

.dealer-widget-block .dealer-content-right p {
    color: #8E8E8E;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    padding-bottom: 20px;
}

.dealer-widget-block .dealer-content-right p:first-child {
    padding-top: 8px;
    padding-bottom: 12px;
}

.dealer-widget-block .dealer-content-right h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    padding-bottom: 10px;
}

.dealer-widget-block .open {
    color: #1B974D;
}

.dealer-widget-block .closed {
    color: #A70E13;
}

.dealer-widget-block .dealer-content-right img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -5px;
}

.dealer-widget-block .last {
    color: #000!important;
}


.dealer-widget-block .filter-modal .modal {
  display: none; 
  position: fixed!important; 
  z-index: 1111111111111; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  
}

.dealer-widget-block .filter-modal .modal.active {
    display: block;
}


.dealer-widget-block .filter-modal .modal-content {
  position: absolute;
  margin-top: 30px;
  left: 0;
  top: 0px;
  background-color: #fefefe;
  margin: auto;
  padding: 5% 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 -webkit-animation-name: animateleft;
  -webkit-animation-duration: 0.4s;
 animation-name: animateleft;
  animation-duration: 0.4s;
  height: 100%;
}

.dealer-widget-block .filter-modal .active .modal-content {
     -webkit-animation-name: animateleft;
      animation-name: animateleft;
}

@-webkit-keyframes animateleft{
  from {left:-300px; opacity:0} 
  to {left:0; opacity:1}
}

@keyframes animateleft {
  from {left:-300px; opacity:0}
  to {left:0; opacity:1}
}


.dealer-widget-block .button-cancel {
    background: #EDEDED;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 700;
    padding: 12px 24px;
    float: right;
    cursor: pointer;
    margin-left: 15px;
}

.dealer-widget-block .button-apply {
    background: #3E9968;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    padding: 12px 24px;
    float: right;
    cursor: pointer;
}

.dealer-widget-block .filter-modal .modal-header {
  margin: 0 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #C8C8C8;
}

.dealer-widget-block .filter-modal .modal-header h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    padding-top: 5px;
}

.dealer-widget-block .filter-modal .modal-body {padding: 0 60px;}

.dealer-widget-block .filter-modal .modal-body h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    padding: 30px 0;
}

.dealer-widget-block .filter-modal .modal-checkbox {
    margin-bottom: 15px;
    display: flex;
}

.dealer-widget-block .filter-modal .modal-checkbox input {
    width: 25px;
    height: 25px;
    border: 1.1px solid #BECDDA;
    cursor: pointer;
}

.dealer-widget-block .filter-modal .modal-checkbox label {
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-top: 3px;
    margin-left: 10px;
}

.dealer-widget-block .filter-modal .outer-output {
    display: flex;
    justify-content: center;
     align-items: center;
     height: 100%;
}

.dealer-widget-block .filter-modal .outer-output .outer-input {
    justify-content: center;
     align-items: center;
     padding:12px 24px;
     border: 1px solid #BECDDA;
     border-radius: 2px;
     font-size: 18px;
     line-height: 30px;
     color: #000;
     font-weight: 400;
     margin-top: 10px;
}

.range-slider {
  *zoom: 1;
  
  padding-top: 2em;
  position: relative;
  text-align: center;
}
.range-slider:before, .range-slider:after {
  content: " ";
  display: table;
}
.range-slider:after {
  clear: both;
}
@media (min-width: 640px) {
  .range-slider {
    padding-top: 2em;
  }
}
@media (min-width: 1024px) {
  .range-slider {
    padding-top: 2em;
  }
}
.range-slider .track {
  bottom: 20px;
  height: 6px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
}
@media (min-width: 640px) {
  .range-slider .track {
    bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .range-slider .track {
    bottom: 20px;
  }
}
.range-slider .track--full {
  background: #BECDDA;
  border: 1px solid #BECDDA;
  border-radius: 2px;
  width: 100%;
}
.range-slider .track--included {
  background: #3Da5FF;
  border-radius: 3px;
}
.range-slider .slider-thumb {
  background: #3Da5FF;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
  z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .range-slider .slider-thumb {
    display: block;
  }
}
@media (min-width: 640px) {
  .range-slider .slider-thumb {
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 1024px) {
  .range-slider .slider-thumb {
    height: 18px;
    width: 18px;
  }
}
.range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}
@media (min-width: 640px) {
  .range-slider [type=range] {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range] {
    height: 30px;
  }
}
.range-slider [type=range]:focus {
  outline: none;
}
.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}
.range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -30px;
}
@media (min-width: 640px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
.range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}
.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #3da5ff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 18px;
  z-index: 100;
  border: 2px solid #FFF;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 18px;
    margin-top: -12px;
    width: 18px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 18px;
    margin-top: -12px;
    width: 18px;
  }
}
.range-slider [type=range]::-ms-thumb {
  background: #3da5ff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 18px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-ms-thumb {
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-ms-thumb {
    height: 18px;
    width: 18px;
  }
}
.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 18px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 18px;
    margin-top: -12px;
    width: 18px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 18px;
    margin-top: -12px;
    width: 18px;
  }
}
.range-slider .output,
.range-slider output {
    background: #fff;
  font-size: 13px;
  color: #000;
  display: inline-block;
  left: 50%;
  line-height: 21px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  bottom: 40px;
  transform: translate(-50%, 0);
}


@media only screen and (max-width: 850px) {
   .dealer-widget-block  .dealer-version-box {
       padding: 5% 30px;
    }
    
    .dealer-widget-block .dealer-content {
        margin-left: -30px!important;
    margin-right: -30px!important;
    padding: 0 30px;
    }
    
    .dealer-widget-block .filter-modal .modal-content {
        background: #FFF;
    }
    
    .dealer-widget-block .filter-modal .modal-header {
       margin: 0 30px;
    }
    .dealer-widget-block .filter-modal .modal-body {
        padding: 0 30px;
    }
    
    .dealer-widget-block .filter-modal .modal-body section {
        width: 80%;
    }
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    .dealer-widget-block .filter-modal .modal-content {
        height: 100vh;
    }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .dealer-widget-block .filter-modal .modal-content {
        height: initial;
    }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .dealer-widget-block [class*="col-md-"] {
    width: 100%;
  }
  
  .dealer-widget-block .dealer-version-box {
      width: 100%;
      padding: 5% 15px;
  }
  
  .dealer-widget-block .dealer-content {
        margin-left: -15px!important;
    margin-right: -15px!important;
    padding: 0 15px;
    }
    
    .dealer-widget-block .filter-modal .modal-content {
        width: 90%;
        top: 0px;
    }
    
    .dealer-widget-block .filter-modal .modal-header {
       margin: 0 15px;
    }
    
    .dealer-widget-block .filter-modal .outer-output .outer-input {
        margin-right: 15px;
    }
     .dealer-widget-block .filter-modal .modal-body {
        padding: 0 15px;
    }
    
    .dealer-widget-block .dealer-content-right p:first-child {
    padding-top: 5px;
    padding-bottom: 15px;
}
}

/*Sales Enquiry Page*/

.sales-enquiry-header-outer {
     background: #1b1e23;
    position: relative;
    
}

.sales-enquiry-header-outer picture {
    position: absolute;
    top: 0;
    width: 100%;
}

.sales-enquiry-header-outer picture img{
    width: 100%;
    object-fit: cover;
    height: 510px;
}

.sales-enquiry-header {
    /*background: url('/assets/images/bb-new/sales-truck-banner.png');*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.sales-enquiry-header .bb-contact-right #contactFormS {
    position: relative;
}

.sales-enquiry-header .bb-contact-right .contactusbottomForm h2 {
font-size: 20px;
font-weight: 900;
line-height: 24px;
color: #a70e13;
}

.sales-enquiry-header .bb-contact-right .contactusbottomForm p {
font-size: 15px;
font-weight: 400;
line-height: 21px;
color: #121b21;
}

.sales-enquiry-header .bb-contact-right .contact-input input, .sales-enquiry-header .bb-contact-right .contact-input select {
    background: #FFF;
    border-bottom: 1px solid #8A9297;
    color: #121B21;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 0;
    font-weight: 400;
}

.sales-enquiry-header .bb-contact-right .contact-input input::placeholder {
    color: #121B21;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.sales-enquiry-header .bb-contact-right .contact-input label {
    color: #121B21;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.sales-enquiry-header .bb-contact-right .contact-input .radio-flex input[type="radio"] {
    -webkit-appearance: none;
    height: initial;
    width: initial;
}

.sales-enquiry-header .bb-contact-right .contact-input .radio-flex {
    margin-top: 20px;
    margin-bottom: 20px;
}



.sales-enquiry-header .bb-contact-right .contact-input .radio-flex label {
    height: 60px;
    background: #FFF;
    color: #171724;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    margin-top: -40px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    border: 1px solid #a70e13;
    
}

.sales-enquiry-header .bb-contact-right .contact-input .radio-flex label img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    margin-right: 10px;
}

.sales-enquiry-header .bb-contact-right .contact-input .radio-flex label .radio-flex-image {
    width: 25px;
    height: 25px;
    margin-top: -4px;
}

.sales-enquiry-header .bb-contact-right .contact-input .radio-flex input[type="radio"]:checked+label {
    background: #a70e13;
    color: #FFF;
}

.sales-enquiry-header .bb-contact-right .red-button {
    margin-top: 20px;
    padding: 20px;
}

.sales-enquiry-header-right-outer {
    display: block;
    margin-top: 360px;
}

.sales-enquiry-header-right {
    width: 95%;
    margin-left: auto;
    position: relative;
}

.sales-enquiry-header-right h1 {
    color: #FFF;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 43px;
padding-bottom: 20px;
 font-family: "Roboto", sans-serif;
 
}

.sales-enquiry-header-right p {
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;

}

.sales-badge-row {
    margin-top: 25px;
}

.sales-badge-box img {
    width: 100%;
    object-fit: contain;
}

.sales-badge-box p {
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20.8px;
}

.sales-badge-box p:nth-child(2) {
    font-weight: 700;
}

.sales-badge-box p:nth-child(1) {
    color: #8E8E8E;
}

.sales-badge-box-content {
    padding-left: 0!important;
}

.sales-enquiry-page .select-truck-header {
    background: #fafafa;
}

.sales-enquiry-page .select-truck-header .select-truck-input select {
    background: #FFF;
    color: #121B21;
}

.sales-enquiry-page .select-truck-cover-image {
    object-fit: cover;
    right: initial;
    height: 100%;
}

.sales-enquiry-page .select-truck-header p {
    color: #121b21;
}

@media only screen and (max-width: 850px){
    .sales-enquiry-header .bb-contact-right .contact-input .radio-flex label {
        height: 50px;
    }
    
    .sales-enquiry-header .bb-contact-right .contact-input .radio-flex label img {
        width: 35px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    .sales-enquiry-header .bb-contact-right #contactFormS {
        width: 90%;
        margin: 380px auto auto auto;
        padding: 30px;
    }
    
    .sales-badge-box img {
        width: 35%;
        display: block;
        margin-left: auto;
    }
    
    .sales-enquiry-header-right p {
        width: 90%;
    }
    
    .sales-enquiry-header-right {
        width: 90%;
    }
    
    .sales-enquiry-header-right-outer {
        position: absolute;
        top: 440px;
        left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    
    
    .sales-badge-box {
        margin-bottom: 30px;
    }
    
    .sales-badge-box-content {
        display: block;
        margin: auto;
    }
    
    .sales-enquiry-header .bb-contact-right .radio-flex-outer {
        margin-bottom: 20px;
    }
    
    .sales-enquiry-header-outer picture {
        position: static;
        top: initial;
    }
    
    .sales-enquiry-header-outer picture img {
        height: initial;
    }
    
    
}

@media only screen and (max-width: 600px) {
    .sales-enquiry-header .bb-contact-right #contactFormS {
        width: 90%;
        margin: 660px auto auto auto;
    }
    
    .sales-enquiry-header-right p {
        width: 100%;
    }
    
    .sales-enquiry-header-right-outer {
        position: absolute;
        top: 300px;
        left: 0;
        margin-top: 0;
    }
    
    .sales-enquiry-header-right {
        width: 100%;
    }
}

