:root {
  --blue: #FCBF01;
  --white: #ffffff;
  --black: #000000;
  --silver: #C0C0C0;
  --gray: #f5f5f5;
  --light-gray: #f5f5f5;
  --red: #FF0000;
  --yellow: #FCBF01;
  --tab_color: #464646;
  --green: #00b050;
  --border-info-color: #a7a7a7;
}
.header
{
  background-image: url("../images/header_strip.png");
  background-repeat: repeat-x;
  
  margin-bottom: 20px;
}
.logo_area
{
  text-align: left;
}
.logo_area img
{
    
}
.flag-img{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
}
.total-stock-top {
    color: var(--gray);
    
    font-size: 14px;
    font-weight: 700;
    
    
    line-height: 1px;
}
.total_stock
{
  color: var(--gray);
    
    font-size: 14px;
    font-weight: 700;
    margin:0px;
    padding: 1px;
    line-height: 1px;
}
.welcome_txt
{
  margin: 0px 0px 0px 0px;
  color: var(--white);
  font-size: 14px;
  float: right;
  text-transform: capitalize;
  font-weight: 600;
}
.welcome_txt span
{
  color: var(--gray);
  font-size: 14px;

}

.top_button
{
  float: right;
  margin-top: 15px;
}
.top_button a
{
  font-size: 12px;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 7px;
  margin-left: 4px;

}
.footer
{
    padding: 0px 0px;
/*    background: url(../images/headback.png);*/
    background-color: var(--blue);
}
.footer h5
{
    color: var(--white);
   
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    text-align: left;
    line-height: 25px;
    
}
.logo-footer
{
  text-align: left;
}
.footer_links li
{
  line-height: 1px;
}
.footer_links a
{
  color: var(--gray);
  line-height: 22px;
  font-size: 12px;
}
.grid-coloumn.two {
    width: 14.667%;
    box-shadow: 4px 0 0 0 var(--gray);
}
.copyrgihts {
    background-color: var(--blue);
    
    padding-top: 6px;
}
.copyrgihts p {
    padding: 10px 0px;
    font-size: 12px;
    
    color: var(--black);
    text-align: center;
}
.main
{
  
  margin: 10px 0px;
}
.country_name
{
  background-color: var(--blue);
    padding: 8px 0;
    color: #000;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.country_name h4
{
  font-size: 16px;
  color: var(--black);
  padding: 0px 5px;
}
.body_types .heading {
    background-color: var(--blue);
    padding: 8px 0;
    color: var(--white);
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.heading {
    border-bottom: 1px solid #a7a7a7;
}
.heading h4
{
  font-size: 14px;
  color: var(--white);
  padding: 0px 5px;
}
.body_types ul li {
    width: 100%;
    
    position: relative;
    
    cursor: pointer;
    

}
.body_types ul li h6
{
    color: var(--blue);
    margin-left: 40px;
    font-size: 13px;
    margin-top: 2px;
    font-weight: 500;
    text-transform: capitalize;
}
.kenya_stock
{
  width: 100%;
    list-style: none;
    padding: 0;
    background: var(--gray);
    color: var(--black);
    font-size: 16px;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.kenya_stock h4
{
  font-size: 14px;
  color: var(--black);
  padding: 0px 5px;
  line-height: 20px;
}
.search_vehicles
{
  
    background-color: var(--blue);
    padding: 8px 0;
    color: #000;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.search_vehicles h4
{
  font-size: 14px;
  color: var(--white);
  padding: 0px 5px 0px 40px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: left;
}
.filter_container
{
  background-color: var(--gray);
  padding: 10px;
}
.search_btn
{
  background-color: var(--black);
  color: #fff;
  margin-top: 10px;
  display: block;
  width: 100%;
}
.car_place_country {
    background-color: #323232;
    padding: 8px 0;
    color: #000;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.kenya_stock1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, var(--gray) 0%, var(--white) 100%) repeat scroll 0 0;
    border: 1px solid #666;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.27) inset;
    padding: 12px 6px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    position: relative;
    width: 100%;
    text-align: left;
    display: inline-block;
}
.kenya_stock1 h4
{
  font-size: 18px;
  color: var(--black);
  padding: 0px 5px;
  line-height: 26px;
}
.kenya_stock2
{
    
    text-align: center;
    display: inline-block;
}
.kenya_stock2 h4
{
  font-size: 14px;
  color: var(--black);
  padding: 10px 5px;
  line-height: 22px;
}
.discount_area li
{
  
  text-align: center;
  line-height: 22px;
  border-bottom: var(--blue) solid 1px;
    cursor: pointer;
    background: var(--gray);
    padding: 10px 7px;
}
.discount_area li a
{
  color: var(--blue);
  
  font-size: 14px;
}
.search-filter-area {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 0px 0 0;
  border-top: solid 1px #000;
}
.search-filter {
    float: left;
    width: 100%;
    display: flex;
    background-color: var(--blue);
    padding: 3px 0;
}
.search-filter fa-search {
  float: right;
  color: #fff
}
.search-filter .fa-search:before {
  content: "\f002";
  color: #000;
  display: inline-block;
  margin-top: 1px;
  padding: 0 21px
}
.global-search-btn {
  border: medium none;
  border-radius: 4px;
  display: inline-block;
  padding: 0;
  background-color: var(--gray);
  margin-bottom: 0;
  width: 10%
}
.main-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top-search-label {
    color: var(--white);
    font-size: 15px;
    height: 19px;
    margin-top: 7px;
    text-align: center;
    width: 27%;
    font-weight: 700;
}
.search input {
    height: 35px;
    width: 100%;
    padding: 0 12px 0 5px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--blue);
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.kenya_container
{
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 10px;
}
.kenya_container h3
{
  font-size: 24px;
  color: var(--black);
  padding: 0px 5px;
  line-height: 22px;
  font-weight: 700;
}
.clearfix
{
  clear: both;
}
/*
.awanad
{
    border: 1px solid var(--blue);
    float: left;
    height: 70px;

    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, var(--gray) 0%, var(--white) 100%) repeat scroll 0 0;
    border: 1px solid #666;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.27) inset;
}

.awanad_active h4 {
    color: var(--white) !important;
} */
.awanad_active
{
    background: var(--blue) !important;
}
.awanad_active .card-title,.awanad_active .unit
{
    color: #000 !important;
}
.reserved
{
  background-image: url('../images/reserved.png');
  border: none !important;
  background-repeat: no-repeat;
  height: 108px;
  background-size: contain;
}
.awanad h4 {
    font-size: 14px;
    color: var(--black);
    padding: 0px 5px;
    line-height: 22px;
    font-weight: bold;
}
.car_sold h4,.reserved h4
{
    color: var(--black) !important;
}
.search-field-area
{
    background-color: var(--blue);
}
.search-field-area h2 {
    text-align: left;
    font-size: 20px;
    
    padding: 8px;
    color: var(--black);
    margin: 0;
}
.search-field-area-parts
{
    background-color: var(--blue);
}
.search-field-area-parts h2 {
    text-align: left;
    font-size: 20px;
    
    padding: 8px;
    color: var(--black);
    margin: 0;
}
.search-fields {
    background-color: var(--gray);
    padding: 15px;
    width: 100%;
}
.search-fields-parts {
    background-color: var(--gray);
    padding: 15px;
    width: 100%;
}
.field-serch label
{
    color: var(--black);
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 400;
}
.form-btns {
    width: 100%;
    display: inline-block;
}
.summary-report {
    width: initial;
    margin-left: 4px;
}
.search-btn {
    border: medium none;
    border-radius: 3px;
    color: #FFFDFD;
    display: inline-block;
    
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 7px 15px;
    
    text-transform: uppercase;
    background-color: var(--black);
   
}
.ab-listing {
    float: left;
}
.ab-listing a {
    background: #464646 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 5px 9px;
    text-align: center;
    
    font-weight: bold;
}
a.listing-a {
  background-color: #D10508;
  color: #fff;
}
a.listing-b {
  background-color: #E97604;
  color: #fff;
}
a.listing-c {
  background-color: #0FA7CD;
  color: #fff;
}
a.listing-d {
  background-color: #06C15C;
  color: #fff;
}
.sortby {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: var(--blue) none repeat scroll 0 0;
    border-color: var(--gray);
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 0 0 5px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: medium none;
    padding: 7px 10px;
    font-size: 14px;
    color: var(--white);
}
.thumail-view
{
    background-color: var(--blue);
    border-radius: 3px;
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0 5px 5px;
    padding: 8px 10px;
    text-align: center;
    width: 94px;
}
.list_active
{
    background-color: var(--gray);
    color: var(--black) !important;
}
.compare-vehicles-desk table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.compare-vehicles-desk table th {
    color: var(--white);
    border-right: 1px solid #ccc;
    background-color: var(--blue);
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    font-size: 12px;
    height: 61px;
}
.compare-vehicles-desk table tr td:first-child {
    border-left: #ccc solid 1px;
    position: relative;
    top: 0;
}
.compare-vehicles-desk table td {
    padding: 0;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    position: relative;
    font-size: 11px;
}
.ab-list a {
    color: #666;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    padding: 0px 0px;
    margin-right: 5px;
    width: 20%;
    float: left;
    background-color: #ddd;
}
.compare-vehicles-desk table td a.add-fav {
    opacity: 1;
    position: relative;
    font-size: 10px;
    width: auto;
    margin: 0;
    left: 0;
    padding: 0 5px;
    height: auto;
}
a.add-fav {
    background: var(--blue);
}
a.add-fav {
    color: #fff;
    cursor: pointer;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    font-size: 11px;
    width: 121px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.mombasa
{
  color: blue;
    font-weight: bold;
    font-size: 13px;
}
.ask
{
    color: #337abe;
}
.line-seperator-td {
    margin: 10px 8px 10px 10px !important;
    border-color: red !important;
}
.shipped-car-area {
    
    padding: 0px;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    float: left;
    margin-top: 10px;
    padding: 7px 0px;
}
.mod {
    font-size: 14px;
    font-weight: bold;
}
.shipped-car-area p {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.active
{
  background-color: var(--blue);
  color: var(--white);
}
.blue-btn
{
      background-color: var(--gray);
      color: var(--black);
      width: 200px;
}
.blue-btn:hover
{
      background-color: var(--blue);
      color: var(--black);
}
.panel-container {
    overflow: hidden;
    position: relative;
    
}
.panel-container h1 {
    background-color: var(--white);
    border-radius: 7px 7px 0 0;
    color: var(--black); !important;
    margin-top: 5px;
    padding: 10px 3px 10px 0px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}
.img-responsive
{
  max-width: 100%;
  height: auto;
}
.car-detail .gallery ul li {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
}
.view-social {
    float: left;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
.t-view {
    float: left;
    padding: 9px 0 0;
}
.t-view p {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    float: left;
    background-color: var(--gray);
    padding: 7px 50px;
}
.car-specifications {
    width: 100%;
    float: left;
}
.car-specifications .heading h4 {
    background-color: var(--blue);
    border-radius: 7px 7px 0 0;
    color: #fff !important;
    margin: 0;
    padding: 7px;
    width: 200px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.car-specifications ul {
    width: 50%;
    float: left;
    padding: 0;
    margin: -1px 0 0;
    list-style: none;
    border: 1px solid #ccc;
}
.car-specifications ul li:first-child {
    border-top: none;
}
.car-specifications ul li {
    width: 100%;
    float: left;
    padding: 4px 10px;
    font-size: 11px;
}
.car-specifications ul li span:first-child {
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    border-right: 1px solid #a3a3a3;
}

.car-specifications ul li span {
    width: 50%;
    float: left;
    text-align: right;
}
.car-specifications ul li:nth-child(even) {
    background-color: #dedddd;
}
.car-specifications .heading h5 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
}
.heading .caption {
    padding-top: 8px;
    float: right;
    font-weight: 400;
    text-transform: none;
    color: #412312;
    font-weight: bold;
}
.stock-availability {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.stock-availability .text {
    float: left;
    width: 100%;
}
.text > h5 {
    float: left;
    font-size: 14px;
}
.text > h6 {
    float: left;
    margin-left: 5px;
}
.stock-availability h6 {
    color: #000;
    font-size: 13px;
    text-transform: none;
    font-weight: 600;
}
.stock-availability a.print-page {
    font-size: 12px;
    float: right;
}
.heading {
    width: 100%;
    float: left;
    padding: 5px 0 0;
    font-weight: 700;
}
.heading.heading-standard-features h4 {
    background-color: var(--blue);
    border-radius: 7px 7px 0 0;
    color: #fff !important;
    margin: 10px 0px 0px;
    padding: 7px;
    width: 200px;
    text-align: center;
}
.standard-features {
    border: 1px solid #ddd;
    float: left;
    margin-top: 0;
    order-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
}
.standard-features h4 {
    color: var(--black);
    font-weight: 600;
    font-size: 24px;
}
.standard-features ul {
    list-style: none;
    padding: 0;
    margin: 1px 0 0 -2px;
    display: inline-block;
}
.standard-features ul li {
    width: 19.6%;
    float: left;
    padding: 0 0 7px 7px;
    color: var(--black);
}
.standard-features ul li span {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 0;
    background-color: var(--light-gray);
}
.able {
    background-color: var(--blue) !important;
    float: left;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 0 0 2px 2px;
}
.car_spec .car-key-item
{
    width: 100%;
    float: left;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 10px;
    padding: 10px 10px;
    background-color: rgb(206 206 206);
    margin-bottom: 10px !important;
    text-align: left;
    
}
.car_spec .car-key-item:hover
{
    background-color: var(--blue) !important;
}
.car-detail {
    margin-top: 0;
    display: block;
    padding: 19px 30px 30px 19px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.border-section {
    border: 1px solid #ddd;
    padding: 5px;
}
.contact-info {
    width: 100%;
    margin-top: 39px;
}
.contact-info .map {
    width: 40%;
    float: left;
}
.contact-info .details {
    width: 100% !important;
    float: left;
    padding-left: 20px;
}
.contact-info .details h5 {
    margin: 0;
    font-size: 12px;
}
.contact-info .details .address {
    padding-top: 10px;
    width: 300px;
}
.contact-info .details .address p {
    font-size: 11px;
}
.contact-info .phone, .contact-info .fax, .contact-info .email {
    font-size: 14px;
}
.contact-info .email, .contact-info .fax, .contact-info .phone {
    
    display: block;
    font-size: 14px;
}
.id-info-area {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 5px 0;
}
.person-info {
    float: left;
    padding-top: 1px;
    width: 50%;
    height: 161px;
    display: inline-block;
    margin-bottom: 10px;
}
.person-info > table {
    height: 100%;
}
.info-img {
    float: left;
}
.person-info td, .person-info th {
    color: #000;
    padding-left: 25px !important;
}
.changepassword100-form
{
    width: 560px;
    min-height: 100vh;
    display: block;
    
    margin: auto;
}
.loading-spinner
{
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 10;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    float: right;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item a,.next_btn a,.pre_btn a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323232;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.current_page
{
    background-color: var(--black) !important;
    color: var(--white) !important;
    border: 1px solid !important;
}
.no-record
{
    color: var(--red);
    padding: 10px !important;
}
.ck-button label
{
    cursor: pointer;
}
.ck-button {
    
    overflow: auto;
    
}
.ck-button label {
    float: left;
    width: 100%;
    
}
.ck-button label input {
    position: absolute;
    top: -20px;
}
.ck-button input:checked+.body_type_container {
    background-color: var(--blue);
    color: var(--black);
    display: block;
}
.body_type_container
{
    padding: 7px 5px;
    color: var(--black);
    font-size: 16px;
}

/* Alternating background colors */
.ck-button:nth-child(odd) {
    background: rgb(232 232 232);/* Light gray for odd items */
    
}

.ck-button:nth-child(even) {
    background: rgb(206 206 206);
    

}
.body_type_container:hover
{
    background: var(--black);
    color: var(--white);
}
.p-10
{
    padding: 10px;
    cursor: pointer;
}
.change_country_id
{
    cursor: pointer;
}
.city_yards
{
    cursor: pointer;
}
/* Left menu */

.menu {
    width: 100%;
    
}


.item .maker_btn {
    
    display: block;
    padding: 7px 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}

/* Apply styles to odd .maker_btn elements within .item */
.item:nth-child(odd) .maker_btn {
    background: rgb(206 206 206); /* Example color for odd items */
    /* Additional styles for odd items */

}

/* Apply styles to even .maker_btn elements within .item */
.item:nth-child(even) .maker_btn {
    background: rgb(232 232 232); /* Example color for even items */
    /* Additional styles for even items */
    
}
.item .maker_btn:hover,.yard_data:hover
{
    color: var(--white);
    background: var(--black);
}
.yard_data:nth-child(odd){
    background: #ccc !important;
    display: block;
    
    color: var(--black);
}
.yard_data a {
    
    display: block;
    padding: 7px 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}

.yard_data:nth-child(even){
    background: #ddd !important;
    display: block;
    padding: 7px 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}
.smenu a
{
    
    display: block;
    color: var(--black);
    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 7px 7px 15px;
}
.smenu_active
{
    background: var(--blue) !important;
    color: var(--black) !important;
}
.menu .item .smenu {
    display: none;
}
.menu .item.open .smenu {
    display: block;
}
.btn_print
{
    background-color: var(--blue);
    padding: 8px 15px;
    color: var(--white);
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
}
.btn_print:hover
{
    color: var(--white);
}
.card-body
{
    padding: 10px;
}
.gradient-1{
    background-color: rgb(206 206 206);
}
.gradient-2{
    background-color: rgb(232 232 232);
}
.gradient-3{
    background-color: rgb(206 206 206);
}
.gradient-4{
    background-color: rgb(232 232 232);
}
.circle_area
{
    /*border: 2px solid var(--white);
    padding: 0px 15px;
    border-radius: 100%;
    color: var(--white);
    font-weight: 500;*/
    
    background-color: #FFFFFF;
    height: 40px;
    -moz-border-radius:75px;
    -webkit-border-radius: 75px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    color: var(--black);
}
.unit
{
    color: var(--black);
    font-size: 14px;
}
.height_80
{
    height: 90px;
    border: none !important;
}
.summary_table
{
    width: 100%;
    border: 1px solid var(--black);
    overflow-y: scroll;
    height: 600px; 
}
.summary_table thead tr th
{
    padding: 10px;
    background: var(--black);
    text-align: center;
}
.summary_table tbody tr td
{
    padding: 10px;
    text-align: center;
    border-left: 1px solid var(--black);
    border-right: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
.summary_table thead tr th p
{
    color: var(--white);
}
.main-p-th
{
    background: var(--gray);
    border-bottom: 1px solid var(--black);
    cursor: pointer;
}
.main-p-th p
{
    color: var(--black);
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
}
.main-m-th
{
    background: var(--gray);
    border-bottom: 1px solid var(--black);
    cursor: pointer;
}
.main-m-th p
{
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    padding: 15px 0px 15px 35px;
}
.main-c-th
{
    background: var(--black);
    border-bottom: 1px solid var(--blue);
    cursor: pointer;
    color: var(--white);
}
.main-c-th p
{
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    padding: 15px 0px 15px 55px;
}
.showplus:before {
    content: '+';
}
.showminus:before {
    content: '-';
}
.pd_c
{
    color: var(--black);
    font-size: 11px;
    font-weight: 500;
}
.yards_list
{
    cursor: pointer;
}
.menu .item .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}
.menu .item .fa-chevron-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}
.total_number_rows
{
    background-color: var(--black);
    color: var(--white);
    text-align: left;
    width: 140px;
    padding: 5px 0px 5px 10px;
    display: block;
    border-radius: 5px;
}
/* Target even rows */
#table_view tr:nth-child(even) {
    background-color: #f1f1f1;
}

/* Target odd rows */
#table_view tr:nth-child(odd) {
    background-color: #ffffff;
}
.car_reserved,.car_sold
{
    cursor: pointer;
}
.reserved_active
{
    background: var(--blue);
    width: 312px;
}
.reserved_active h4 {
    font-size: 14px;
    color: var(--black) !important;
    padding: 0px 5px;
    line-height: 22px;
    font-weight: bold;
}
.sold {
    background-image: url(../images/sold.png);
    border: none !important;
    background-repeat: no-repeat;
    height: 108px;
    background-size: contain;
}
.sold_active
{
    background: var(--blue);
    width: 312px;
}
.sold_active h4 {
    font-size: 14px;
    color: var(--black) !important; 
    padding: 0px 5px;
    line-height: 22px;
    font-weight: bold;
}
/* mobile */
.menu-toggle {
    width: 22px;
    float: left;
    margin-top: 25px;
}
.menu_icon
{
    color: var(--white);
    font-size: 22px;
}
#sideMenu {
  position: fixed;
  top: 0;
  left: -300px; /* Off-screen initially */
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
  color: #fff;
  z-index: 100;
  transition: left 0.3s ease;
}

#sideMenu ul {
  list-style-type: none;
  padding: 0;
}

#sideMenu ul li {
  
}

#sideMenu ul li a {
  
}

#sideMenu ul li a:hover {
  text-decoration: underline;
}

#closeMenu {
    position: absolute;
    right: 0;
    color: #fff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    font-size: 20px;
}

#closeMenu span {
  margin-right: 5px;
  font-size: 20px;
}

