/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@600&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body, html {
	margin: 0;
	padding: 0;
	font-family: LatoGoogle,Lato,LatoWeb,sans-serif;
	overflow-x: hidden !important;
}
.container{
	margin: 0 auto;
	max-width: 1280px;
}


.inner_banner .banner {
    height: auto;
   
}
.inner_banner .banner h1 {
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff;
}


.upcoming_card_caption:hover .title {color: #1bc744 !important}

.upcoming_card_caption:hover .title a {color: #1bc744 !important}
.new_car_tab{
	float: left; width: 100%;
	background: url("../images/expert_bg.jpg") no-repeat;
	background-size: cover;
	/* padding: 50px 0px; */
	padding: 25px 0px;
}
.inventory_box .upcoming_img img {
    border-radius: 0;
    width: 100%;
    height: 181px;
    overflow: hidden;
    object-fit: cover;
}

.compar_inner .owl-theme .owl-nav {
    margin-top: 0;
}
.upcoming .upcoming_card {margin-bottom: 0px;}

.inventory_box .spec_ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.contact_left h2{
	font-weight: 700;
}

.desktop {display: none;}
.contact_right {
    float: left;
    width: 100%;
    background: #f5f5f7;
    border-radius: 15px;
    padding: 50px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.dropdown_similar{
    position: relative;
}
.dropdown_similar::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #000;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.top_input_sarch .form-control {
    margin-bottom: 0;
 
}

.accordian_inner_model_name a{
    font-size: 14px;
    color: #0000009e;
}

.fullname{
    float: left;
    width: 100%;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 47px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    min-width: 100%;
    background-color: #fdd011;
    border: solid 0px #eeeeee;
    left: auto;
    margin-left: -25px;
}

.contact_bottom_left  a{
    display: flex;
    align-items: flex-start;
	color: #000;
}
.contact_bottom_left .title {
    margin-bottom: 3px;
}
.contact_bottom_left li{
	margin-bottom: 25px;
}
.contact_bottom {
    float: left;
    width: 100%;
    padding: 27px;
    margin-top: 65px;
    border-radius: 16px;
    padding-top: 48px;
    background: url(../images/contactbg.png) no-repeat;
    background-position: top;
    background-size: cover;
}

.contact_bottom ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_bottom ul li {
    width: 33.33%;
    display: flex;
    align-items: flex-start;
    padding-right: 43px;
}

.contact_bottom ul li:hover a{
    color: #1bc744;
}



.about_top{
	width:75%;
	margin: 0 auto;
}
.core_value{
	float: left; width: 100%;
	margin-top: 50px;
	background: #f5f5f7;
	border-radius: 20px;
	padding: 30px;
}

.about_caption ul li{
	position: relative;
	padding-left: 35px;
	margin: 25px 0px;
	letter-spacing: .5px;
}
.about_left {
    float: left;
    width: 100%;
    position: relative;
}
.about_img{
	float:left; width: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.about_overlay_box {
    margin: 0 auto;
    float: none;
    max-width: 350px;
    border-radius: 0px 0px 20px 20px;
    padding: 15px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
	padding: 25px 0px;
	background: #ffc22f;
}

.heading_box_filter {
    float: left;
    width: 100%;
    background-color: #f5f5f7;
    padding: 11px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heading_box_filter button {
    background: transparent;
    display: block;
    justify-content: space-between;
    width: 100%;
    float: left;
    text-align: left;
}
.heading_box_filter img {
    float: right;
    width: 24px;
}
.custom_left_section {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #f5f5f7;
    padding: 37px;
    overflow-x: hidden;
}
.close_btn {
    background: #1bc744;
    color: #fff;
    width: 30px;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    position: absolute;
    right: 14px;
    top: 13px;
}
.title_box_category {
    display: flex;
    justify-content: space-between;
	    float: left;
    width: 100%;
    background-color: #d1d1d1;
    padding: 14px 15px;
	position: relative;
}
.heading_box_filter h3{
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: .5px;
}


.about_overlay_box .title {
    font-weight: 700;
    font-size: 28px;
	color: #000;
}

.about_overlay_box .main_btn{
	margin: 0 auto;
	display: initial;
	float: none;
	width:  auto;
}

.about_caption ul li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: ".";
    background: url(../images/check.png) no-repeat;
    background-size: 21px;
    height: 35px;
    width: 35px;
    color: transparent;
}


.about_caption ul{
	margin-top: 35px;
}
.icon i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 23px;
    margin-right: 19px;
}
.first {
    margin-bottom: 42px;
}

.about_top h2{
	color: #2F2F2F;
	font-weight: 700;
	margin-bottom: 25px;
}


.contact_right .form-control{
    background: #fff;
    border-radius: 6px;
    padding: 16px 12px;
    FONT-WEIGHT: 500;
    letter-spacing: .8px;
    font-size: 16px;
    border: 1px solid #e1e1e1cc;
}



.inventory_box .spec_ul li{
    margin-bottom: 18px;
}
.inventory_box .varient_spec {
    float: left;
    width: 100%;
    margin-top: 0;
}
.inventory_links li{
    margin-bottom: 31px;
}
.jpg_icon{
    width: 33px;
}

.user{
	margin-right: 8px;
	width: 28px;
}
.varient_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    padding: 9px;
    background: #e4e4e9;
    border-radius: 0 !important;
}
.varient_bottom p{
	margin-bottom: 0;
	font-weight: 400;
}
.varient_bottom a{
	font-weight: 600;
}
.seller{
	color: #c52202;
}
.inventory_box .title {
    font-weight: 700;
    font-size: 21px !important;
    color: inherit;
}
.inventory_box  #detail .product-images .thumb-nav{
	display: none;
}

.inventory_box .slick-arrow{
	display: none !important;
}

.inventory_box  #detail:hover{
	
}
.inventory_left_form {
  float: left;
  width: 100%;
  background: #05232f;
  padding: 35px 8px;
  border-radius: 0;
}

.varient_top .title a {    font-size: 19px !important; color: #000;}


.inventory_left_form .select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #80bdff00;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0.4em 0;
    background: transparent;
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
.range__slider:focus {
  outline: none;
}
.range__slider::-webkit-slider-runnable-track {
  background-color: #fff;
  height: 0.3em;
  margin: 0.4em 0;
  border-radius: 2px;
}
.range__slider::-moz-range-track {
  background-color: #fff;
  height: 0.3em;
  border-radius: 2px;
}
.range__slider::-moz-focus-outer {
  border: 0;
}
.range__slider::-ms-track {
  background-color: #fff;
  height: 0.3em;
  margin: 0.1em 0;
  border-radius: 2px;
}
.range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1bc744;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: -0.5em;
}
.range__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1bc744;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}
.range__slider::-ms-thumb {
  margin: 0;
}

.range .form-control {
    border-radius: 0;
    background: #fff;
}



.inventory_left_form .select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #1bc744 !important;
}
.inventory_left_form .select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option{
    color: #fff;
    background-color: #1abe41;
}

.reset {
    float: left;
    width: 22px;
    margin-right: 5px;
}

.inventory_top_filters {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
}
.enquiry_box {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
}

.enquiry_top {
    float: left;
    width: 100%;
    padding: 22px;
    background: #b8e2f8;
    margin-bottom: -8px;
    position: relative;
    z-index: 9;
}
.enquiry_top_inner {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    padding: 22px;
    position: relative;
    margin-bottom: -147px;
    margin-top: 24px;
}
.enquiry_top_inner .form-control{
    border-radius: 6px;
}
.enquiry_top_inner .main_btn{
    display: inherit;
    margin: 0 auto;
    float: none;
}




.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 80px;
    float: left;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
      .pages {
        display: flex;
        flex-direction: row;
        gap: 20px;
      }
.page {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #606060;
    font-weight: 600;
}
      .page:hover {
        background-color: #6dcc69;
        color: #fff;
      }

   .pagination .active {
    background-color: #6dcc69;
    color: #fff;
}

      .pagination .btn {
    background-color: #fff;
    border: 0px solid #087f5b;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
      .pagination .btn:hover {
        background-color: #087f5b;
      }
      .pagination .btn--icon {
        height: 24px;
        width: 24px;
        stroke: #087f5b;
      }
      .pagination .btn--icon:hover {
        stroke: #fff;
      }
  



.inventory_left_form .wrapper{
	margin-bottom: 13px;
}
.inventory_left_form h6 {
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 17px 16px;
    font-size: 18px;
    letter-spacing: 2px;
}

 input {

    letter-spacing: 1px;
    font-weight: 500;
}

.select2-container--bootstrap4 .select2-selection {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 2px 12px;
    /* letter-spacing: 9px !important; */
}



 .inventory_left_form a{
    float: right;
    margin: 0 auto;
    width: auto;
    display: initial;
    margin-right: 11px;
}

.left_title .card-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 4px;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: .3;
    transition: opacity .25s;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.thumb-nav  .slick-arrow{
	display: none !important;
}
.car_right {
  float: left;
  width: 100%;
  padding: 20px;
  background: #f5f5f7;
  border-radius: 0;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border: 0;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
    display: block;
    outline: none;
    border: none;
    margin: 0 auto;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 100%;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 116px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
    border-color: #c52202;
}
.main_img { float: left; width: 100%;}



.car_main_box{
	float: left; width: 100%;
}
.car_left{
	float: left; width: 100%;
}
.car_image_section {
    float: left;
    width: 100%;
    border: 1px solid #e7e7e7;
}
.varient_box:hover {
	cursor: pointer;
    border: 1px solid red;
    /* background-color: #05232f; */
    background-color: #979797;
    color: #fff !important;
}
.varient_box:hover  .offer {
    color: #05232f;
}
.varient_box:hover .spec_ul li img {
    filter: brightness(5);
}
.varient_box_sel .spec_ul li img {
    filter: brightness(5);
}

.car_img_type {
    float: left;
    width: 100%;
    padding: 36px 22px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.compare_result {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: -50px;
}
.table>:not(caption)>*>* {
    padding: 15px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: #6e6e6e;
}

 .compare_result tr td:first-child {
    font-weight: 600;
}
.compare_result thead {
    background: #f5f5f5f7;
}
 
.compare_result table{
    border: 1px solid #e7e7e7;
}

.compare_result thead th{
    color: #c52202;
}
.compare_result thead th:first-child{
	color: #6e6e6e;
}
.main_btn2:hover {
    background: #000 !important;
    color: #fff;
}
.desktop {
    display: none;
}


.compare_car_box{
	float: left; width: 100%;
	margin-bottom: 50px;
}
.compare_car_inner {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 0 !important;
    border: 1px solid rgb(238, 234, 234);
}
.add_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-right: 1px solid #C8C8C8;
    padding: 30px 15px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    flex-direction: column;
	position: relative;
}
.vedios{
	float: left; width: 100%;
}
.vedio_box{
	float: left; width: 100%;
}
.vedio_box iframe{
	width: 100%;
	height: 350px;
}


.add_car_box::after {
    content: "vs";
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-flex: 1;
    flex: 1 1;
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,.87);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 100%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    z-index: 3;
}

