main > .container-main {
    padding: 75px 0px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container-main {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}
.container-fluid{
    background-color: #f9f9f9;

}

.sidebar-left {

    /*padding: 20px;*/
    padding: 20px 2px;

}
.sidebar-left h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
 select {
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
   /* border-radius: 5px;*/
    font-size: 16px;
}
.sidebar-left .compare {
    background: black;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.filter-section {
    margin-top: 35px;
}
.filter-section label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.filter-section input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 5px;
    background: black;
    border-radius: 5px;
}
.filter-section input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid black;
    border-radius: 50%;
    cursor: pointer;
}
.filter-section  select {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background-color:#f9f9f9;

}


.jumbotron .headline{
    display: block;
   /* font-family: "Nissan Light", "Nissan Regular", Verdana, Arial, sans-serif;*/
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .11px;
    text-transform: uppercase;
    color: #343434;
    line-height: 52px;
    margin-top: 6px;
}
.jumbotron .content-copy{
    max-width: 100%;
    margin: .3571428571em 0;
}

.sidebar-left .all_model_select{
    border-radius: 5px;
    display: block;
   /* font-family: "Nissan Bold", "Nissan Regular", Verdana, Arial, sans-serif;*/
    font-size: 15px;
    line-height: 14px;
   /* text-transform: uppercase;*/
    color: #343434;
    background-color: #fff;
   /* padding: .75em 3em .75em .75em;*/
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    border-radius: .32857em;
}
.jumbotron .strapline{
    display: block;
   /* font-family: "Nissan Bold", "Nissan Regular", Verdana, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #343434;
}
.sidebar-left .head{
    display: flex;

}
.sidebar-left .head h3{
    display: flex;
    font-size: 14px;
    color: #757575;
    margin-left: 5px;
}


.bg-transparent {
    padding: 6px;
}
.image-box-boder .model_value_explore {
    font-weight: bold;
    font-size: 14px;
    margin-top: 4px;
}
.image-box-boder table{
    width:100%
}
.car-details h3 {
    margin-top : 30px;
}
.price_label {
    padding :7px;
}

.right-dive select {
    border-radius: 5px;
    display: block;
   /* font-family: "Nissan Bold", "Nissan Regular", Verdana, Arial, sans-serif;*/
    font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    color: #343434;
    background-color: #fff;
    /*padding: .75em 3em .75em .75em;*/
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    border-radius: .32857em;
    font-weight: bold;
}
.right-dive {
    padding: 40px 10px;
}
.vehicles-portion {
    display: flex;
}
.vehicles-portion-box-main_price {
    width: 100%;
    padding: 5px 1px;
   /* text-align: center;*/
}
.vehicles-portion-box-1 {
    width: 60%;
    padding: 5px 1px;
}
.vehicles-portion-box-2 {
    width: 40%;
    padding: 5px 1px;
}

.detail-compare-btn-container {
    margin-top:10px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.detail-compare-btn-container .explore-btn-detail {
    width: 100%;
    background-color: black;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 19px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 12px;
    text-align:center;
    text-decoration: none;

}

.detail-compare-btn-container .compare-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.detail-compare-btn-container .compare-checkbox {
    margin-right: 5px;
    vertical-align: middle;
    transform: scale(1.6); /* Increase size */
    cursor: pointer;
    appearance: auto;
}
.compare-lable{
    margin-left:4px;
}
.range-peice-show{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
/* arabic css */
:lang(ar) .ms-auto{
    margin-right: auto !important;
    margin-left: unset !important;
}

.flex-column {
    flex-direction: column !important;
}
.h-100 {
    height: 100% !important;
}
.d-flex {
    display: flex !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.container-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.cpo_main .row {
    
    display: flex;
    flex-wrap: wrap;
        margin-left: -12px;
    margin-right: -12px;
    
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;;
    padding-left: 12px;
    margin-top: var(--bs-gutter-y);
}
.cpo_main .col {
    flex: 1 0 0;
}
.cpo_main h1{
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 10px;
}
.cpo_compare_wrapper.cpo_main h1{
    font-size: 20px !important;
    line-height: normal;
    text-transform: uppercase;
}
.cpo_main .btn-primary{
    background-color: #000;
    border-radius: 6px;
    padding: 6px 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
}
.cpo_main .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.cpo_main  .landing-page .imag-section img{
    display: inline-block;
}
.cpo_main img{
    max-width: 100%;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.text-center {
    text-align: center !important;
}

.cpo_main .container, .cpo_main .container-fluid, .cpo_main .container-xxl, .cpo_main .container-xl, .cpo_main .container-lg, .cpo_main .container-md, .cpo_main .container-sm{
    padding-left: 12px !important;
    padding-right:  12px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-4 {
    padding: 24px !important;
}
.mb-5 {
    margin-bottom: 48px !important;
}
.mt-5 {
    margin-top: 48px !important;
}
.cpo_main p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 16px;
}
.cpo_main select {
    -webkit-appearance: menulist!important;
    appearance: menulist!important;
}
.ms-auto {
    margin-left: auto !important;
}
.cpo_main h5, .cpo_main .h5 {
    font-size: 20px;
}
.cpo_main .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}
@media (min-width: 768px) {
    .cpo_main .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .cpo_main .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .cpo_main .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .cpo_main  .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .cpo_main  .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .cpo_main .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.table-striped > tbody > tr:nth-of-type(odd) > *{
    background-color: rgba(0, 0, 0, 0.05);
    color: #212529;
}
.table-striped > tbody > tr:nth-of-type(odd) > *{
    background-color:#fff;
    color: #212529;
}