.content {
  margin-left: 0; /* Ensure content is not pushed when menu is closed */
  transition: margin-left 0.3s ease;
}

.menu-open {
  margin-left: 0px; /* Adjust content margin when menu is open */
}
/* end mobile */
.chassis_th
{
    color:#000082; 
    font-size:13px; 
    font-weight:bold;
}
#load_summary_report h2
{
    font-size: 24px;
    color: var(--black);
    font-weight: 600;
}
/* New design */
.car-sort
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--black);
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    height: 50px;
}
.compare-vehicles-desk h6
{
    color: var(--white);
}
.car-sort-list-grid a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    margin-left: 5px;
    font-size: 1.1rem;
    padding: 0px 6px;
}
.results_show
{
    width: 20%;
}
.car-sort-box .select
{
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    float: right;
}
.table_view .car-item {
    display: flex;
    align-items: start;
    gap: 10px;
}
.car-item {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    
}
.table_view .car-img {
    width: 310px;
}
.car-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26vh;
}

.car-content {
    padding: 5px 5px 5px 5px;
}
.car-top h4 {
    font-size: 24px;
    margin-bottom: 7px;
}
.car-list
{
    margin-bottom: 3px;
}
.car-list li {
    display: inline;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
}
.car-list i {
    color: var(--black);
    margin-right: 6px;
    font-size: 1rem;
}
.car-img img {
    border-radius: 10px;
}
.img, .car-img img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.table_view .car-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.image_view_container .car-footer {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-btn {
    font-size: 16px;
    color: var(--white);
    padding: 7px 15px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--black);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.theme-btn:hover
{
    background: #5b6488;
    color: var(--white);
}
.car-item:hover .car-img img {
    transform: scale(1.2);
}
#productAjaxResults
{
    min-height: 800px;
}
.car-widget
{
    padding: 15px 10px;
    border-radius: 10px;
    background: var(--light-gray);
    margin-bottom: 10px;
}
.car-widget1
{
    padding: 0px 0px;
    border-radius: 10px;
    background: var(--light-gray);
    margin-bottom: 10px;
}
.car-widget-title1 {
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 600;
    padding: 12px 12px;
    background-color: var(--black);
}
.car-widget-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    position: relative;
    color: #212529;
    font-weight: 600;
}
.car-widget-title::before{
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid var(--blue);
    bottom: 0;
    left: 0;
}
.car-widget-title::after {
    position: absolute;
    content: '';
    width: 5px;
    border-bottom: 3px solid var(--blue);
    bottom: 0;
    left: 35px;
}
.car-single-meta li {
    display: inline-block;
    margin-right: 15px;
}
.car-single-widget {
    background: var(--light-gray);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}