.modal-backdrop {
    z-index: 9999;
}
.add_car_box_last::after{
	display: none;
}
.modal {
    z-index: 999999;
}



.selected_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-right: 1px solid #C8C8C8;
    position: relative;
    padding-right: 16px;
}
.selected_car_box .close {
    width: 25px;
    float: right;
    position: absolute;
    top: 0px;
    right: 16px;
    z-index: 99;
    background: #c52202;
}
.compare_result tbody, td, tfoot, th, thead, tr {
    font-size: 14px;
}
.compare_result .table>:not(caption)>*>* {
    padding: 7px;
}


.selected_car_box::after {
    content: "vs";
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-flex: 1;
    flex: 1 1;
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,.87);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 100%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    z-index: 3;
}
.selected_car_box .close img{
	filter: invert(1);
}
.selext_car_caprion {
    float: left;
    width: 100%;
    position: relative;
    padding: 16px 0px;
}
.selext_car_caprion a{
    color: #c52202;
    font-weight: 600;
}
.car_top_nav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c52202;
    margin-bottom: 45px;
}
.car_top_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.car_top_nav ul a {
  font-weight: 600;
  color: #000;
  letter-spacing: 0.8px;
}
.car_top_nav ul a:hover{
	color: #c52202;
	position: relative;
}
.tab_section {float: left; width: 100%;}
.car_top_nav ul a:hover ::after {
    position: absolute;
    content: "";
    top: 33px;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #c52202 transparent transparent transparent;
    left: 0;
    margin: 0 auto;
}

.car_top_nav ul .active{
	color: #c52202;
	position: relative;
}
.car_top_nav ul .active::after {
    position: absolute;
    content: "";
    top: 33px;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #c52202 transparent transparent transparent;
    left: 0;
    margin: 0 auto;
}

.slick-next {
    background: url(../images/next2.png) no-repeat !important;
    background-size: 35px !IMPORTANT;
	opacity: 1 !important;
}
.slick-prev {
    background: url(../images/prev2.png) no-repeat !important;
    background-size: 35px !IMPORTANT;
	opacity: 1 !important;
}

.spec_features  .panel{
	display: none;
}

