@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'kimberleyblack';
    src: url('../fonts/kimberley_bl-webfont.woff2') format('woff2'),
         url('../fonts/kimberley_bl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kimberleyregular';
    src: url('../fonts/kimberley-webfont.woff2') format('woff2'),
         url('../fonts/kimberley-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kimberleyregular';
    src: url('../fonts/kimberley-webfont.woff2') format('woff2'),
         url('../fonts/kimberley-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
body{
	font-family: 'Montserrat', sans-serif;
}


@charset "utf-8";
/* CSS Document */
 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	border: none;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI';
	 
}


.img-car1 img {
	object-fit: cover;
	object-position: center;
}


.img-car1 {
	height: 450px;
	overflow: hidden;
}

.full-width,section,header,footer  {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
}
.subNav.navbar.navbar-default {
	padding: 0;
}
.navbar-brand {
	float: left;
	height: 73px;
	padding: 9px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand {
	padding: 9px 0;
}
.loginMenuTop {
	display: block;
	text-align: right;
	max-width: none;
}
.loginMenuTop li {
	text-align: right;
	display: inline-block;
	margin-left: 30px;
}
.loginMenuTop li a {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
#bs-example-navbar-collapse-1 {
	display: block;
}
.navbar, .navbar > .container, .navbar > .container-fluid {
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar .col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.d-md-none {
	display: none !important;
}
.top-menu-navigation {
	background: #000 !important;
	color: #fff;
	width: 100%;
	display: block;
	position: relative;
	padding: 3px 0 13px;
}
ul.nav.navbar-nav.top-menu {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	height: 22px;
	max-width: 372px;
}
.nav.navbar-nav.top-menu.ml-auto {
	text-align: right;
	margin-right: 0;
}
.nav.navbar-nav.top-menu.ml-auto {
	display: block;
	text-align: left;
	max-width: none;
}
.highest-nav ul li {
	text-align: left;
	display: inline-block;
	margin-right: 30px;
}
.navbar-nav.top-menu li.active {
	border-bottom: 2px solid #be1522;
	text-decoration: none;
	line-height: 17px;
}
.top-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 0;
    font-family: 'Montserrat', sans-serif;
}
.top-menu li a:hover {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
}
#AddActive {
	width: 100%;
}



.highest-nav ul li {
	text-align: right;
}
.text-right {
	text-align: right !important;
}
.nav.navbar-nav.top-menu.ml-auto {
	display: block;
	text-align: left;
	max-width: none;
}

.navbar {
	margin-bottom: 0;
}
.dealer_info {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	float: left;
}
.dealer_logo {
	float: right;
	margin: 0 15px;
}
.dealer_logo h4 {
	border: 4px solid #000;
	padding: 20px 70px;
	margin-top: 20px;
	margin-bottom: 0;
}
.carlist h4 {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	color: #333;
}
.dealer_logo span {
	font-size: 15px;
	font-weight: 700;
	float: right;
}
.carlist, .cnt-body {
	margin-top: 1px;
}

.carlist1, .cnt-body {
	margin-top: 114px;
}

.carlist {
	background: #ececec;
	padding: 40px 0;
	min-height: calc(100vh - 45px);
}
.carlist.car_dealer_info {
	padding: 10px 0;
}
.search-bar {
	background: #fff;
	height: 40px;
	margin-bottom: 15px;
	padding: 6px 10px;
}
.search-bar.dealer_search_bar {
    clear: both;
    padding: 7px 17px 0 10px;
	margin: 0;
}
.search-left {
	display: inline;
	float: left;
}
.search-left a {
	font-size: 14px;
	color: #be1522;
	font-weight: 600;
	text-decoration: none;
}
#products > div > ul {
	list-style: none;
	padding: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -17px;
	-ms-flex-pack: center;
	justify-content: center;
}
#products > div > ul > li {
	
	
	
	
	margin: 0 3px;
	width: 295px;
	min-width: 295px;
	 
	 
	margin: 0 3px;
	 
}
#products ul li .item {
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
#products ul li .img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}
#products ul li .img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto;
}
#products ul li .img-thumbnail {
	padding:0rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0rem;
}
#products ul li .img-thumbnail {
	border: none;
}
#products ul li.img-thumbnail {
	border: none;
	padding: 0;
}
#products ul li .img-car {
	max-width: 314px;
	min-width: 250px;
}
#products ul li img.list-img,#products ul li img.list-img-popup {
	width: 100%;
	height: 200px;
	}