.car-single-widget h4
{
    color: var(--black);
    font-weight: 600;
    font-size: 24px;
}
.car-single-widget1 {
    
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}
.car-single-widget1 h4
{
    color: var(--black);
    font-weight: 600;
    font-size: 24px;
}
.car-key-item {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.car-key-icon i
{
    color: var(--black);
    font-size: 14px;
}
/* header css */
.header-top {
    padding: 8px 0 8px;
    position: relative;
    background: var(--light-gray);
    z-index: 1
}



.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 100px;

}

.header-top-contact a {
    color: var(--black);
    font-weight: 600
}

.header-top-contact a i {
    color: var(--black)
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px
}
.total_stock
{
    color: var(--black);
    font-size: 14px;
    line-height: 24px;
}
.header-top-link a,.header-top-link .logout {
    color: var(--black);
    margin-right: 12px;
    font-weight: 600;
}

.header-top-link a:hover,.header-top-link .logout:hover {
    color: var(--blue)
}

.header-top-social span {
    color: var(--color-white)
}

.header-top-social a {
    color: var(--white);
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: var(--transition)
}

.header-top-social a:hover {
    color: var(--blue)
}
.main-navigation .navbar
{
    background: var(--blue);
}
/* Base Styles */
.navbar {
    padding: 0px;
}