.mileage {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.mileage .title{
    margin: 0px;
}
.features_table td img{margin-right: 10px;}

.news{
	float: left; width: 100%;
}
.news .title {
    margin-top: 0;
    margin-bottom: 30px;
}
.test_drive_box {
    float: left;
    width: 100%;
    margin-top: 35px;
    border-radius: 0;
    overflow: hidden;
    background: #05232f;
    position: relative;
}
.car_right_box_main{
	float: left; width: 100%;
}
.upcoming_right_box {
    float: left;
    width: 100%;
    background: #f5f5f7;
    border-radius: 0px;
    padding: 12px;
    margin-top: 35px;
}
.car_mini_box {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.car_mini_box:last-child{
	border: none;
	margin: 0;
	padding: 0;
}
.mini_img img{border-radius: 5px; }

.mini_img{float: left; margin-right: 10px;}
.car_mini_box p{
	margin-bottom: 5px;
}
 .mini_link{
    font-weight: 500;
    color: #5e5e5e;
    letter-spacing: .5px;
    font-size: 15px;
}	
.mini_link:hover{
	color: #1bc744;
}



.car_left .title{
    font-size: 23px;
    font-weight: 700;
    color: #005e81;
}






.test_drive_box .testdrive_top img{
	    filter: hue-rotate(261deg);
}
.test_drive_form{
padding: 20px;
}
.test_drive_form .form-control{
	border-radius: 5px;
}
.test_drive_form .main_btn {
    margin: 0 auto;
    float: none;
}
.selext_car_caprion .price {
    position: relative;
    right: 0;
    bottom: -8px;
    font-weight: 700;
}

.selected_car_box .date{
	margin-bottom: 0;
}
.selected_car_box{
	float: left; width: 100%;
}


.compare_modal .modal-body{
	padding: 0;
}
.compare_modal_top {
    float: left;
    width: 100%;
    border-radius: 7px;
    background: #6dcc69;
    text-align: center;
    overflow: hidden;
}
.compare_dropdown {
    float: left;
    width: 100%;
    padding: 50px 20px;
}

 .compare_modal_select {
    float: left;
    width: 100%;
    height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.inventory_box {
    background: #f5f5f7;
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-top: 22px;
}



.compare_dropdown .form-control {
    position: relative;
    margin-top: -73px;
    width: 100%;
    border-radius: 5px;
}

.compare_dropdown .accordion {
    background-color: #e8e8ed;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    font-weight: 600;
    border-bottom: 1px solid #d6d6e1;
}

.compare_modal_select ul li button {
    padding: 0 !IMPORTANT;
    background: transparent !important;
}


.Overview_tooltip {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.more_varient  {
    margin: 0 auto;
    float: none !important;
}
.features {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}


.Overview_tooltip .Overview_tooltiptext {
    display: none;
    background-color: #000;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 100000;
    top: 35px;
    left: 0;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    width: auto;
    min-width: 290px;
    text-transform: none;
    font-weight: 400;
}
.share {
    background: transparent;
    position: absolute;
    right: 0;
    width: 38px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    top: 0px;
}
 .car_des_box1 {
    float: left;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}
.car_des_box2 {
    padding: 18px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
}
.car_overview_keyspec ul li p span{
font-weight: 600;
}
 .car_overview_keyspec ul li {
    display: flex;
    align-items: flex-start;
	 margin-right: 20px;
}

.car_image_section .nav-tabs {
    margin-bottom: 45px;
    float: left;
    width: 100%;
    background: #f5f5f7;
    border: none;
}


 .car_overview_keyspec ul li img{
    margin-right: 12px;
}
.car_overview_keyspec ul {
   /* display: flex; */
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.overbox {
    background-color: #f5f5f7;
    border: 0px solid #e7e7e7;
    border-radius: 0;
    width: 100%;
    padding: 14px 20px 17px;
    margin-top: 35px;
}

.overbox ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 240px;
}

.overbox ul li .contentbox {
  width: 100%;
}

.overbox ul li .over-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overbox ul li .over-content .imgbox {
  margin-right: 12px;
}

.overbox ul li .contentbox span {
  font-weight: 600;
}

.about_car_des {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.car_overview_keyspec {
    background-color: #f5f5f7;
    border: 0px solid #e7e7e7;
    border-radius: 0;
    float: left;
    width: 100%;
    padding: 14px 20px 17px;
    margin-top: 35px;
}
.overview_cutome_select{
	float: left; width: 100%;
	display: flex;
}







.rating{
    float: left;
    width: 100%;
	margin-top: 15px;
} 
.rating ul img{
	width: 18px; margin-right: 9px;
}
.rating ul {
	margin-right: 19px;
	display: flex;
	float: left; 
}

.Overview_tooltip:hover .Overview_tooltiptext {
    display: block;
}
.Overview_tooltip .Overview_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: auto;
    margin-left: -5px;
    border: 7px solid transparent;
    border-bottom-color: #000;
    right: 19px;
}

.Overview_tooltiptext img {
    width: 22px;
    margin: 0px 4px;
}


.compare_dropdown .active, .accordion:hover {
    background-color: #cfcfd9;
}
.compare_dropdown .panel {
    padding: 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
}
.compare_search{
	float: left; width: 100%; position: relative;
}
.compare_search label {
    position: absolute;
    right: 10px;
    bottom: 42px;
    filter: invert(1);
}
.compare_modal  .btn-close{
    position: absolute;
    right: 10px;
    z-index: 99;
    opacity: 1;
    top: 9px;
    filter: invert(1);
}

.compare_search label img{
	width: 20px;
}

.panel li{
	padding: 0;
}

.compare_modal_select ul li button {
    padding: 10px 18px !important;
    background: #dedee3 !important
}
.accordian_inner_model_name {
    background: #f5f5f7;
    float: left;
    width: 100%;
    padding: 10px 17px;
}
 .model_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.model_top .price{
	font-weight: 700;
}

.model_top p {
    margin-bottom: 5px;
    font-size: 15px;
}
.model_name{
    color: #c52202;
    font-weight: 600;
}
.accordion::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    float: right;
    margin-top: 4px;
}


 .model_bottom p{
    font-size: 13px;
    font-weight: 500;
    color: #919193;
    margin-bottom: 0;
	 margin-right: 12px;
}

 .model_bottom {
    display: flex;
}



.car_img_moal{
	float: left; width: 100%;
}

.car_img_moal img{
	float: left; width: 100%;
	  filter: hue-rotate(261deg);
}
.compare_modal_top .title{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    top: -26px;
}


.add_car_box p{
	margin: 0;
	color: #000;
}
.compare_list{
	float: left; width: 100%;
}

.card_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-style: dashed;
}
.add_car_box_last{
	border: none;
}






.card_icon img{width: 45px;}


.compare_top {
    float: left;
    width: 100%;
    background: #153e4d;
    padding: 45px 35px;
    border-radius: 0 !important;
}
.compare_top h3{
    color: #1bc744;
}


.inner_page{
	float: left; width: 100%;
	padding: 60px 0px;
}

.news_caption p{
    font-size: 14px;
    color: #000;
    letter-spacing: .5px;
    margin-top : 15px;
}

.expert_review{
	float: left; width: 100%;
}

.news_date_row {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
    margin-top: 8px;
}
.news_right {
    justify-content: flex-end;
    margin-top: 7px;
    margin-right: 26px;
}

.main_btn:hover{
	background: #000;
	color: #fff;
}



.news_right ul {
    display: flex;
    float: left;
    align-items: center;
}
 .news_right ul img{
    width: 60px;
    margin: 10px 0px;
}
.news_right ul img {
    width: 40px;
}
.news_right ul li {
    margin: 0px 6px;
}
.review_img_main{
    float: left;
    width: 100%;
    margin-top: 29px;
}
.review_form_box{
	margin-top: 35px;
	float: left;width: 100%;
}
 .review{
    float: left;
    width: 100%;
	 margin-top: 30px;
}
.filter_input_box .form-control{
	background: #fff;
}
.review_caption_main {
    float: left;
    width: 100%;
    margin-top: 0;
}
.news_daterow {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.news_daterow li{
	margin-right: 35px;
}
.posted_name{
	font-size: 18px;
	font-weight: 600;
}
.cred {
	color: #c52202;
}


.breed_nav {
    float: left;
    width: 100%;
    background: #f5f5f7;
}
.breadcrumb{
	margin-bottom: 0;
	padding: 15px 0px;
}
.breadcrumb li {
    font-size: 18px;
    font-weight: 600;
    color: #3B3B3B;
    letter-spacing: 1px;
}
.breadcrumb li a{
	color: #3B3B3B;
}
.breadcrumb-item.active {
    color: #c52202;
}
.right_select h6 {
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.brands{
	float: left; width: 100%;
	background: url("../images/brandsbg.png") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0px;
}
.top_ad_section{
	float: left; width: 100%;
	position: relative;
	padding-top: 60px;
}
.top_ad_box{
	float: left; width: 100%;
	position: relative;
	z-index: 99;
}

.main_banner{
	float: left; width: 100%;
}

.top_ad_section::before{
	content: "";
	position: absolute; top: 0px;
	left: 0;
	width: 100%;
	height: 60%;
	background: #ececec;
}

 .brand_logo{
    background: #fff;
    border: 1px solid #e0e0e0;
	 position: relative;
}
.brand_logo img {
    position: relative;
    margin-top: 0;
    padding: 45px;
    padding-bottom: 14px;
    padding-top: 22px;
    color: #000;
}
 .brand_inner{
    float: left;
    width: 100%;
    margin-top: 35px;
}


.brand_logo h5 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 17px;
}

.type  .owl-nav img {
    width: 32px;
}
.type .owl-nav {
    top: 18%;
    z-index: -9;
}
.ad_middle{
	float: left; width: 100%;
	margin-top: 50px;
}

.type_slider .type .owl-item  .item a:hover .car_img_type{
    border: 1px solid #fff;
    background: #1bc744;
}
.type_slider .type .owl-item .item a:hover .car_img_type img {
    filter: invert(1) brightness(1.5);
}


header{
	float: left; width: 100%;
}
.top_white_row{
	float: left; width: 100%;
	padding: 20px 0px;
	background: #fff;
}

.main_menu_top_section{
    float: left;
    width: 100%;
    background: #ececec;
}

a{
	text-decoration: none;
}
.logo_box img{
    width: 262px;
}
.top_input_sarch input {
    box-shadow: none;
    letter-spacing: 1.1px;
    position: relative;
    padding-left: 18px;
}
.spec_features .accordion {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 0 !important;
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ccc;
    color: #525252;
}



.top_input_sarch ul li:first-child {
    width: 85%;
    float: left;
    margin-right: 25px;
    position: relative;
}
.top_input_sarch label {
    background: #c52202;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14.5px 18px;
}
.top_input_sarch label img {
    width: 19px;
    position: relative;
    top: -2px;
}
.top_input_sarch {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.top_input_sarch ul{
    display: flex;
    float: left;
    width: 100%;
}
.top_input_sarch .form-control:focus {
    color: #212529;
    background-color: #ececec;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: none;
}

.select2-container--bootstrap4 .select2-selection--single {
   /* height: calc(1.5em + 1.75rem + 1px) !important; */
height: calc(1.1em + 1.65rem + 2px) !important;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
/* width : 400px; */
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
position: absolute;
    top: 50%;
 /*   right: -5px; */
    width: 20px;
}
.card-title{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .5px;
}
.new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: #1bc744;
	color: #fff;
}

.new_car_box  .nav-tabs{
	border: none;
}

.new_car_box {
    margin-top: 42px;
    float: left;
    width: 100%;
}
.car_box_main{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.upcoming {
    float: left;
    width: 100%;
    padding: 40px 0px;
    padding-top: 33px;

}
.brand_inner .owl-theme .owl-nav {
    margin-top: -13px;
}

.car_caption {
    display: flex;
    align-items: flex-start;
    float: left;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    padding-right: 30px;
}

.custom-select {
  position: relative;
}
.filter_row .custom-select {
    float: left;
    width: 109%;
}


.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #dedede;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 17px;
    font-weight: 500;
}
button{
	border: 0;
	outline: 0;
}

.filter_input_box .form-control{
	width: 104%;
}


.banner_btn {
    padding: 13.5px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    letter-spacing: 1px;
}
.spec_features  .nav-tabs {
    border: none;
    display: flex;
}
.spec_features .nav-tabs {
    border: none;
    display: flex;
}
.spec_features .nav-tabs li {
    width: 33%;
    float: left;
    margin-right: 2px;
}
.spec_features .nav-tabs li button {
    width: 100%;
    padding: 8px 6px;
    text-align: left;
    margin-bottom: 2px;
    font-size: 15px;
}
.spec_table{
    float: left;
    width: 100%;
}
.spec_table table {
    float: left;
    width: 100%;
    margin-top: 28px;
    border: 1px solid #e7e7e7;
	letter-spacing: .8px;
}
.spec_table table tbody td:last-child {
	font-weight: 600;
}
.spec_table table tbody td{
	padding: 10px;
}
.spec_table table tbody tr:nth-child(even) {
  background: #f5f5f7;
}





.spec_features .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    background: #e7e7e7;
    color: #000;
    border-radius: 0;
    border: 0;
    margin-right: 15px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    line-height: calc(1.5em + 0.75rem);
    color: #6c757d;
    TEXT-TRANSFORM: CAPITALIZE;
}
.top_input_sarch .form-control {
	font-size: 13px;}

.form-control {
  display: block;
  width: 100%;
  padding: 10px;
    padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  height: 53px;
  color: #000000 !important;
  background-color: #f1f1f1;
  margin-bottom: 19px;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 1px;
  appearance: none;
  padding-left: 20px;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100% !important;
  border-radius: 0px !important;
}


.range .form-control {

    height: 41px; font-size: 15px;
  
}


.select2-container .select2-search--inline .select2-search__field {

    font-size: 15px;
  
}










.main_btn2{
    font-size: 18px !important;
    letter-spacing: .8px !important;
    padding: 11px 35px !important; 
}

.review .main_btn2{
    margin-left: 15px;
	background: #1bc744 !important;
}
.right_ad img{
	width: 100%;
	margin-top: 20px;
}

.filter_input_box{
	float: left; width: 100%;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #cfcfcf;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.filter_row{
    float: left;
    width: 100%;
    margin-top: 25px;
}


/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgb(27 199 68);
}
.main_banner{
	float: left; width: 100%;
	position: relative;
}

.left_caption h1 {margin-bottom: 0px !important;}

.banner {
    float: left;
    width: 100%;
    position: relative;
    /* height: 680px; */
    height: 490px;
    overflow: hidden;
}
.banner_img{
	float: left; width: 100%;
	position: relative;
}
h1{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff;
}
h2{
	color: #ffc22f;
	font-size: 38px;
    font-weight: 600;
    letter-spacing: 1px;
}
.banner h5{
	color: #fff;
margin-left: 95px;
}

.banner_img::after{
    position: absolute;
	bottom: 0;
	left: 0;
	float: left; width: 100%;
	height: 100%;
	content: "";
	/*background: linear-gradient(to left, #fff0, #000);*/
}
.banner_content {
    float: left;
  /* width: 100%;*/
width : 85%;
    position: absolute;
    bottom: 10%;
    z-index: 100;
    top: 78px;
}
.banner_top_text{
	float: left; width: 100%;
              /*	display: flex;
	align-items: center;
	justify-content: space-between; */
}


.type_slider{
    float: left;
    width: 100%;
    margin-top: 35px;
}


 .car_img  img{
     width: 100%;
}
.title{
    font-weight: 600;
	font-size: 18px;
    letter-spacing: .8px;
	margin-bottom: 15px;
	color: #454644;
}
.city{
	position: relative;
}
.city::after {
    position: absolute;
    content: "";
    top: 7px;
    right: -21px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
}

.city:hover::after {
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.varient_box:hover .vartitle{
	color:#05232f;
}


.card_box {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 22px;
}
p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.date {
    font-size: 13px !important;
    letter-spacing: .5px;
    color: #454644;
    font-weight: 600;
    margin-bottom: 18px;
}
.compare_expret{
	float: left; width: 100%;
	margin: 60px 0px;
}

.card_right img{
	width: 22px !important;
	margin-left: 6px;
}
.compare_pagead{
	float: left; width: 100%;
	margin-bottom: 50px;
}
.adimg img{
	float: left; width: 100%;
}

.card_bottombox h6 {
    margin-bottom: 0;
    color: #1bc744;
}
.card_bottombox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.card_right{
	display: flex;
}
.main_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 19px;
    border-radius: 50px;
    text-decoration: none;
    background: #c52202;
    display: block;
    width: auto;
    float: left;
    letter-spacing: 1px;
}
.upcoming_card_caption .title a{color: #000 !important;}

.owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}

.owl-nav .owl-prev{
	float: left;
	margin-left: -5% !important;
}
.owl-nav .owl-next{
	float: right;
	margin-right: -5% !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.overview_cutome_select .custom-select {
    position: relative;
    width: 200px;
    margin-right: 15px;
}

.overview_cutome_select .select-selected:after{
	top: 58px;
}

.owl-nav img{
	width: 45px;
}

 .upcoming_box{
    width: 100%;
    float: left;
    margin-top: 35px;
}
.varient_box_main{
	float: left; width: 100%;
}
.varient_box {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 22px;
    background: #f5f5f7;
    border: 1px solid #e7e7e7;
    border-radius: 0;
}
.spec_ul{
	display: flex;
}
.offer{
	font-weight:600;
	color: #000;
	letter-spacing: .8px;
}
.offer img{
	width: 20px;margin-right:9px;
}
.offer:hover{
 color: #c52202;
}

.spec_ul li{
	display: flex;
	margin-right: 15px;
	align-items: center;
	font-weight: 600 !important;
}
.spec_ul li img{ margin-right: 8px;}
.spec_ul li p{
	margin: 0;
color: #05232f;
}

.inventory_box  .upcoming_img{
	position: relative;
}




.varient_top{
	float: left; width: 100%; display: flex; align-items: flex-start; justify-content: space-between
}
.varient_box .title {
    font-weight: 700;
    font-size: 18px;
   /* color: inherit; */
    color: #05232f;
}
.cgreen{
    color: #05232f !important;
}


.new_tag {
    position: absolute;
    left: 0px; 
    /*top: 13px;*/
/* right :0px; */
top : 0px;
}
.new_tag h6 {
    font-weight: 600;
    color: #fff;
    background: #1bc744;
    padding: 5px 9px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
}
.ad_section{
	float: left; width: 100%;
	/*padding-top: 50px; */
}
.compare_caption p{
	margin-bottom: 10px;
}
.compare_caption h5{
	margin-bottom: 12px;
}
.compare_caption{
	float: left; width: 100%;
    margin-top: 19px;
}

.car_type {
    float: left;
    width: 100%;
    padding: 48px 0px;
    padding-top: 37px;
}

.compare {
    float: left;
    width: 100%;
    background: url(../images/compare_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.compare_slider .owl-nav img {
    width: 35px;
    filter: brightness(0.6);
}

.compare_box {
    float: left;
    /* width: 100%; */
    width: auto;
    background: #fff;
    padding: 20px;
    height: 340px;
}
.compar_inner{
	float: left; width: 100%; margin-top: 35px;
	
}


.car_caption .date {
    margin-bottom: 0 !important;
}
.upcoming_card {
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 30px;
border: 2px solid #f0eeee;
    border-radius: 5px;
}
 .latest_car .upcoming_card .main_btn{
    position: absolute;
}

.latest_car .upcoming_card{
	margin-bottom: 50px;
    position: relative;
}


.upcoming_img{
	float: left; width: 100%;
	position: relative;
}
.upcoming_card_caption {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
text-align:center;
}



.date span {
    font-weight: 800;
    font-size: 16px;
}


.red{
	background: #c52202;
}



.new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    background: transparent;
    color: #000;
    border-radius: 0;
    border: 0;
    letter-spacing: 1px;
    margin-right: 0;
    padding: 8px 20px;
}
.new_car_box .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    background: #1bc744;
    color: #fff;
}
.find_car{
	float: left; width: 100%;
	background: url("../images/find_carbg.png") no-repeat;
	background-size: cover;
	background-position: center;
	/* padding: 50px 0px; */
	padding: 25px 0px;
}
.find_car_category_box{
	float: left; width: 100%;
	padding: 35px;
	background: #fff;
}
.find_car_category_box ul{
    display: grid;
    grid-template-columns: auto auto auto ;
    text-align: center;
}
.find_car_category_box ul a {
    /* width: 94%; */
    width: 80%;
    background: #dedede;
    padding: 9px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    /* height: 73px; */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    border-radius: 10px;
}

.compare_box .main_btn {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 19px;
    border-radius: 50px;
    text-decoration: none;
    background: #c52202;
    display: inline-block;
    width: auto;
    float: none;
    letter-spacing: 1px;
    width: 126px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.car_category_box_main {
    float: left;
    width: 100%;
    margin-top: 45px;
}
.car_category_box_main .nav-tabs {
    border: none;
    background: #dedede;
}
.car_category_box_main .nav-tabs .nav-link {
    margin-right: 0;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 26px;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.center_btn a {
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 170px;
    margin-top: 0px;
    padding: 13px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_btn {
    margin: 0 auto;
    float: none;
    float: left;
    width: 100%;
    margin-top: -25px;
}

.green {
	background: #1bc744 !important;
}

.car_category_box_main .new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #1bc744; 
	color: #fff;
	position: relative;
}
.car_category_box_main .new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
    position: absolute;
    content: "";
    top: 40px;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #1bc744 transparent transparent transparent;
    left: 0;
    margin: 0 auto;
}

 .car_category_box_main .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    background: #1bc744 !important;
    color: #fff !important;
}
.expert_box {
    float: left;
    width: 100%;
    background-color: #FFF;
    box-shadow: 2px 9px 11px #f5f4f4;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.Recent::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.Recent::-webkit-scrollbar-track {
  background: #ccc; 
  border-radius: 10px;
}
 
/* Handle */
.Recent::-webkit-scrollbar-thumb {
  background: #8E8E8E; 
  border-radius: 10px;
}

.compare_modal_select::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.compare_modal_select::-webkit-scrollbar-track {
  background:#cfcfd9; 
  border-radius: 0px;
}
 
/* Handle */
.compare_modal_select::-webkit-scrollbar-thumb {
  background: #e5e5ed ; 
  border-radius: 0px;
}








.tag2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
	padding-top: 10px;s
}
.tag2 li {
    display: inline-block;
    margin-bottom: 14px;
}
.tag2 li a {
    background-color: #dbdbdb;
    padding: 8px 12px;
    border-radius: 33px;
    font-size: 13px !important;
    margin: 0;
    display: block;
    width: auto;
}

/* Handle on hover */
.Recent::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}
.varient_box_sel {
  border: 1px solid red;
  /* background-color: #05232f; */
  background-color: #979797;
  color: #fff !important;
}