#products ul li .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
#products ul li .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
#products ul li .carlist .card-body {
	padding: 8px 10px 15px;
}
#products ul li #car-head {
	font-weight: 700;
}
#products ul li .carlist h3 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-align: -webkit-center;
	color: #333;
	margin-bottom: 10px;
	height: 32px;
}
#products ul li h3.group.inner.list-group-item-heading {
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	color: #000;
	min-height:41px;
}
#products ul li .carlist .card-body .row {
	margin: 0;
}
#products ul li .item .row.list-detail {
	padding: 0 3px;
}
#products ul li .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
#products ul li .car-price-col {
	padding: 0;
	line-height: 15px;
	font-size: 18px !important;
	color: #000;
	font-weight: 600;
}
#products ul li .car-price-col {
	font-size: 16px;
	font-weight: 700;
}
#products ul li .car-price-col {
	padding: 0;
	line-height: 15px;
}
#products ul li .prop-image {
	padding-right: 4px;
}
#products ul li .prop-image img {
	width: 25px;
	height: 25px;
	display: inline-block;
}
#products ul li .car-price-col {
	line-height: 15px;
	font-size: 18px !important;
	color: #000;
	font-weight: 600;
}

#products ul li .car-price-col {
	font-size: 16px;
	font-weight: 700;
}
#products ul li .car-price-col {
	line-height: 15px;
}
#products ul li .car-price-col.grid-feat span small {
	color: #696969;
	font-size: 75%;
	font-weight: 700;
}
#products ul li .prop-image {
	padding-right: 4px;
}
#products ul li .col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
#products ul li .car-price-col {
	padding: 0;
	line-height: 15px;
	font-size: 18px !important;
	color: #000;
	font-weight: 600;
}
#products ul li .car-price-col {
	font-size: 16px;
	font-weight: 700;
}
#products ul li .car-price-col {
	padding: 0;
	line-height: 15px;
}
#products ul li .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.container {
	max-width: 1230px !important;
	width: 100%;
}
.car-price {
	text-align: left;
	line-height: 13pt;
}
.car-price p {
	margin-bottom: 4px;
	text-align: right;
}
.car-price {
	color: green;
	font-size: 20px;
	font-weight: 700;
}
.car-price p {
	text-align: right;
}
 
.car-ask, .car-text {
	color: #696969 !important;
}
.car-text {
	font-size: 12px !important;
}
.price-text-above {
	color: orange !important;
}
.car-price {
	text-align: left;
	line-height: 13pt;
}
.user_card_name p {
	padding: 60px 0 0;
	font-size: 14px;
	color: #000;
}
.view-button {
	text-align: center;
	padding-top: 12px;
	width: 100%;
	clear: both;
	padding-left: 5px;
}
.buy, .cancelx:hover, .match, .swap, .view {
	color: #fff;
	background-color: #be1522;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	padding: 2px !important;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 900;
	line-height: 47px !important;
}

.view-button.view-list a, .view-button.view-list button {
	font-family: 'Montserrat', sans-serif;
	margin-right: 6px;
	font-weight: 600;
	font-size: 14px;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.Swap-black {
	background: #000 !important;
}
.Buy-green {
	background: #090 !important;
}
h3.group.inner.list-group-item-heading {
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #000;
}

footer {
	z-index: 99;
	position: relative;
}
.footer-bottom {
	background: #000;
	padding-top: 8px;
}
footer  .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.footer-bottom a {
	color: #fff;
	text-decoration: none;
}
.foot-middle ul {
	text-align: center;
}
.foot-middle ul li a {
	display: block;
}
.foot-middle ul li {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0 10px;
}
.foot-middle ul li span {
	color: #fff;
}
.app-text-left p, .footer-company-name p {
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0;
}
.float-right {
	float: right !important;
	width: 100%;
}
.search-right {
	float: right;
}
.search-right {
	color: #be1522;
	font-size: 12px;
	padding-top: 3px;
}
span#report {
	border-right: 2px solid #be1522;
	padding-right: 8px;
	padding-top: 2px;
}
.search-right button {
	font-size: 15px;
	color: #be1522;
	font-weight: 700;
	text-decoration: none;
	background: none;
	border: none;
}
#share {
	padding-left: 8px;
}
.trim-sec h1 {
	font-size: 30px;
	margin: 10px 0;
}
#demo {
	margin-bottom: 18px;
	width: 100%;
}
.cro .carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 3px;
	margin-right:0px;
	margin-left: 0px;
	text-indent: -999px;
	cursor: pointer;
	background-color: hsla(0,0%,100%,.5);
}
.cro .carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.cro .carousel-indicators .active {
	width: 12px;
	height: 3px;
	top: -1px;
	margin: 0;
	background-color: #fff;
}
.cro  .item img {
	width: 100%;
}
.cro .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 15;
	width: 100px;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
	right: 0;
	margin: auto;
}
 