.nav-item {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}


/* First-Level Submenu */
.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    right: -150px;
    background-color: var(--black);
    padding: 0;
    list-style: none;
    z-index: 9;
    
    
    scrollbar-width: thin; /* For Firefox */
}

.submenu li {
    border-bottom: 1px solid #dee2e6;
}

.submenu li a {
    line-height: 40px;
    padding: 0px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.submenu li a:hover {
    background-color: var(--blue);
    color: var(--black);
}

/* Show First-Level Submenu on Hover */
.nav-item:hover > .submenu {
    display: block;
}
.nav-item:hover > .sub_submenu {
    display: block;
}
/* Second-Level Submenu */
.sub_submenu {
    display: none; /* Hide by default */
    position: absolute;
    top: 0;
    left: 100%;/* Position it to the right of the parent */
    width: 400px; /* Adjust width as necessary */
    background-color: var(--black);
    padding: 0;
    list-style: none;
    z-index: 10; /* Higher than the second level */
    
}

/* Show Second-Level Submenu on Hover */
.nav_item_submenu:hover > .sub_submenu {
    display: block;
}
/* Third-Level Submenu */
.sub_sub_submenu {
    display: none; /* Hidden by default */
    position: absolute;
    top: 0;
    left: 100%; /* Position it to the right of 2nd-level */
    width: 400px; /* Adjust width */
    background-color: var(--black);
    padding: 0;
    list-style: none;
    z-index: 20; /* higher than 2nd level */
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* Show 3rd level when parent is hovered */
.sub_submenu > li:hover > .sub_sub_submenu {
    display: block;
}
.chassis_container
{
    width: 400px;
    padding: 15px;
    background-color: rgb(29 40 58);
}
.chassis_container input[type="text"],.chassis_container input[type="number"]
{
    border-radius: 20px;
}
/* end here */
.logo_container
{
    background: var(--blue);
}
.logo_container .logo_area
{
    background-color: #000000;
    text-align: center;
    padding: 5px 0px;
}

.loading_img {
    
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.car-search-form .form-group {
    position: relative;
}
.car-search-form .form-control {
    padding: 12px 50px 12px 15px;
    border-radius: 12px;
    box-shadow: none;
    font-size: 13px;
}
.car-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 18px 6px 18px;
    background: transparent;
    border: none;
    color: var(--black);
}
.print-page
{
    background-color: var(--black);
    color: var(--white);
    padding: 7px 10px;
    border-radius: 5px;
}
.carousel-control-next
{
    right: 10%;
}
.carousel-inner .active
{
    background-color: transparent !important;
}
.load-more__btn-wrap
{
    text-align: center;
    margin-top: 50px;
}
.load-more__btn
{
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    width: 160px;
    padding: 5px 0px 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.load-more__btn:hover
{
    color: var(--white);
}
.maker_img
{
    width: 34px;
    height: auto;
    text-align: center;
}
.reserved_c
{
    position: absolute;
    left: 0px;
    top: 8px;
    transform: rotate(263deg);
}
.freight
{
    color: var(--blue);
    font-weight: 600;
}
.image_view_container .other_file_container {
    text-align: left;
    margin-top: 7px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.other_file_container h4
{
    font-size: 1rem;
}
.color-red
{
    color: red;
    font-weight: bold;
    text-align: right;
}
.green_icon
{
    color: green !important;
}
.image_view_container .other_file_container a {
    color: #00b0f0;
    text-decoration: underline;
}
.pur_price
{
    font-size: 18px !important;
    font-weight: 600;
    color: #d13939;
}
.text-bold
{
    font-weight: bold;
}
.exp_btn
{
    text-align: center;
    margin-top: 10px;
}
.download-primary
{
    font-size: 16px;
    color: var(--white);
    padding: 7px 15px 7px 18px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--red);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.download-primary i
{
    color: var(--white) !important;
    margin-right: 0px !important;
    font-size: 1rem;
}
.city_excel
{
    position: relative;
    top: -35px;
    left: 20px;
    background-color: #000;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    padding-top: 5px;
}
.city_excel a
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.top_position
{
    top:-40px !important;
}
/* start color */
/* Style for the unordered list */
        ul.color-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 0;
        }

        /* Style for each color box */
        ul.color-list li {
            width: 35px;
            height: 35px;
            border-radius: 5px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: 0.3s;
            
        }

        /* Hover effect */
        ul.color-list li:hover {
            border-color: #333;
            transform: scale(1.1);
        }

        /* Assign background colors */
.baige { background-color: #F5F5DC; color: black; }
.black_metallic { background-color: #1A1A1A; color: black; }
.beige { background-color: beige; color: black; }
.black { background-color: black; }
.blackish_red { background-color: #660000; }
.blue { background-color: blue; }
.blue_metallic { background-color: #1F3A93; }
.bordeaux { background-color: #4C0013; }
.bronze { background-color: #CD7F32; color: black; }
.brown { background-color: brown; }
.con { background-color: #C0C0C0; color: black; }
.dark_blue { background-color: darkblue; }
.dark_gray { background-color: darkgray; color: black; }
.dark_green { background-color: darkgreen; }
.dark_metallic { background-color: #3E3E3E; }
.dark_purple { background-color: #301934; }
.dark_red { background-color: darkred; }
.dark_violet { background-color: #9400D3; }
.gold { background-color: gold; color: black; }
.gray { background-color: gray; }
.gray_pearl { background-color: #BEBEBE; color: black; }
.green { background-color: green; }
.gun_metal { background-color: #2C3539; }
.lavender { background-color: lavender; color: black; }
.light_blue { background-color: lightblue; color: black; }
.light_gold { background-color: #FFD700; color: black; }
.light_green { background-color: lightgreen; color: black; }
.light_purple { background-color: #D8BFD8; color: black; }
.maroon { background-color: maroon; }
.metallic_grey { background-color: #6D6E71; }
.pearl_gray { background-color: #D4D4D4; color: black; }
.pearl_white { background-color: #FAF0E6; color: black; }
.purple { background-color: purple; }
.red { background-color: red; }
.silver { background-color: silver; color: black; }
.silver_metalic { background-color: #AFAFAF; color: black; }
.silver_pearl { background-color: #E1E1E1; color: black; }
.turquoise_green { background-color: #40E0D0; }
.color-list .white { background-color: white; color: black; border: 1px solid black !important; }
.wine { background-color: #722F37; }
.yellow { background-color: yellow; color: black; }
.cream { background-color: #FFFDD0; color: black; }
.d_blue { background-color: darkblue; }
.ivory { background-color: ivory; color: black; }
.orange { background-color: orange; color: black; }
.maroon { background-color: maroon; }
.pearl { background-color: #FDEDEC; color: black; }
.pearl_white { background-color: #FAF0E6; color: black; }
.pearl-white { background-color: #F5F5F5; color: black; }
.plum_brown { background-color: #673147; }
.sky_blue { background-color: skyblue; color: black; }
.bluish_black { background-color: #2C3E50; } /* Dark blue with a black tint */
.cherry_black { background-color: #3A1C1E; } /* Black with a cherry red hue */
.dark_brown { background-color: #654321; } /* Rich dark brown */
.dark_maroon { background-color: #800000; } /* Dark red/maroon */
.deep_amethyst { background-color: #5D3FD3; } /* Deep purple (amethyst shade) */
.deep_crystal_blue { background-color: #0033A0; } /* Deep, vibrant blue */
.iceberg_silver { background-color: #DDE4E9; color: black; } /* Light silvery gray */
.khaki { background-color: #C3B091; color: black; } /* Classic khaki */
.light_rose { background-color: #FFC0CB; color: black; } /* Soft pink rose */
.metallic_gray { background-color: #6D7B8D; } /* Slightly bluish gray metallic */
.pink { background-color: #FF69B4; color: black; } /* Vibrant pink */
.violet { background-color: #8F00FF; } /* Classic violet color */
.chiffon_ivory_metallic { background-color: #F8E7D2; color: black; } /* Soft ivory metallic */
.light_olive { background-color: #BAB86C; color: black; } /* Light olive green */
.lime_green { background-color: #32CD32; } /* Vibrant lime green */
.titanium { background-color: #878681; } /* Classic titanium gray */
.purple_metallic { background-color: #5D3FD3; } /* Metallic purple with a deep glossy effect */
.silver_metallic { background-color: #C0C0C0; color: black; } /* Classic metallic silver */
.beige_pearl { background-color: #E6D8B9; color: black; } /* Soft pearl beige */
.dark_purplish_blue { background-color: #2E1A47; } /* Deep purplish blue */
.maroon_brown { background-color: #5C2C2C; } /* Rich maroon-brown */
.kuro { background-color: #000000; color: white; } /* Pure Black */
.off_white { background-color: #F8F8F8; color: black; } /* Soft Off-White */
.color-list .shira { background-color: #FFFFFF; color: black; border: 1px solid black !important; } /* Pure White */
.wine_red { background-color: #800020; color: white; } /* Deep Wine Red */
.navy_blue { background-color: #000080; color: white; } /* Deep Wine Red */
.navy_blue { background-color: #000080; color: white; } /* Deep Wine Red */
.pearl_2 {
    background-color: #FDEDEC;
    color: black;
}
.red_2 {
    background-color: red;
}
.charcoal { 
    background-color: #36454F; 
    color: white; 
} /* Deep charcoal gray */

.gimbak_metalic { 
    background-color: #8C8C8C; 
    color: white; 
} /* Gimbak Metallic (metallic gray) */

.magenta { 
    background-color: #FF00FF; 
    color: white; 
} /* Bold magenta */

.misiro { 
    background-color: #F2E5D7; 
    color: black; 
} /* Misiro: Soft, light neutral tone */
.brilliant_silver {
    background-color: #C0C0C0; /* Bright Brilliant Silver */
    color: black;
}
.add_border
{
    border:5px solid #000 !important;
}
.global-button
{
    display: block;
    padding: 7px 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}
.global-button:hover {
    color: var(--white);
    background: var(--black) !important;
}
.global-button:nth-child(odd) {
    background: rgb(232 232 232);/* Light gray for odd items */
    
}

.global-button:nth-child(even) {
    background: rgb(206 206 206);
    

}
#pdf-float-container {
    position: fixed;
    right: 20px; /* Adjust this to your preference */
    bottom: 20px; /* Adjust this to your preference */
    z-index: 9999; /* Ensure it stays above other content */
}

#pdf-float-container .exp_cert_file {
    display: block;
    background-color: #e74c3c; /* Red color for button */
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 24px; /* Size of the PDF icon */
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#pdf-float-container .exp_cert_file:hover {
    background-color: #c0392b; /* Darker red when hovered */
    transform: scale(1.1); /* Make it slightly bigger when hovered */
}
.ch_font
{
    font-weight: 800;
    font-size: 20px;
}
.panel_box {
    position: fixed;
    top: 31%;
    left: 49%;
    width: 45%;
    max-width: 90%;
    height: auto;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0); /* hidden & scaled down */
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    height: 500px;
    overflow-y: scroll;   /* enable vertical scroll */
    overflow-x: hidden;
}
.panel_box.active {
  transform: translateX(0); /* slide in */
}

.panel_content {
  padding: 20px;
}

.close_panel {
  background: #004aad;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
/* Fixed Button */
.toggle-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2c3e50;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  z-index: 1001;
}

/* Slide Panel */
.side-panel {
  position: fixed;
  top: 15%;
  right: -50%; /* Hidden initially */
  width: 50%;
  height: 60%;
  background-color: #ecf0f1;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease;
  padding: 20px;
  z-index: 1000;
}

/* Active (visible) state */
.side-panel.active {
  right: 0;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 999;
}
#overlay.active {
  display: block;
}

/* End here */
@media (min-width: 1200px) {
    .container {
      max-width: 100%; /* Adjust the width according to your needs */

    }
  }
/* Tablet media query */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      max-width: 100%; /* Adjust the width according to your needs */

    }
    .logo_area img
    {
        height: 117px;
    }
    .hidden_tablet
    {
        display: none;
    }
    .table_view .car-footer
    {
        font-size: 12px;
    }
    .carousel-control-next
    {
        right: 6%;
    }
    .reserved {
    background-image: url(../images/reserved_tab.png);
    border: none !important;
    background-repeat: no-repeat;
    height: 108px;
    padding-top: 5px;
    }
    .sold {
    background-image: url(../images/sold_tab.png);
    border: none !important;
    background-repeat: no-repeat;
    height: 108px;
    padding-top: 5px;
    }
    .awanad h4 {
    font-size: 11px;
    
    }
}
/* iPhone 5, 5S, 5C, SE (1st gen) */
@media only screen and (max-device-width: 320px) {
    /* CSS rules specific to iPhone 5 and similar */
    body {
        font-size: 12px; /* Example: Adjusting font size for smaller screens */
    }
}

/* iPhone 6, 6S, 7, 8, SE (2nd gen) */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .logo_area img {
        height: 60px;
        width: 120px;
        margin-top: 5px;
        float: left;
        margin-left: 15px;
    }
    .kenya_stock1
    {
        margin-top: 0px !important;
    }
    .search-btn
    {
        margin: 5px 0px;
    }
    #product_sort_by
    {
        display: none;
    }
    .mobile_country_container
    {
        height: 600px;
        overflow: overlay;
    }
    .menu 
    {
        max-height: 200px;
        overflow: overlay;
        background: var(--light-gray);
    }
    #load_body 
    {
        max-height: 250px;
        overflow: overlay;
        background: var(--light-gray);
    }
    .kenya_stock1 h4
    {
        font-size: 14px;
    }
    .item .maker_btn,.body_type_container{
    
    font-size: 14px;
    
    }
    .kenya_container h3
    {
        font-size: 16px;
    }
    .search-btn
    {
        font-size: 13px;
    }
    .hidden_mobile
    {
        display: none;
    }
    .awanad h4 
    {
        font-size: 13px;
    }
    .blue-btn
    {
        width: 150px;
        font-size: 14px;
    }
    .panel-container > h1
    {
        font-size: 20px;
    }
    .car-specifications ul li
    {
        height: 50px;
    }
    .standard-features ul li
    {
        width: 49%;
    }
    .display_country,.body_types,.search_vehicles
    {
        margin-top: 0px !important;
    }
    .loading-spinner
    {
        left: 30%;
    }
    .main-p-th p
    {
        font-size: 11px;
        font-weight: 500;
        padding: 15px 3px;
    }
    .main-m-th p
    {
        padding: 15px 5px 15px 15px;
    }
    .car-sort
    {
        display: block;
    }
    .table_view .car-item
    {
        display: block;
    }
    .table_view .car-footer
    {
        font-size: 13px;
    }
    .car-widget
    {
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .logo_container .logo_area
    {
        background-color:transparent;
        padding: 0px;
    }
    .total_stock
    {
        color: var(--black);
        margin-top: 10px;
    }
    .carousel-control-next
    {
        right: 0px;
    }
    .top_button a
    {
        color: var(--black);
    }
    .menu_icon
    {
        color: var(--black);
    }
}

/* iPhone 6 Plus, 6S Plus, 7 Plus, 8 Plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    
}

/* iPhone X, XS, 11 Pro, 12 Pro */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    
}

/* iPhone XR, 11, 12, 13 */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) {
    
}