.varient_box_sel .offer {

  color: #05232f;

}





.news_caption {
  padding: 21px 38px;
}
.news_caption .title {
    color: #353535;
    font-size: 16px;
    height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
.expert_box:hover .title{
	color: #c52202;
}
.product_catergory_section ul li {
    margin-bottom: 8px;
}
 .side_tab_section_inner {
    float: left;
    width: 100%;
   /* background: #f5f5f7;
    padding: 16px; */
    border-radius: 9px;
}
.side_title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    float: left;
}
.product_catergory_section {
    float: left;
    width: 100%;
	margin-top: 35px;
}
.search{
    position: absolute;
    right: 0;
    width: 45px;
    filter: invert(1);
}
.product_catergory_section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.Recent {
    height: 206px;
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.product_catergory_section ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A;
    letter-spacing: 0.5px;
}


.find_car_category_box ul .active {
	background: #c52202; 
	color: #fff;
}
.find_car_category_box ul a:hover {
	background: #c52202; 
	color: #fff;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 48px #999999;
    transition: 0.5s ease;
}
.process_section .service_title::after{
	display: none;
	
}
.process_section .service_title{
	    padding-left: 0;
}


footer {
  float: left;
  width: 100%;
 /* background: url("../images/footer_bg.png") no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;*/
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  background-color: #05232f;
}

.base_footer{
	float: left; width: 100%;
	margin-top: 50px;
	background: #0c2f3c;
	padding: 15px 0px;
}
.base_footer p{
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}


ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
    font-weight: 600;
}

footer a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
footer a:hover{
	color: #1bc744;
}

footer span {
    font-weight: 600;
    float: left;
    width: 100%;
    color: #fff;
}
footer li{
	margin-bottom: 11px;
}



h5{
	font-size: 18px;
	letter-spacing: 1px;
}
.form-stepper-horizontal{
margin-left: 68px !important;
}
.dv_mobbanner{
    display: none;
  }

.dv_tabbanner{
    display: none;
  }

@media(max-width:1600px){
	
	
}



@media screen and (max-width:1440px){
	.card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: auto;
}

	.upcoming_box {
    width: 100%;
    float: left;
    margin-top: 24px;
}
	
	
	.wsmenu>.wsmenu-list>li>a {
    font-size: 16px;
}
h1 {
    font-size: 55px;
}	
h2 {
    font-size: 36px;
}	
	.select-items div, .select-selected{
		font-size: 16px;
	}	
	.owl-nav img {
    width: 35px;
    filter: brightness(0.6);
}
h5 {
   /* font-size: 16px; */
font-size : 15px;
}
p {
    font-size: 15px;
}	
.date span {
    font-size: 14px;
}	
.center_btn a {
    margin-top: 25px;
}	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 15px;
}	
	
.find_car_category_box ul a {
    font-size: 15px;
}	
	
.title {
    font-size: 16px;
}	
.owl-nav .owl-prev {
    float: left;
    margin-left: -4% !important;
}	
	.owl-nav .owl-next {
    float: right;
    margin-right: -4% !important;
}	
	.owl-nav {
    top: 43%;
}
	.container {
    margin: 0 auto;
    max-width: 1200px;
}
footer a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}	
	
.Overview_tooltip .card-title {
    font-size: 21px;

}	
	.box_left h4 {
    font-size: 21px;

}	
	
	
}

@media screen and (max-width:1280px){
	
	.test_drive_form  .form-control {
    height: 40px;
		padding: 10px;
}
	.form-control{
		font-size: 14px;
	}
	
.Overview_tooltip .card-title {
    font-size: 21px;

}	
	.box_left h4 {
    font-size: 21px;

}
	
	.wsmenu>.wsmenu-list>li>a {
    font-size: 16px;
}
h1 {
    font-size: 55px;
}	
h2 {
    font-size: 36px;
}	
	.select-items div, .select-selected{
		font-size: 16px;
	}	
	.owl-nav img {
    width: 35px;
    filter: brightness(0.6);
}
h5 {
    font-size: 16px;
}
p {
    font-size: 15px;
}	
.date span {
    font-size: 14px;
}	
.center_btn a {
    margin-top: 25px;
}	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 15px;
}	
.find_car_category_box ul a {
    font-size: 16px;
}	
.title {
    font-size: 16px;
}	
.owl-nav .owl-prev {
    float: left;
    margin-left: -4% !important;
}	
	.owl-nav .owl-next {
    float: right;
    margin-right: -4% !important;
}	
	.owl-nav {
    top: 43%;
}
.container {
    margin: 0 auto;
    max-width: 1160px;
}
	
	p {
    font-size: 15px;
    letter-spacing: .5px;
}
	
.inventory_box .title {
    font-weight: 700;
    font-size: 19px !important;
    color: inherit;
}
	.varient_bottom a {
    font-weight: 600;
    font-size: 14px;
}
	.select2-container--bootstrap4 .select2-results__option {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
}
	.card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: auto;
}	
.Overview_tooltip .Overview_tooltiptext {
    left: 153px !important;
  }	
}

