main > .container-main {
    padding: 54px 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;
}
.compare-lable{
    margin-left:4px;
}
.range-peice-show{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}