.listingask-sec {
	background: #fff;
	padding: 0 15px 5px;
}
.ask-list {
	line-height: 1.5rem;
	padding-top: 20px;
}
.search-bar.dealer_search_bar .ask-list p {
    margin: 20px 0 12px;
    color: #696969;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 4px;
}
.search-bar.dealer_search_bar .icon-list p {
    font-size: 24px;
}
.ask-list .askspan {
	font-size: 20px;
}
.ask-list .askspan span {
	color: green;
	font-size: 24px;
	font-weight: 700;
}

.ask-list .askunder {
	font-size: 16px;
}


.car-text {
	font-size: 12px !important;
}
.swap-row {
	padding: 0 40px 20px;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.swap-circle {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: #be1522;
	text-align: center;
	margin: 0 auto;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.Buy-green {
	background: #090 !important;
}
.Swap-black {
	background: #000 !important;
}
.swap-custom-hover {
	line-height: 54px;
	width: 70px;
	padding: 7px 14px !important;
	height: 70px;
	border-radius: 50%;
	background: #be1522 !important;
	color: #fff;
	font-weight: 900;
	border: 1px solid transparent;
	padding-left: 14px;
	font-family: 'kimberleyregular';
}
 .btn.btn-default.swap-custom-hover.Buy-green {
 	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	background: green !important;
}
.row.swap-row {
	display: flex;
}
.btn.btn-default.swap-custom-hover.Swap-black:hover {
	background: #fff !important;
	color: #000;
}
.btn.btn-default.swap-custom-hover.Buy-green:hover {
	background: #fff !important;
	color: #000;
}
.icon-list p, .trim-sec h1 {
	color: #333;
	font-weight: 700;
}
.icon-list p {
	font-size: 18px;
}
.col-sm-2.feature-tab {
	background: #fff;
	text-align: center;
	padding: 30px 0;
	-ms-flex: 0 0 21.666667%;
	flex: 0 0 21.666667%;
	max-width: 18.8%;
	margin-right: 10px;
	margin-top: 5px;
}
.feature-list img {
	height: 50px;
	width: auto;
}
.feature-list p {
	color: #333;
	font-size: 19px;
	font-weight: 600;
	margin: 0;
}
.descrip-txt {
	background: #fff;
	padding: 5px 20px 15px 21px;
	margin-top: 18px;
	margin-bottom: 20px;
}
.carfeature-sec h3, .descrip-txt h3 {
	font-size: 21px;
}
.descrip-txt p {
	color: #696969;
}
.row.feature_list_div {
	margin: 0;
	display: flex;
}
.row.trim_sec_inner {
	display: flex;
}
.carlist.car_dealer_info.detas .container {
	max-width: 1100px !important;
}

.btn.btn-default.swap-custom-hover.Swap-black {
	font-weight: 500;
	font-family: 'kimberleyregular';
	background: #000 !important;
}


.carlist.car_dealer_info.detas .row.trim_sec_inner {
	margin: 0;
}
.loginMenuTop {
	margin: 30px 0 0;
}
.carlist1.car_dealer_info.detas {
    background: #eee;
    padding: 25px 0 0;
    margin: 108px 0 0;
}
.row.trim_sec_inner {
	margin: 0;
}
.ask-list .askspan {
	font-size: 20px;
	margin: 0 0 18px;
}
 
.bottom_11footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0px;
}
.carlist1.car_dealer_info.detas .container {
	width: 1170px;
}
.search-left button {
	background: no-repeat;
}
.ask-list {
	text-align: center;
}
@media (max-width:1199px)
{
.carlist.car_dealer_info.detas	.row.trim_sec_inner {
		display: block;
}
 
#products ul {
	list-style: none;
	padding: 0;
	width: 100%;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
	-ms-flex-pack: center;
	justify-content: center;
}
#products >div > ul > li {
	width: 33.33333%;
	min-width: 19px;
	-ms-flex: auto;
	flex: auto;
	margin: 0;
	float: left;
	padding: 0 15px;
}
#products > .row {
	margin: 0;
}
.row.trim_sec_inner {
	margin: 0;
	display: block;
}
}
@media (max-width:991px)
{
	#products >div > ul > li {
    flex: initial !important;
}
	#products >div > ul > li  {
	width: 50%;
	min-width: 19px;
	-ms-flex: auto;
	flex: auto;
	margin: 0;
	float: left;
	padding: 0 15px;
}
.img-thumbnail {
	width: 100%;
}
#products ul li .img-car {
	max-width: 100%;
	min-width: 250px;
}
.listingask-sec-padTop {
	margin: 20px 0 0;
	width: 350px;
}
}
@media (max-width:767px){


	.navbar-header.col-lg-4.col-sm-4.colpadzero {
	width: 100%;
	padding: 0;
}

.top-menu-navigation {
	display: none;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 26px;
	margin-bottom: 8px;
	background-color: #be1522 !important;
	background-image: none;
	border: 1px solid #be1522 !important;
	border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
#bs-example-navbar-collapse-1.collapse  {

    display: none;

}
#bs-example-navbar-collapse-1 {
	 
	width: 100% !important;
	max-width: 100% !important;
	background: #000;
	color: #fff;
	flex: 0 0 100%;
	overflow: hidden;
}
.d-md-none,#bs-example-navbar-collapse-1{
	display: block !important;
}
#bs-example-navbar-collapse-11 {
	width: 100%;
	color: #fff;
	background: #000;
	display: none;
	float: left;
}
.loginMenuTop li {
	text-align: right;
	display: block;
	margin-left: 0;
}
.loginMenuTop li a {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	float: left;
	text-align: left;
	width: 100%;
	padding: 11px 10px;
	font-family: 'Montserrat', sans-serif;
}
.loginMenuTop {
	display: block;
	text-align: right;
	max-width: none;
	float: left;
	width: 100%;
}
.nav.navbar-nav.custom.d-block.d-sm-block.d-md-none {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.subNav.navbar.navbar-default {
	border: none;
}
.navbar-header.col-lg-4.col-sm-4.colpadzero {
	width: 100%;
	padding: 0;
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff !important;
}
.loginMenuTop {
	display: block;
	text-align: right;
	max-width: none;
	float: left;
	width: 100%;
	margin: 0;
}
.listingask-sec-padTop {
	margin: 20px 0 0;
	width: 100%;
}
#products >div > ul > li {
	width: 100%;
	min-width: 19px;
	-ms-flex: auto;
	flex: auto;
	margin: 0;
	float: left;
	padding: 0 15px;
}
.row.feature_list_div {
	display: block;
	width: 100%;
}
.col-sm-2.feature-tab {
	background: #fff;
	text-align: center;
	padding: 30px 0;
	-ms-flex: 0 0 21.666667%;
	flex: auto;
	max-width: 100%;
	margin: 0 0 10px;
}
#products ul li img.list-img, #products ul li img.list-img-popup {
	width: 100%;
	height: auto;
}
#products > div > ul {
	margin: auto;
	padding: 0;
}
#products > div > ul > li {
	width: 100%;
	min-width: 19px;
	-ms-flex: auto;
	flex: auto;
	margin: 0;
	float: left;
	padding: 0;
}
}
@media (max-width:567px)
{}
@media (max-width:479px)
{
	.listingask-sec-padTop .swap-row {
		padding: 0 18% 20px;
}
	
}
.loginMenuTop {
    margin: 19px 9px 0;
}
.col-sm-12.col-lg-4.listing_ask_div.for_website {
    margin: 30px 0 0 0;
}
.carlist1.car_dealer_info.detas .col-sm-12.col-lg-4.listing_ask_div.for_website {
    margin: 20px 0 0 0;
    max-width: 300px;
    min-width: 300px;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
}
.carlist1.car_dealer_info.detas  .col-lg-8 {
    width: 69.666667%;
    flex: 0 0 74%;
    -ms-flex: 0 0 74%;
}
.carlist1.car_dealer_info.detas .container {
    width: 100%;
    max-width: 1120px !important;
}
 .carlist1.car_dealer_info.detas .ask-list .askspan {
    font-size: 19px;
    margin: 0 0 18px;
    text-align: center;
}
 .carlist1.car_dealer_info.detas .listingask-sec-padTop .swap-row {
    padding: 0 40px 20px;
}
.carlist1.car_dealer_info.detas  .listingask-sec-padTop .swap-circle a {
    font-size: 16px;
}
.carlist1.car_dealer_info.detas div#products > .row {
    margin-right: 0;
}
.carlist1.car_dealer_info.detas .ask-list > p {
    font-size: 21px;
    margin: 26px 0 16px;
}
.carlist1.car_dealer_info.detas .icon-list p {
    font-size: 23px;
}
 .col-sm-12.col-lg-4.listing_ask_div.for_mobile {
    display: none;
}
li.hd12 {
    display: none;
}
@media (max-width:1199px)
{
.carlist1.car_dealer_info.detas .container {
    width: 100%;
    max-width: 900px !important;
}
.carlist1.car_dealer_info.detas .col-sm-12.col-lg-4.listing_ask_div.for_website {
    margin: 20px 0 0 0;
    max-width: 280px;
    min-width: 280px;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
}
.carlist1.car_dealer_info.detas .col-sm-12.col-lg-4.listing_ask_div.for_website {
    padding-right: 0;
}

.carlist1.car_dealer_info.detas .col-lg-8 {
    width: 67%;
    flex: 0 0 74%;
    -ms-flex: 0 0 74%;
}
}
@media (max-width:1045px)
{
.carlist1.car_dealer_info.detas .container {
    width: 100%;
    max-width: 850px !important;
}
.carlist1.car_dealer_info.detas .col-lg-8 {
    width: 70%;
    flex: none;
    -ms-flex: none;
    margin: 0 0 0 15%;
}
.carlist1.car_dealer_info.detas .col-sm-12.col-lg-4.listing_ask_div.for_website {
    padding-right: 0;
    margin: 0 auto 50px;
    min-width: 0;
    max-width: 280px;
    float: none;
    clear: both;
}
.carlist1.car_dealer_info.detas .col-lg-8 {
    width: 100%;
    flex: none;
    -ms-flex: none;
    margin: 0;
}
.carlist1.car_dealer_info.detas .container {
    width: 100%;
    max-width: 81% !important;
}
.listingask-sec-padTop {
    margin: 20px 0 0;
    width: 100%;
}
}

@media (max-width:767px)
{
	li.hd12 {
    display: block;
}
.carlist1.car_dealer_info.detas {
    background: #eee;
    padding: 25px 0 0;
    margin: 76px 0 0;
}
.carlist1.car_dealer_info.detas .container {
    width: 100%;
    max-width: 100% !important;
}
.col-sm-2.feature-tab {
    background: #fff;
    text-align: center;
    padding: 17px 0;
    -ms-flex: 0 0 21.666667%;
    flex: auto;
    max-width: 20%;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    border: 4px solid #eee;
}
}
@media (max-width:567px)
{
.listingask-sec-padTop {
    width: 270px;
    margin: auto;
}
.col-sm-12.col-lg-4.listing_ask_div.for_website
{ display:none}

.col-sm-12.col-lg-4.listing_ask_div.for_mobile {
    display: block;
    margin: 0 0 30px;
}
 
}
@media (max-width:479px)
{
	.col-sm-2.feature-tab {
    
    max-width: 100%;
}

}

@media (max-width:479px)
{
	
}

@media (max-width:479px)
{
	
}
@media (max-width:479px)
{
	
}