@media screen and (max-width:1200px){
    .searching-title{
        margin-left: 50px !important;
    }
	.wsmenu>.wsmenu-list>li>a {
    font-size: 16px;
}
	.car_left .title {
    font-size: 20px;
    font-weight: 700;
    color: #005e81;
}
	
	.car_top_nav ul {
    padding: 10px 0px;
}
	.car_top_nav ul a {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.8px;
    font-size: 15px;
}
	.banner {
    float: left;
    width: 100%;
    position: relative;
    /* height: auto; */
    overflow: hidden;
}
	
	
h1 {
    font-size: 34px;
}
h2 {
    font-size: 29px;
}	
	.select-items div, .select-selected{
		font-size: 16px;
	}	
	.owl-nav img {
    width: 35px;
    filter: brightness(0.6);
}
h5 {
    font-size: 16px;
}
p {
    font-size: 15px;
}	
.date span {
    font-size: 14px;
}	
.center_btn a {
    margin-top: 25px;
}	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 15px;
}	
.find_car_category_box ul a {
    font-size: 16px;
}	
.title {
    font-size: 16px;
}	
.owl-nav .owl-prev {
    float: left;
    margin-left: -4% !important;
}	
	.owl-nav .owl-next {
    float: right;
    margin-right: -4% !important;
}	
	.owl-nav {
    top: 43%;
}
.container {
    margin: 0 auto;
    max-width: 1080px;
}
.main_btn {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 13px;
    border-radius: 50px;
    text-decoration: none;
    background: #c52202;
    display: block;
    width: auto;
    float: left;
}
	.compare_box {
    padding: 11px;
}
	.upcoming_card_caption {
    padding: 14px;
}
	

	
	
	
	p {
    font-size: 15px;
    letter-spacing: .5px;
}
	.select2-container--bootstrap4 .select2-selection--single {
    height:calc(1.1em + 1.65rem + 2px) !important;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    width: 290px;
}
	
	.center_btn a {
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 156px;
    margin-top: 0px;
    padding: 9px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
.find_car_category_box ul a {
    width: 94%;
    background: #dedede;
    padding: 9px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: auto;
}
.Overview_tooltip .Overview_tooltiptext {
    left: 133px !important;
  }
}

/*@media screen and (max-width:1024px){
	.wsmenu>.wsmenu-list>li>a {
    font-size: 16px;
}
	
	.banner {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}
	
	
h1 {
    font-size: 34px;
}
h2 {
    font-size: 26px;
}	
	.select-items div, .select-selected{
		font-size: 16px;
	}	
	.owl-nav img {
    width: 35px;
}
h5 {
    font-size: 16px;
}
p {
    font-size: 15px;
}	
.date span {
    font-size: 14px;
}	
.center_btn a {
    margin-top: 25px;
}	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 13px;
}
	.car_category_box_main {
    margin-top: 32px;
}
	.find_car_category_box {
    padding: 24px;
    background: #fff;
}
.find_car_category_box ul a {
    font-size: 16px;
}	
.title {
    font-size: 16px;
}	
.owl-nav .owl-prev {
    float: left;
    margin-left: -4% !important;
}	
	.owl-nav .owl-next {
    float: right;
    margin-right: -4% !important;
}	
	.owl-nav {
    top: 43%;
}
.container {
    margin: 0 auto;
    max-width: 960px;
}
.main_btn {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 7px 13px;
    border-radius: 50px;
    text-decoration: none;
    background: #c52202;
    display: block;
    width: auto;
    float: left;
}
	.compare_box .main_btn {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 19px;
    border-radius: 50px;
    text-decoration: none;
    background: #c52202;
    display: block;
    width: auto;
    float: none;
    letter-spacing: 1px;
    width: 220px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
	.compare_box {
    padding: 11px;
}
	.upcoming_card_caption {
    padding: 14px;
}
	

	
	
	
p {
    font-size: 14px;
    letter-spacing: .5px;
}
	.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + 1.75rem + 1px) !important;
    padding: 7px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
}
	
	.center_btn a {
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 156px;
    margin-top: 0px;
    padding: 9px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
.find_car_category_box ul a {
    width: 94%;
    background: #dedede;
    padding: 9px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
	footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
	footer li {
    margin-bottom: 7px;
}
	.banner_btn {
    padding: 13.5px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

*/
@media(max-width:1024px){
.ui-menu {
    position: relative !important;
    width: 305px !important;
}
	.select2-container--bootstrap4 .select2-selection--single {
        width: 360px;
    }
	.new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    background: transparent;
    color: #000;
    border-radius: 0;
    border: 0;
    letter-spacing: 1px;
    margin-right: 0;
    padding: 11px 20px;
}
	
	.varient_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
}
	
	.car_left .title {
    font-size: 17px;
}
	.about_car_des {
    margin-top: 21px;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
    /* height: auto; */
    overflow: hidden;
}
	
	
.contact_bottom_left .card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
}
	
	
	.contact_bottom ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-right: 43px;
}
	.contact_bottom ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
	.main_btn2 {
    font-size: 14px !important;
    letter-spacing: .8px !important;
    padding: 11px 35px !important;
    margin-top: 16px;
}
	.contact_left h2 {
    font-weight: 700;
    font-size: 24px;
}
	.contact_right {
    float: left;
    width: 100%;
    background: #f5f5f7;
    border-radius: 15px;
    padding: 50px;
    margin-top: 48px;
}
	.contact_right .form-control {
    background: #fff;
    border-radius: 6px;
    padding: 16px 12px;
    FONT-WEIGHT: 500;
    letter-spacing: .8px;
    font-size: 14px;
    border: 1px solid #e1e1e1cc;
}
	
	
	
.varient_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0 !important;
}
.inventory_box .title {
    font-weight: 700;
    font-size: 20px !important;
    color: inherit;
}
	.varient_bottom a {
    font-weight: 600;
    font-size: 14px;
}
	.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
}
	
	
	
	.news_caption .title {
    color: #353535;
    font-size: 16px;
    height: auto;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
	
.banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.table>:not(caption)>*>* {
    padding: 6px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: #6e6e6e;
    font-size: 14px;
}

	
	.compare_result tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
}
	
	
	
.selected_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-right: 1px solid #C8C8C8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	.add_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #C8C8C8;
    padding: 30px 15px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    flex-direction: column;
    position: relative;
    border-right: 0px !important;
}
	.add_car_box::after {
    content: "vs";
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-flex: 1;
    flex: 1 1;
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,.87);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -10px;
    margin-top: 0;
    z-index: 3;
    right: 0;
    text-align: center;
    margin: 0 auto; top: auto;
}
	
	
	.filter_row .custom-select {
    float: left;
    width: 100%;
}
	.filter_input_box .form-control {
    width: 100%;
}
		.filter_input_box .select-items div, .select-selected {
    font-size: 14px;
    margin-bottom: 19px;
}
	
	.ad_img {width: 100%;}
	
	.Overview_tooltip .card-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
}
.mini_img {
    float: left;
    margin-right: 11px;
    width: 103px;
}
	

	.wsmenu>.wsmenu-list>li>.wsmenu-click .wsmenu-arrow{
		display: none;
	}
	
	.city::after {
    top: 20px;
    right: 16px;
}
	.car_overview_keyspec ul li p span {
    font-weight: 600;
    font-size: 11px;
}
.car_top_nav ul a {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.car_left .title {
    font-size: 18px;
    font-weight: 700;
    color: #005e81;
}
	.varient_box_sel .title {
    color: #fff !important;
}
	.varient_box_sel .cgreen {
    color: #1bc744 !important;
}
	.news_caption {
    padding: 19px 29px;
}
.spec_table table tbody td {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
	.spec_features .accordion {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ccc;
    color: #525252;
    font-size: 14px;
}
	
	
	
	.about_caption .card-title {margin-top: 40px;}
	.about_caption ul li {
    position: relative;
    padding-left: 35px;
    margin: 25px 0px;
    letter-spacing: .5px;
    font-size: 14px;
}
	.breadcrumb li {
    font-size: 15px;
    font-weight: 600;
    color: #3B3B3B;
}
	.about_top h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 24px;
}
	
	.inner_banner  img {height: 230px;
    object-fit: cover;}
	.inner_banner h5 {margin-bottom: 0px!important;}
	
	
	.container {
    margin: 0 auto;
    max-width: 960px;
}
	
.inventory_page {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
}
	.inventory_row{
		margin-top: 0 !important;
	}
	.inventory_box .upcoming_img img {
    height: auto;
}
footer a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500;
    letter-spacing: 1px;
}
	
	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
    /*background: url(../images/footer_bg.png) no-repeat;*/
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.car_category_box_main .new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #1bc744;
    color: #fff;
    letter-spacing: 2px;
}	

.card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: auto;
}
.searching-title{
    margin-left: -51px;
    margin-bottom: 12px !important;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 14px !important;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 16px 13px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    height: 91%;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 12px;
    padding: 9px 15px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text {float: left; width: 100%;}
	.left_caption{float: left; width: 100%;}
	.banner_top_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
	
.banner_top_text h1 {
    font-size: 24px;
    margin-bottom: 0;
}
		.banner_top_text  h2 {
    font-size: 31px;
}	
.banner{
    height: 300px;
}

.banner_content {
    float: left;
    width: 100%;
    position: relative;
    bottom: 10%;
    z-index: 100;
    top: -250px;
    display: flex;
    align-items: center;
   /* background: #000; */
}
.banner_content_main{
    float: left;
    width: 100%;
    position: relative;
    top: -45px;
}
	.select-items div, .select-selected {
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    margin-top: 27px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
	.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: -37px;
}
	
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
.right_ad img {
    width: 100%;
    margin-top: 39px;
}	
	.news_right ul img {
    width: 61px;
}
	.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
}
	.inventory_top_filters {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 51px;
}
	
	.compare_result .table tr{
		display: flex;
	}
	.compare_result thead th {
    width: 170px;
    display: inline-block;
    float: left;
	text-align: left;	
}
		.compare_result .table tr{
		display: flex;
	}
.compare_result tbody tr td {
    /* width: 170px; */
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
}

	.side_tab_section_inner {
    float: left;
    width: 100%;
    background: #f5f5f7;
    padding: 16px;
    border-radius: 9px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}
.inventory_left_form {
    float: left;
    width: 100%;
    background: #143c4b;
    padding: 60px;
    border-radius: 8px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    border-radius: 0 !important;
    margin-top: 0 !important;
}

.inventory_left_form a {
    float: right;
    margin: 0 auto;
    width: auto;
    display: initial;
    margin-right: 11px;
    display: block;
}


	
.inventory_left_form .title_box_category {
    display: flex;
    justify-content: space-between;
    float: left;
    align-items: center;
    width: 100%;
    background-color: #215c72;
    padding: 9px 15px;
    position: relative;
    margin-bottom: 21px;
    border-radius: 0 !important;
    color: #fff;
}
	.dropdown_similar::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid #000;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    top: 21px;
    right: 14px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 0;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    min-width: 149px;
    background-color: #fdd011;
    border: solid 1px #eeeeee;
    left: auto;
    margin-left: -25px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 32px;
}
	
	.brand_logo img {
    position: relative;
    margin-top: 0;
    padding: 30px;
    padding-bottom: 14px;
    padding-top: 22px;
    color: #000;
}
	
.title_box_category {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 7px;
}
.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}

.form-stepper-horizontal li:not(:last-child):after{
    width: 77px !important;
    left: 66px !important;
    top: 23% !important;
}
.form-stepper-horizontal{
margin-right: 106px !important;
}
#comptbldiv .dv_tbl_th {
    width: 100% !important;
   }
.Overview_tooltip .Overview_tooltiptext {
    left: 413px !important;
  }
}



@media(max-width:768px){
.ui-menu {
    position: relative !important;
    width: 532px !important;
}
.select2-container--bootstrap4 .select2-selection--single {
    width: 475px;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}
	
	
.contact_bottom_left .card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
}
	
	
	.contact_bottom ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-right: 43px;
}
	.contact_bottom ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
	.main_btn2 {
    font-size: 14px !important;
    letter-spacing: .8px !important;
    padding: 11px 35px !important;
    margin-top: 16px;
}
	.contact_left h2 {
    font-weight: 700;
    font-size: 24px;
}
	.contact_right {
    float: left;
    width: 100%;
    background: #f5f5f7;
    border-radius: 15px;
    padding: 50px;
    margin-top: 48px;
}
	.contact_right .form-control {
    background: #fff;
    border-radius: 6px;
    padding: 16px 12px;
    FONT-WEIGHT: 500;
    letter-spacing: .8px;
    font-size: 14px;
    border: 1px solid #e1e1e1cc;
}
	
	
	
	.varient_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 29px;
}
.inventory_box .title {
    font-weight: 700;
    font-size: 20px !important;
    color: inherit;
}
	.varient_bottom a {
    font-weight: 600;
    font-size: 14px;
}
	.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
}
	
	
	
	.news_caption .title {
    color: #353535;
    font-size: 16px;
    height: auto;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
	
.banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.table>:not(caption)>*>* {
    padding: 6px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: #6e6e6e;
    font-size: 14px;
}

	
	.compare_result tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
}
	
	
	
.selected_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-right: 1px solid #C8C8C8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	
	.add_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #C8C8C8;
    padding: 30px 15px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    flex-direction: column;
    position: relative;
    border-right: 0px !important;
}
	.add_car_box::after {
    content: "vs";
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-flex: 1;
    flex: 1 1;
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,.87);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -10px;
    margin-top: 0;
    z-index: 3;
    right: 0;
    text-align: center;
    margin: 0 auto; top: auto;
}
	
	
	.filter_row .custom-select {
    float: left;
    width: 100%;
}
	.filter_input_box .form-control {
    width: 100%;
}
		.filter_input_box .select-items div, .select-selected {
    font-size: 14px;
    margin-bottom: 19px;
}
	
	.ad_img {width: 100%;}
	
	.Overview_tooltip .card-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
}
.mini_img {
    float: left;
    margin-right: 11px;
    width: 103px;
}
	

	.wsmenu>.wsmenu-list>li>.wsmenu-click .wsmenu-arrow{
		display: none;
	}
	
	.city::after {
    top: 20px;
    right: 16px;
}
	.car_overview_keyspec ul li p span {
    font-weight: 600;
    font-size: 11px;
}
	.car_top_nav ul a {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
	
.car_left .title {
    font-size: 15px;
    font-weight: 700;
    color: #005e81;
}
	.news_caption {
    padding: 19px 29px;
}
.spec_table table tbody td {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
	.spec_features .accordion {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ccc;
    color: #525252;
    font-size: 14px;
}
	
	
	
	.about_caption .card-title {margin-top: 40px;}
	.about_caption ul li {
    position: relative;
    padding-left: 35px;
    margin: 25px 0px;
    letter-spacing: .5px;
    font-size: 14px;
}
	.breadcrumb li {
    font-size: 15px;
    font-weight: 600;
    color: #3B3B3B;
}
	.about_top h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 24px;
}
	
	.inner_banner  img {height: 230px;
    object-fit: cover;}
	.inner_banner h5 {margin-bottom: 0px!important;}
	
	
	.container {
    margin: 0 auto;
    max-width: 650px;
}
footer a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500;
    letter-spacing: 1px;
}
	
	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
    /*background: url(../images/footer_bg.png) no-repeat;*/
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}


.card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-inline: 0px;
}
.searching-title{
    margin-left: -230px !important;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 14px !important;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 16px 13px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    height: 91%;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 12px;
    padding: 9px 15px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text {float: left; width: 100%;}
	.left_caption{float: left; width: 100%;}
	.banner_top_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
	
.banner_top_text h1 {
    font-size: 41px;
    margin-bottom: 0;
}
		.banner_top_text  h2 {
    font-size: 31px;
}	
.banner_content {
    float: left;
    width: 100%;
    position: relative;
    bottom: 10%;
    z-index: 100;
    top: -320px;
    display: flex;
    align-items: center;
   /* background: #000; */
}
.banner_content_main{
    float: left;
    width: 100%;
    position: relative;
    top: -45px;
    left: 29px;
}
	.select-items div, .select-selected {
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    /* margin-top: 27px; */
    margin-top: -250px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
	.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: -37px;
}
	
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
.right_ad img {
    width: 100%;
    margin-top: 39px;
}	
	.news_right ul img {
    width: 61px;
}
	.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
}
	.inventory_top_filters {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 51px;
}
	
	.compare_result .table tr{
		display: flex;
	}
	.compare_result thead th {
    width: 170px;
    display: inline-block;
    float: left;
	text-align: left;	
}
		.compare_result .table tr{
		display: flex;
	}
.compare_result tbody tr td {
    /* width: 170px; */
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
}

	.side_tab_section_inner {
    float: left;
    width: 100%;
    background: #f5f5f7;
    padding: 16px;
    border-radius: 9px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}
.inventory_left_form {
    float: left;
    width: 100%;
    background: #143c4b;
    padding: 60px;
    border-radius: 8px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    border-radius: 0 !important;
    margin-top: 0 !important;
}

.inventory_left_form a {
    float: right;
    margin: 0 auto;
    width: auto;
    display: initial;
    margin-right: 11px;
    display: block;
}


	
	.inventory_left_form .title_box_category {
    display: flex;
    justify-content: space-between;
    float: left;
		align-items: center;
    width: 100%;
    background-color: #215c72;
    padding: 9px 15px;
    position: relative;
    margin-bottom: 21px;
    border-radius: 8px;
    color: #fff;
}
	.dropdown_similar::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid #000;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    top: 21px;
    right: 14px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 0;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    min-width: 149px;
    background-color: #fdd011;
    border: solid 1px #eeeeee;
    left: auto;
    margin-left: -25px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 32px;
}
	
	.brand_logo img {
    position: relative;
    margin-top: 0;
    padding: 30px;
    padding-bottom: 14px;
    padding-top: 22px;
    color: #000;
}
	
.car_right {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f5f5f7;
    border-radius: 0;
    margin-bottom: 25px;
}
	
	.car_top_nav ul .active::after {
    position: absolute;
    content: "";
    top: 31px;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #c52202 transparent transparent transparent;
    left: 0;
    margin: 0 auto;
}
	.car_top_nav ul {
    padding: 10px 0px;
    overflow: hidden;
    overflow-x: scroll;
    display: inline-block;
}
.car_top_nav ul li {
    float: left;
    display: inline-block;
    margin-right: 11px;
}
	.car_top_nav ul li{
    float: left;
    display: inline-block;
}	
.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}

.form-stepper-horizontal li:not(:last-child):after{
    width: 123px !important;
    left: 66px !important;
    top: 23% !important;
}
.form-stepper-horizontal{
margin-right: 106px !important;
}
.dv_tabbanner{
    display: none;
  }
.dv_deskbanner{
    display: none;
  }
  .dv_tabbanner{
    display: block;
  }
  #comptbldiv .dv_tbl_th {
    width: 100% !important;
   }
.Overview_tooltip .Overview_tooltiptext {
    left: 423px !important;
  }
}


@media(max-width:600px){
.ui-menu {
    position: relative !important;
    width: 447px !important;
    margin-top: -470px !important;
    margin-left: 25px;
}
    .banner_content_main {
        left: 18px;
    }
.select2-container--bootstrap4 .select2-selection--single {
    width: 410px;
}
.selected_car_box img{
    width: 100%;
}
.selected_car_box {
    float: left;
    width: 100%;
    border-radius: 0;
    border-right: 0px solid #C8C8C8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
    border-bottom: 1px solid #C8C8C8;
    padding-right: 0;
}
	.selected_car_box .close {
    width: 25px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99;
    background: #c52202;
}
.selected_car_box::after {
    content: "vs";
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-flex: 1;
    flex: 1 1;
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,.87);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 0;
    margin-left: -12px;
    top: auto;
    margin-top: -12px;
    z-index: 3;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 auto;
    bottom: -10px;
}
	
	.contact_right .form-control {
    background: #fff;
    border-radius: 6px;
    padding: 16px 12px;
    FONT-WEIGHT: 500;
    letter-spacing: .8px;
    font-size: 13px;
    border: 1px solid #e1e1e1cc;
}
	.contact_right {
    float: left;
    width: 100%;
    background: #f5f5f7;
    border-radius: 15px;
    padding: 24px;
    margin-top: 48px;
}
	
	.contact_bottom_left a {
    display: flex;
    align-items: flex-start;
    color: #000;
    font-size: 14px;
}
	.contact_left {float: left; width: 100%; margin-top: 50px;}
	
	.form-control {
    display: block;
    width: 100%;
    padding: 12px !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}
	
	
	
	.inventory_box .title {
    font-weight: 700;
    font-size: 18px !important;
    color: inherit;
}
	
	.varient_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0px;
}
	
	.news_daterow li {
    margin-right: 35px;
    font-size: 15px;
}
	.expert_review {
    float: left;
    width: 100%;
    margin-top: 28px;
}
	
	
	.news_daterow {
    float: left;
    width: 100%;
    display: block;
    align-items: center;
    margin-top: 14px;
}
	
	.main_btn2 {
    font-size: 14px !important;
    letter-spacing: .8px !important;
    padding: 11px 35px !important;
}
	.vedios {
    float: left;
    width: 100%;
    margin-bottom: 32px;
}
	.car_top_nav ul li {
    float: left;
    display: inline-block;
    margin-left: 24px;
}
.car_top_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 29px;
    margin-left: 0;
    padding-left: 164px;
}
	.car_top_nav ul a {
    font-weight: 600;
    color: #000;
    font-size: 12px;
}
	.car_top_nav ul .active::after {
    position: absolute;
    content: "";
    top: 28px;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #c52202 transparent transparent transparent;
    left: 0;
    margin: 0 auto;
}
	
	.offer {
    font-weight: 600;
    color: #000;
    letter-spacing: .8px;
    font-size: 13px;
    margin-top: 6px;
}
.car_overview_keyspec ul {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    flex-direction: row;
    vertical-align: middle;
    height: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
	.spec_features .accordion {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 12px;
    font-weight: 600;
    text-align: left;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ccc;
    color: #525252;
    font-size: 13px;
}
	.car_overview_keyspec ul li img {
    margin-right: 12px;
    margin-top: 5px;
}
	
	
	
	.inner_banner  img {
    display: block;
    width: 100%;
    height: 211px !important;
    object-fit: cover;
}
	.inner_banner h1 {
    font-size: 31px !important;
    margin-bottom: 0;
}
	.banner_top_text h2 {
    font-size: 31px !important;
    margin-bottom: 0;
}
	.inner_banner h5 {
    margin-bottom: 0px!important;
    margin-top: 13px;
}
	
	
	.container {
    margin: 0 auto;
    max-width: 550px;
}
footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 300;
    letter-spacing: 1px;
}	
	
	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
    /*background: url(../images/footer_bg.png) no-repeat;*/
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.car_category_box_main .new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #1bc744;
    color: #fff;
    letter-spacing: 2px;
}	

.card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
}
.searching-title{
    margin-left : -105px !important;
    margin-bottom: 10px !important;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 15px !important;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 12px 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car_category_box_main .nav-tabs .nav-link {
    font-size: 13px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto !important;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text {float: left; width: 100%;}
	.left_caption{float: left; width: 100%;}
	.banner_top_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
	
.banner_top_text h1 {
    font-size: 41px;
    margin-bottom: 0;
}
		.banner_top_text  h2 {
    font-size: 31px;
}
.banner{
    height: 880px;
}	
.banner_content {
    float: left;
    width: 100%;
    position: relative !important;
    bottom: 0;
    z-index: 100;
    top: -255px;
    display: flex;
    align-items: center;
}
 .select-selected {
    font-size: 14px;
    margin-bottom: 18px;
}
	
.select-items {
    position: absolute;
    background-color: #cfcfcf;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 99;
    height: 272px;
    overflow: scroll;
}
	
.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    /* margin-top: 27px; */
    margin-top: -170px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
	.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: -37px;
}
	
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
	
.main_banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
	.banner_right_text h5 {
    margin-top: 12px;
}
.filter_row .custom-select {
    float: left;
    width: 100%;
}	
	.filter_input_box .form-control {
    width: 100%;
}
	.car_top_nav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c52202;
    margin-bottom: 45px;
    overflow: auto;
    white-space: nowrap;
}
.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}

.form-stepper-horizontal li:not(:last-child):after{
    width: 95% !important;
    left: 66px !important;
    top: 17% !important;
}
.form-stepper-horizontal{
margin-right: 106px !important;
}
.dv_mobbanner{
    display: none;
  }
.dv_deskbanner{
    display: none;
  }		
.dv_tabbanner{
    display: block;
  }		
  .compare_box{
    height: auto;
    }
    .compare_caption{
        text-align: center;
    }
    .owl-carousel .owl-item .img_comp{
        height: auto;
    }
    #comptbldiv .dv_tbl_th {
        width: 100% !important;
       }
.Overview_tooltip .Overview_tooltiptext {
    left: 323px !important;
  }
}


@media(max-width:480px){
.ui-menu {
    position: relative !important;
    width: 333px !important;
    margin-top: -157px !important;
    margin-left: 25px !important;
}
    .banner_content_main {
        left: 5px;
    }
    .select2-container--bootstrap4 .select2-selection--single {
        width: 330px;
    }
	.banner_top_text h2 {
    font-size: 27px !important;
    margin-bottom: 0;
}
	.banner_top_text h5 {
    font-size: 14px;
}
	
	.left_title .card-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 14px;
}
	
	.inventory_left_form {
    float: left;
    width: 100%;
    background: #143c4b;
    padding: 35px 8px;
    border-radius: 8px;
    margin-top: 50px;
}
	
.varient_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    float: left;
    width: 100%;
    padding: 9px;
    background: #e4e4e9;
    border-radius: 6px;
    /* flex-direction: column; */
    flex-direction: row;
}

	
	
	
	.inventory_box .spec_ul {
    display: grid;
    grid-template-columns: auto auto auto;
}
	
	.expert_review .card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
}
	.news_date_row {
    float: left;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
    margin-top: 8px;
}
	.news_right ul img {
    width: 21px;
}
	.news_right ul li {
    margin: 0px 6px;
    margin-left: 0;
    margin-right: 14px;
}
	
	
	.compare_top {
    float: left;
    width: 100%;
    background: #153e4d;
    padding: 45px 35px;
    border-radius: 11px;
    margin-top: 60px;
}
	
	
	.main_btn2 {
    font-size: 14px !important;
    letter-spacing: .8px !important;
    padding: 11px 35px !important;
}
	.car_overview_keyspec ul li img {
    margin-right: 12px;
    margin-top: 5px;
    width: 22px;
}
	.inner_page {
    float: left;
    width: 100%;
    padding: 60px 0px;
    padding-top: 0;
}
	

	.car_top_nav ul a {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
	
.box_left h4 {
    font-size: 19px;
}
	.inner_banner h1 {
    font-size: 26px !important;
    margin-bottom: 0;
}
	.inner_banner h2 {
    font-size: 26px !important;
    margin-bottom: 0;
}
	.inner_banner h5 {
    font-size: 15px;
}
	.about_top {
    width: 100%;
    margin: 0 auto;
}
	.about_top h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 21px;
}
.varient_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 16px;
}
	.heading_box_filter {
    margin-top: 33px;
}
	.inventory_top_filters {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 31px;
}
.spec_ul {
    display: flex;
    margin-bottom: 14px;
    margin-top: 0;
}
	.container {
    margin: 0 auto;
    max-width: 430px;
}
footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
  /*  background: url(../images/footer_bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

	.car_left {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.card-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-inline: 0px;
}
.searching-title{
    margin-left: -30px !important;
    margin-bottom: 10px !important;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 15px !important;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 16px 0px;
    margin: 0 auto;
    display: flex !important;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
}	
	
	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 13px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text {float: left; width: 100%;}
	.left_caption{float: left; width: 100%;}
	.banner_top_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
	
.banner_top_text h1 {
    font-size: 41px;
    margin-bottom: 0;
}
		.banner_top_text  h2 {
    font-size: 31px;
}	
.banner{
    height: 735px;
}
.banner_content {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
    top: -270px;
    display: flex;
    align-items: center;
}	
.searching-title {
    margin-bottom: 10px !important;
}
.select-selected {
    font-size: 14px;
    margin-bottom: 19px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    /* margin-top: 27px; */
    margin-top: -100px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: 14px;
}
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
	
.main_banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 503px;
    object-fit: cover;
}	
.filter_row .custom-select {
    float: left;
    width: 100%;
}	
	.filter_input_box .form-control {
    width: 100%;
}
	.wsactive .wsmobileheader {
    background: transparent;
}
	.title_box_category  h3{
    font-size: 17px;
    margin-top: 6px;
}
.car_top_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0;
    margin-left: 0;
    float: left;
    width: auto;
}
	.car_top_nav ul a::after{
		display: none;
	}	

.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}
.form-stepper .label{
width: 83px !important;
}
.form-stepper-horizontal li:not(:last-child):after{
    width: 90%;
    left: 66px !important;
    top: 17% !important;
}
.form-stepper-horizontal{
margin-left: 73px !important;
}	
.dv_mobbanner{
    display: block;
  }
.dv_deskbanner{
    display: none;
  }	
  .dv_tabbanner{
    display: none;
   }
   .compare_box{
    height: auto;
    }	
    .compare_caption{
        text-align: center;
    }
    .owl-carousel .owl-item img {
        min-height: auto;
    }
    #comptbldiv .dv_tbl_th {
        width: 100% !important;
       }
.Overview_tooltip .Overview_tooltiptext {
    left: 203px !important;
  }
}


@media(max-width:414px){
.ui-menu {
    position: relative !important;
        width: 284px !important;
    margin-left: 17px !important; 
    margin-top: -42px !important;
}
    .banner_content_main {
        left: 5px;
    }
    .select2-container--bootstrap4 .select2-selection--single {
        width: 292px;
    }
    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 50%;
        right: 0px;
        width: 20px;
    }
	.page {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #606060;
    font-weight: 600;
}
	
	.inventory_box .title {
    font-weight: 700;
    font-size: 18px !important;
    color: inherit;
    margin-bottom: 6px;
}
	
	.inventory_box .spec_ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: left;
}
	.spec_ul li img {
    margin-right: 8px;
    width: 20px;
}
	
	
	
	
	.spec_features .accordion {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ccc;
    color: #525252;
    font-size: 12px;
}
	.spec_table table tbody td {
    padding: 10px;
    font-size: 13px;
}
	
	.car_mini_box p {
    margin-bottom: 5px;
    font-size: 13px;
}
	.mini_link {
    font-weight: 500;
    color: #5e5e5e;
    letter-spacing: .5px;
    font-size: 13px;
}
	.car_mini_box {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    align-items: center;
}
	
	
	
	.about_top h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 19px;
}
	.inner_banner h1 {
    font-size: 22px !important;
    margin-bottom: 0;
}
	.inner_banner h2 {
    font-size: 22px !important;
    margin-bottom: 0;
}
	
	.inner_banner h5 {
    font-size: 13px;
}
	.inner_banner img {
    display: block;
    width: 100%;
    height: 165px !important;
    object-fit: cover;
}
	
	
	
	.container {
    margin: 0 auto;
    max-width: 380px;
}
footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 300;
    letter-spacing: 1px;
}	
	
	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
   /* background: url(../images/footer_bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    background: transparent;
    color: #000;
    border-radius: 0;
    border: 0;
    letter-spacing: 1px;
    margin-right: 0;
    padding: 11px 12px;
}
.card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
}
.searching-title{
    margin-left: -15px;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 14px !important;
    padding: 11px 9px;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 16px 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
}	
.title {
    font-size: 14px;
}	
	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 13px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text {float: left; width: 100%;}
	.left_caption{float: left; width: 100%;}
	.banner_top_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-block: -15px;
}
	
.banner_top_text h1 {
    font-size: 20px;
    margin-bottom: 0;
}
		.banner_top_text  h2 {
    font-size: 31px;
}	
.banner{
    height: 645px;
}
.banner_content {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
    top: -230px;
    display: flex;
    align-items: center;
}	
.searching-title{
    margin-bottom: 10px !important;
    margin-left: -30px !important;
}
.select-items div, .select-selected {
    font-size: 14px;
    margin-bottom: 19px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    /* margin-top: 27px; */
    margin-top: -100px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
	.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: -37px;
}
	
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
	
.main_banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 503px;
    object-fit: cover;
}	
.filter_row .custom-select {
    float: left;
    width: 100%;
}	
	.filter_input_box .form-control {
    width: 100%;
}
.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}
.form-stepper .label{
width: 70px !important;
}
.form-stepper-horizontal li:not(:last-child):after{
    width: 90%;
    left: 56px !important;
    top: 17% !important;
}
.form-stepper-horizontal{
margin-left: 73px !important;
}	
.dv_mobbanner{
    display: block;
  }
.dv_deskbanner{
    display: none;
  }	
  .dv_tabbanner{
    display: none;
   }	
   .compare_box{
    height: auto;
    }
    .compare_caption{
        text-align: center;
    }
    .owl-carousel .owl-item img {
        min-height: auto;
    }
    #comptbldiv .dv_tbl_th {
        width: 100% !important;
       }
.Overview_tooltip .Overview_tooltiptext {
    left: 153px !important;
  }
}


@media(max-width:375px){
.ui-menu {
    position: relative !important;
    width: 264px !important;
    margin-left: 8px !important;
}
.searching-title {
    margin-left: -15px !important;
}
    .banner_content_main {
        left: 0px;
    }
	.select2-container--bootstrap4 .select2-selection--single {
        width: 280px;
    }
	.Overview_tooltip .card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
}
	
		.about_top h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 19px;
}
	.inner_banner h1 {
    font-size: 22px !important;
    margin-bottom: 0;
}
	.inner_banner h2 {
    font-size: 22px !important;
    margin-bottom: 0;
}
	
	.inner_banner h5 {
    font-size: 13px;
}
	.inner_banner img {
    display: block;
    width: 100%;
    height: 165px !important;
    object-fit: cover;
}
.container {
    margin: 0 auto;
    max-width: 360px;
}
footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 300;
    letter-spacing: 1px;
}	
	
	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
  /*  background: url(../images/footer_bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.car_category_box_main .new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #1bc744;
    color: #fff;
    letter-spacing: 2px;
}	
.new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    background: #c52202;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin-right: 9px;
    letter-spacing: 2px;
}
.card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: 10px;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 15px !important;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 16px 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
}	
.title {
    font-size: 14px;
}	
.owl-carousel .owl-item .img_comp {
    height: auto;
}
	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 13px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text {float: left; width: 100%;}
	.left_caption{float: left; width: 100%;}
	.banner_top_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
	
.banner_top_text h1 {
    font-size: 18px;
    margin-bottom: 0;
}
.banner_top_text h2 {
    font-size: 24px;
}
.banner_content {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
    top: -230px;
    display: flex;
    align-items: center;
}	
.searching-title{
    margin-bottom: 10px !important;
}
.banner {
    height: 595px;
}
.select-selected {
    font-size: 14px;
    margin-bottom: 19px;
}
	
.select-items div, .select-selected {
    font-size: 14px;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    /* margin-top: 27px; */
    margin-top: -100px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;

    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
	.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: -37px;
}
	
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
	
.main_banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 503px;
    object-fit: cover;
}	
.filter_row .custom-select {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}	
	.filter_input_box .form-control {
    width: 100%;
}
	.owl-nav img {
    width: 28px;
}
.find_car_category_box {
    float: left;
    width: 100%;
    padding: 16px;
    background: #fff;
}	
	.upcoming {
    float: left;
    width: 100%;
    padding: 50px 0px;
    padding-top: 15px;
}
.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}
.form-stepper .label{
width: 70px !important;
}
.form-stepper-horizontal li:not(:last-child):after{
    width: 90%;
    left: 56px !important;
    top: 17% !important;
}
.form-stepper-horizontal{
margin-left: 70px !important;
}
.dv_mobbanner{
    display: block;
  }
.dv_deskbanner{
    display: none;
  }
  .dv_tabbanner{
    display: none;
   }
   .compare_box{
    height: auto;
    }	
    .compare_caption{
        text-align: center;
    }
    .owl-carousel .owl-item img {
        min-height: auto;
    }
    #comptbldiv .dv_tbl_th {
        width: 100% !important;
       }
.Overview_tooltip .Overview_tooltiptext {
    left: 130px !important;
  }
}

@media(max-width:360px){
.ui-menu {
    position: relative !important;
    width: 265px !important;
}
.Overview_tooltip .Overview_tooltiptext {
    left: 130px !important;
  }
.searching-title {
    margin-left: -15px !important;
}
.owl-carousel .owl-item .img_comp {
    height: auto;
}
.banner_content_main {
left: 0px;
}
.select2-container--bootstrap4 .select2-selection--single {
    width: 280px;
}
.dv_mobbanner{
    display: block;
  }
.dv_deskbanner{
    display: none;
}	
.dv_tabbanner{
 display: none;
}	
.about_top h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 19px;
}
	.inner_banner h1 {
    font-size: 22px !important;
    margin-bottom: 0;
}
	.inner_banner h2 {
    font-size: 22px !important;
    margin-bottom: 0;
}
	
	.inner_banner h5 {
    font-size: 13px;
}
	.inner_banner img {
    display: block;
    width: 100%;
    height: 165px !important;
    object-fit: cover;
}
	
	.container {
    margin: 0 auto;
    max-width: 360px;
}
footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 300;
    letter-spacing: 1px;
}	
	
	.footer_box {float: left; width: 100%; margin-top: 30px;}	
	footer {
    float: left;
    width: 100%;
  /*  background: url(../images/footer_bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
	
	footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
	.base_footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.car_category_box_main .new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #1bc744;
    color: #fff;
    letter-spacing: 2px;
}	
.new_car_box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    background: #c52202;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin-right: 9px;
    letter-spacing: 2px;
}
.card-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: 10px;
}
	p {
    font-size: 14px;
    letter-spacing: .5px;
}
.find_car_category_box ul a {
    font-size: 15px !important;
}
.find_car_category_box ul a {
    width: 100%;
    background: #dedede;
    padding: 16px 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
}	
.title {
    font-size: 14px;
}	
	
.car_category_box_main .nav-tabs .nav-link {
    font-size: 13px;
}
	.find_car_category_box ul li {margin-right: 10px;}
.find_car_category_box ul {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
.top_ad_section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding-bottom: 70px;
}	
	
	.top_ad_box img {margin-bottom: 20px;}	
	
	.banner_right_text
     {
        float: left;
        width: 100%;
        margin-top: -28px;
     }

        .left_caption{float: left; width: 100%;}
        .banner_top_text {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
	
.banner_top_text h1 {
    font-size: 18px;
    margin-bottom: 0;
}
.banner_top_text h2 {
    font-size: 24px;
}
.banner_content {
    float: left;
   width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
    top: -200px;
    display: flex;
    align-items: center;
}	
.searching-title{
    margin-bottom: 10px !important;
}
.select-selected {
    font-size: 14px;
    margin-bottom: 19px;
}
	
.select-items div, .select-selected {
    font-size: 14px;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e7e7;
    margin-bottom: 19px;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: 1px;
}	
	.banner_btn {
    padding: 9px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background: #1bc744;
    color: #fff;
    letter-spacing: 1px;
}
	
.top_white_row {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    /* margin-top: 27px; */
    margin-top: -100px;
}
	.logo_box img {
    width: 262px;
    display: none;
}
	.mobile {display: none;}
	.desktop {display: block;}
	
	.top_ad_section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 11px;
}
	.main_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.wsmobileheader .smllogo {
    display: inline-block;

    margin-top: 0;
    width: 189px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>a {
   
    display: block;
    width: 100%;
    padding: 11px;
}	
.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 00;
}	
.wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
}	
.wsmenu>.wsmenu-list>li>a:hover {
    color: #ffffff !important;
}	
	.wsmenu>.wsmenu-list>.active a {
    color: #fff !important;
}
	.wsactive .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 0;
    margin-left: -37px;
}
	
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;

}	
	
.main_banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 503px;
    object-fit: cover;
}	
.filter_row .custom-select {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}	
	.filter_input_box .form-control {
    width: 100%;
}
	.owl-nav img {
    width: 28px;
}
.find_car_category_box {
    float: left;
    width: 100%;
    padding: 16px;
    background: #fff;
}	
	.upcoming {
    float: left;
    width: 100%;
    padding: 50px 0px;
    padding-top: 15px;
}
	.banner_content h5 {
    font-size: 12px;
margin-inline : 20px
}
#multi-step-form-container{
    margin-left: -75px;
}
.form-stepper .label{
width: 70px !important;
}
.form-stepper-horizontal li:not(:last-child):after{
    width: 90%;
    left: 56px !important;
    top: 17% !important;
}
.compare_box{
    height: auto;
}
.compare_caption{
    text-align: center;
}
.owl-carousel .owl-item img {
    height: auto;
}
#comptbldiv .dv_tbl_th {
 width: 100% !important;
}
}






