/* common style :start */
.row.gx-0 {
	margin-left: 0;
	margin-right: 0;
}
.row.gx-0 > * {
    padding-right: 0;
    padding-left: 0;
}
/* common style :end */


@media screen and (max-width: 1199px) {
	.classy-nav-container {
		padding: 0px;
	}
}
@media screen and (max-width: 991px) {
	.section-our-models {
		padding: 50px 0px;
	}
}
@media screen and (max-width: 767px) {
	.section-our-models {
		padding: 40px 0px;
	}
}


/* welcome-section :start */
.welcome-section {
    background: rgb(241,241,241);
    /* background: -moz-linear-gradient(90deg, rgba(241,241,241,1) 55%, rgba(241,241,241,0) 70%); */
    /* background: -webkit-linear-gradient(90deg, rgba(241,241,241,1) 55%, rgba(241,241,241,0) 70%); */
    /* background: linear-gradient(90deg, rgba(241,241,241,1) 55%, rgba(241,241,241,0) 70%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#f1f1f1",GradientType=1); */
    margin-bottom: 100px;
}
.welcome-section .welcomesec-left {
    background-color: #ffffff;
    padding: 30px 30px;
    margin-top: 40px;
    margin-right: -50px;
    z-index: 1;
    position: relative;
}
.welcome-section .welcomesec-left h3 {
    font-size:55px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}
.welcome-section .welcomesec-left h3 .welarrow {
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.welcome-section .welcomesec-left h3 .welarrow:hover {
	-webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.welcome-section .welcomesec-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #000000;
}
.welcome-section .welcomesec-left p a {
    font-weight: 700;
    color: #000000;
}
.welcome-section .welcomesec-left p a:hover {
    color: #ff0012;
}

.welcome-section .welcomesection-right {
    width: 100%;
    height: 100%;
}
.welcome-section .welcomesection-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1199px) {
	.welcome-section .welcomesec-left h3 {
		font-size: 45px;
	}
	.welcome-section .welcomesec-left h3 img {
		max-width: 60px;
	}
	.welcome-section .welcomesec-left p {
		font-size: 16px;
		line-height: 27px;
	}
}
@media (max-width: 991px) {
	.welcome-section {
		background: rgb(241,241,241) !important;
		padding: 50px 0px;
		margin-bottom: 50px;
	}
	.welcome-section .welcomesec-left {
		margin-top: 0px;
		margin-right: 0;
	}
	.welcome-section .welcomesec-left h3 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.welcome-section .welcomesec-left h3 img {
		max-width: 50px;
	}
	
}
@media (max-width: 767px) {
	.welcome-section {
		padding: 40px 0px;
		margin-bottom: 40px;
	}
	.welcome-section .welcomesec-left h3 {
		font-size: 32px;
	}
	.welcome-section .welcomesec-left h3 img {
		max-width: 40px;
	}
}
@media (max-width: 575px) {
	.welcome-section .welcomesec-left h3 {
		font-size: 30px;
	}
	.welcome-section .welcomesec-left h3 img {
		max-width: 30px;
	}
}
/* welcome-section :end */






/* footer :start */
.footer {
	line-height: 1;
	background: #f3f3f3;
    padding: 0 !important;
}

.footer p:last-child {
	margin-bottom: 0;
}

.footer a:hover {
	color: #ff0012;
}

.footer-top {
	padding: 80px 0 30px;
}

.ftr-logo {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -80px;
	width: 366px;
}

.ftr-cell h4 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
}

.ftr-cell p {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	margin-bottom: 20px;
}

.cont-links {
	margin: 0;
	padding: 0;
}

.cont-links li {
	list-style: none;
	text-decoration: none;
	margin-bottom: 13px;
}

.cont-links li a {
	font-size: 14px;
	color: #000;
	font-weight: 300;
}
.cont-links li a span {
    width: 16px;
    display: inline-block;
}
.ftr-menu {
	margin: 0;
	padding: 0;
}

.ftr-menu li {
	list-style: none;
	text-decoration: none;
	padding: 9px 0;
}

.ftr-menu li:first-child {
	padding-top: 0;
}

.ftr-menu li a {
	font-size: 14px;
	color: #000;
	font-weight: 300;
}

.opening-hrs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.opening-hrs li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.opening-hrs li:last-child {
    margin-bottom: 0;
}
.opening-hrs li > div {
    font-size: 14px;
    flex: 1;
}
.opening-hrs li > div:first-child {
    flex: 1.5;
}

.get-social {
    list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.get-social li {
	padding: 0 25px;
}

.get-social li:first-child {
	padding-left: 0;
}

.get-social li a {
	font-size: 24px;
	color: #898989;
}

.get-social li a.fb:hover {
	color: #4267B2;
}

.get-social li a.tweet:hover {
	color: #1DA1F2;
}

.get-social li a.insta:hover {
	color: #bc2a8d;
}

.get-social li a.yt:hover {
	color: #FF0000;
}

.social-links {
	margin-top: 43px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-direction: row-reverse;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	border-top: 1px solid #dedede;
	padding: 24px 0;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom ul {
    list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-bottom ul li {
	padding: 0 13px;
	border-right: 1px solid #000;
    font-size: 12px;
    color: #000;
}

.footer-bottom ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

.footer-bottom ul li a {
	font-size: 12px;
	color: #000;
}
.footer-bottom ul li a strong{
    font-weight: 500;
}




@media (max-width: 991px) {
    .footer{
		line-height: inherit;
	}
	.opening-hrs p{
		line-height: inherit;
	}
	.footer-col-wraper{
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.footer-top{
		padding-bottom: 0;
	}
	.footer-col{
		margin-bottom: 24px;
		width: 50%;
	}
	.footer-col.first {
	    width: 100%;
	}
	.ftr-logo{
		width: 100%;
	}
	.cont-links {
	    font-size: 0;
	}
	.cont-links li{
		margin-right: 15px;
		display: inline-block;
	}
	.ftr-cell h4{
		margin-bottom: 15px;
	}
	.social-links{
		margin-top: 24px;
	}
	.footer-bottom{
		flex-direction: column;
	}
	.fb-left{
		margin-bottom: 12px;
	}
	.fb-left:last-child{
		margin-bottom: 0;
	}
	.footer-bottom{
		padding: 12px 0;
	}
	/* .ftr-logo{
		padding: 24px;
	} */
}

@media (max-width: 767px) {
    .footer-col{
		width: 100%;
	}
	.ftr-menu{
		font-size: 0;
	}
	.ftr-menu li{
		display: inline-block;
		padding: 5px 0;
		margin-right: 15px;
	}
    .opening-hrs li {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
	.fb-left:last-child ul {
		flex-direction: column;
	}
	.fb-left:last-child ul li {
		border: 0;
	}
}

/* footer :end */




/* more-ser-box :start */
.more-ser-box {
	position: relative;
}

.more-ser-img {
	height: 400px;
	position: relative;
	overflow: hidden;
}
.more-ser-img::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .1;
	content: "";
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	z-index: 1;
}
.more-ser-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

.more-ser-box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.text-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 63px 70px 0;
	width: 100%;
}

.text-overlay h4 {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 8px;
}

.right-arrow {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	transform: none !important;
}

.more-ser-box:hover .right-arrow {
	margin-left: 15px;
}

.more-ser-box:hover .more-ser-img::before {
	opacity: .7;
}

@media (max-width: 1199px) {
	.more-ser-img {
		height: 350px;
	}
	.text-overlay {
		padding: 40px 40px 0;
	}
	.text-overlay h4 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.more-ser-img {
		height: 300px;
	}
	.text-overlay {
		padding: 30px 30px 0;
	}
	.text-overlay h4 {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.more-ser-img {
		height: 250px;
	}
	.text-overlay {
		padding: 20px 20px 0;
	}
	.text-overlay h4 {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.text-overlay {
		padding: 15px 15px 0;
	}
}
/* more-ser-box :end */







/* latestusedcars section :start */
.latestusedcars-section {
	margin-bottom: 100px;
}


.lucars-block {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
.lucars-block .lucb-image {
	position: relative;
	overflow: hidden;
	height: 240px;
}
.lucars-block .lucb-image .usedcarImg {
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
            object-fit: contain;
            object-position: center center;
}
.lucars-block:hover .lucb-image .usedcarImg {
	-webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.lucars-block .lucb-image .imgCount {
	position: absolute;
	top: 0;
	right: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	text-align: center;
	background-color: #ffffff;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
}

.lucars-block .lucb-details {
	padding: 20px 20px;
	border: 1px solid rgb(232, 232, 232);
}
.lucars-block .lucb-details .usedcarHead {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 0px 0px 15px 0px;
}
.lucars-block .lucb-details .usedcarHead .uctitle {
	flex-grow: 0;
}
.lucars-block .lucb-details .usedcarHead .uctitle h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	color: #000;
	margin-bottom: 7px;
	word-break: break-word;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lucars-block .lucb-details .usedcarHead .uctitle h3 b {
	font-weight: 500;
}
.lucars-block .lucb-details .usedcarHead .uctitle h5 {
	font-size: 16px;
    font-weight: 300;
	line-height: 1;
    display: block;
    margin: 0;
	word-break: break-word;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lucars-block .lucb-details .usedcarHead .ucFav {
	flex-grow: 0;
	flex-shrink: 0;
}
.lucars-block .lucb-details .usedcarHead .ucFav .favbtn i {
	font-size: 14px;
	color: #d0d0d0;
}
.lucars-block .lucb-details .usedcarHead .ucFav .favbtn:hover i {
	font-weight: 500;
	color: #ff0012;
}
.lucars-block .lucb-details .usedcarHead .ucFav .favbtn.active i {
	font-weight: 900;
	color: #ff0012;
}

.lucars-block .lucb-details .usedcarAmount {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px dashed #e7e7e7;
	border-bottom: 1px dashed #e7e7e7;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lucars-block .lucb-details .usedcarAmount li {
	flex: 1;
	text-align: center;
	padding: 10px 10px;
	border-right: 1px dashed #e7e7e7;
}
.lucars-block .lucb-details .usedcarAmount li:last-child {
	border-right: 0;
}
.lucars-block .lucb-details .usedcarAmount li label {
	font-size: 15px;
    font-weight: 300;
	line-height: 1;
    display: block;
    margin: 0;
}
.lucars-block .lucb-details .usedcarAmount li p {
	font-size: 22px;
    font-weight: 700;
	line-height: 1;
	color: #000000;
    display: block;
    margin: 0;
}
.lucars-block .lucb-details .usedcarAmount li.cprice p {
	color: #ff0012;
}

.lucars-block .lucb-details .usedcarSpecs {
	list-style: none;
	padding: 15px 0px;
	margin: 0;
	display: flex;
	justify-content: space-around;
}
.lucars-block .lucb-details .usedcarSpecs li {
	text-align: center;
}
.lucars-block .lucb-details .usedcarSpecs li img {
	margin: 0 auto;
	display: block;
}
.lucars-block .lucb-details .usedcarSpecs li p {
	font-size: 16px;
    font-weight: 500;
	line-height: 1;
	color: #000000;
    margin: 10px 0px 0px 0px;
}

.lucars-block .lucb-details .usedcarBtns {
	text-align: center;
}
.lucars-block .lucb-details .usedcarBtns .btn-enquirenow {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	text-decoration: underline;
	color: #000000;
	text-transform: uppercase;
}
.lucars-block .lucb-details .usedcarBtns .btn-enquirenow:hover {
	color: #ff0012;
	text-decoration: none;
}



.latusedcars-owl {
	padding: 0px 80px;
	margin-top: 40px;
}
.latusedcars-owl .lucars-block img {
	width: auto;
	height: auto;
}
.latusedcars-owl .owl-stage-outer {
	filter: drop-shadow(0px 0px 10px rgb(32 33 36 / 28%));
}
.latusedcars-owl .owl-nav .owl-prev, 
.latusedcars-owl .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    transform: translate(0, 50%);
    outline: none;
    font-size: 18px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 1;
    visibility: visible;
}
.latusedcars-owl .owl-nav .owl-prev {
	left: 0;
}
.latusedcars-owl .owl-nav .owl-next {
	right: 0;
}

.latusedcars-owl .owl-nav .owl-prev > span,
.latusedcars-owl .owl-nav .owl-next > span {
	width: 40px;
	height: 40px;
	background-color: #ff0012;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.latusedcars-owl .owl-nav .owl-prev  > span img, 
.latusedcars-owl .owl-nav .owl-next  > span img {
	width: auto;
	max-width: none;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.latusedcars-owl .owl-nav .owl-prev  > span img {
	margin-left: 25px;
}
.latusedcars-owl .owl-nav .owl-next  > span img {
	margin-right: 25px;
}
.latusedcars-owl .owl-nav .owl-prev:hover  > span img {
	margin-left: -25px;
}
.latusedcars-owl .owl-nav .owl-next:hover  > span img {
	margin-right: -25px;
}


.latusedcars-owl .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin-top: 30px;
}
.latusedcars-owl .owl-dots .owl-dot {
	width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.latusedcars-owl .owl-dots .owl-dot:hover {
	background-color: #ff0012;
}
.latusedcars-owl .owl-dots .owl-dot.active {
	width: 27px;
    background-color: #ff0012;
}



@media (max-width: 991px) {
	.latestusedcars-section {
		margin-bottom: 50px;
	}
	.latusedcars-owl {
		padding: 0px 0px;
	}
}
@media (max-width: 767px) {
	.latusedcars-owl {
		margin-top: 20px;
	}
	.latestusedcars-section {
		margin-bottom: 40px;
	}
}
/* latestusedcars section :end */


/* usedcar search section :start */
.car-search.mg-ucsearch {
	background-color: transparent;
}
.car-search.mg-ucsearch .mgucs-head {}
.car-search.mg-ucsearch .mgucs-head h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	color: #000000;
	margin-bottom: 0;
}
.car-search.mg-ucsearch .mgucs-head h3 b {
	font-weight: 500;
}

.car-search.mg-ucsearch .cell-row {
	padding: 20px 0px;
}
.car-search.mg-ucsearch label {
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 5px;
}
.car-search.mg-ucsearch .dropdown-toggle {
	padding: 7px 30px 8px 15px;
	display: flex;
    align-items: center;
	background: #ffffff;
    border: 1px solid #d8d8d8;
}
.car-search.mg-ucsearch .dropdown-toggle::after {
	height: 41px;
	background-color: transparent;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.car-search.mg-ucsearch .btn.search {
	/* padding: 7px 20px; */
}
.car-search.mg-ucsearch .cell-2 .column {
    width: calc(1090px / 5);
}

.car-search.mg-ucsearch .cell-1 .left input[type=checkbox].css-checkbox + label.css-label, 
.car-search.mg-ucsearch .cell-1 .left input[type=checkbox].css-checkbox + label.css-label.clr {
	margin-bottom: 5px;
}

.mg--ucsearch .mg-btn-style-1{
	width: 100%;
	height: 35px;
	font-size: 11px;
}
.mg--ucsearch .advanced-search {
    background: #959595;
    color: #000;
}
.mg--ucsearch .advanced-search span{
	color: #000;
}
.mg--ucsearch.uc--list{
	padding: 20px 0;
}
.used-car-list .cell-row .row-1 span.price{
	color: #dc182d;
}
.used-car-list .cell-row .row-3 span sub{
	color: #dc182d;
}
.used-car-list .cell-row .row-2 a.monthly-payments{
	color: #dc182d;
}
.used-car-list .cell-row .row-2 a.monthly-payments:hover{
	background: #dc182d;
	color: #fff;
	border: 2px solid #dc182d;
}
.used-car-list .cell-row .row-2 .btn-style-1{
	background:#dc182d;
}
.used-car-list .cell-row .row-2 .btn-style-1 span{
	color: #fff;
}
.used-car-list .cell-row .row-2 .btn-style-1:after{
	background: #000;
}
.car-search .cell-2 .column .btn-style-1.search{
	background:#dc182d;
}
.car-search .cell-2 .column .btn-style-1::after {
    background: #000;
}

@media screen and (min-width: 992px) {
	.car-search.mg-ucsearch .cell-2 .column.buttons {
		width: 210px;
	}
}

@media screen and (min-width: 1200px) {
	.car-search.mg-ucsearch .cell-2 .column.buttons {
		width: calc(1090px / 5 + 40px);
	}
}



@media screen and (max-width: 1199px) {
	.car-search.mg-ucsearch .mgucs-head h3 {
		font-size: 34px;
	}
	.car-search.mg-ucsearch .cell-2 .column {
		width: calc(850px / 5);
	}
}
@media screen and (max-width: 991px) {
	.car-search.mg-ucsearch .mgucs-head h3 {
		font-size: 30px;
	}
	.car-search.mg-ucsearch .cell-2 .column {
		width: calc(680px / 2);
		margin-bottom: 10px;
	}
	.car-search.mg-ucsearch .cell-2 .column:nth-child(even) {
		margin-right: 0;
	}
	.car-search.mg-ucsearch .column.buttons {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	.car-search.mg-ucsearch .mgucs-head h3 {
		font-size: 28px;
	}
	.car-search.mg-ucsearch .cell-2 .column {
		width: calc(498px / 2);
		margin-bottom: 10px;
	}
	.car-search.mg-ucsearch .cell-1 .right {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.car-search.mg-ucsearch label {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.car-search.mg-ucsearch .mgucs-head h3 {
		font-size: 26px;
	}
	.car-search.mg-ucsearch .cell-2 .column {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
/* usedcar search section :end */


/* Usedcar list page :start */
.lucars-block.listpg {
	margin: 15px 0px;
}
.lucars-block.listpg .lucb-details .usedcarSpecs {
	flex-wrap: wrap;
	row-gap: 12px;
    column-gap: 6px;
}
.lucars-block.listpg .lucb-details .usedcarSpecs li {
	width: calc(33.3333% - 4px);
}
.lucars-block.listpg .lucb-details .usedcarBtns {
	display: flex;
	justify-content: space-between;
}
.lucars-block.listpg .lucb-details .usedcarBtns a {
	width: calc(50% - 2.5px);
	margin: 0;
}


@media screen and (max-width: 991px) {
	.lucars-block.listpg .mg-btn-style-1 {
		font-size: 12px;
	}
	.lucars-block.listpg .lucb-details .usedcarSpecs li p {
		font-size: 14px;
	}
}
/* Usedcar list page :end */


/* Usedcar detail page :start */

.used-car-details .cell-right .cell-row-2 a.btn {
    background: #ff0012;
}
.used-car-details .section-3 .nav-link{
	background: #ff0012;
}
.used-car-details .section-3 .nav-link.active{
	color: #ff0012;
}
.used-car-details {
    background: #F4F4F4;
}
.used-car-details .cell-right .getdirections .cell button{
	background: #ff0012;
}
.used-car-details .section-4 .top .btn{
	background: #ff0012;
}
/*.usedcardetail-pg {}

.used-car-details {
    background: #ffffff;
	padding: 0px;
    margin: 0px;
}
.usedcardetail-pg .used-car-details .cell-right .cell-row-1 span {
	display: inline-block;
	width: calc(50% - 8px);
	font-size: 12px;
	padding: 0 12px 0 35px;
	margin: 0 12px 25px 0;
	border-right: 2px solid #E1E1E1;
}
.usedcardetail-pg .used-car-details .cell-right .cell-row-1 span:nth-child(even) {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.used-car-details .section-1 .top span.price {
	line-height: 1.5;
}
.used-car-details .cell-right .cell-row-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 12px;
    column-gap: 6px;
}
.used-car-details .cell-right .cell-row-2 a.btn {
	width: calc(50% - 4px);
	padding: 10px 10px;
	margin: 0;
}
.used-car-details .cell-right .cell-row-3 {
	border-bottom: 0;
	margin-bottom: 0;
}

#slider .slides li {
	position: relative;
}
#slider .slides li .zoomBtn {
	width: 100%;
    height: 100%;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0.5) url('../images/zoom.png') center center no-repeat;
	opacity: 0;
}
#slider .slides li .zoomBtn:hover {
	opacity: 1;
}
.flexslider .slides img {
	cursor: pointer;
}


.used-car-details .section-3 .nav-link {
	color: #000000;
	background-color: #f0f0f0;
}
.used-car-details .section-3 .nav-link:hover, 
.used-car-details .section-3 .nav-link.active {
	color: #ffffff;
	background-color: #f40029;
}
.used-car-details .section-3 .tab-content {
	background-color: #f0f0f0;
}
.used-car-details .cell-right .getdirections .cell button {
	background-color: #f40029;
}

.ul-col-3 {
	-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
}

.gMap {
    overflow: hidden;
    position: relative;
    width: 100%;
	height: 500px;
	padding: 0;
    margin: 0;
}
.gMap iframe {
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    height: 100% !important;
    width: 100% !important;
}

.used-car-details .cell-left {
    width: auto;
    float: none;
}
.used-car-details .cell-right {
    width: 100%;
    float: none;
    padding: 0px 15px;
}

.used-car-details .section-3 .nav-tabs .nav-item {
	margin-bottom: 1px;
}

@media screen and (max-width: 991px) {
	.ul-col-3 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media screen and (max-width: 767px) {
	.used-car-details .section-3 .nav-tabs {
		flex-wrap: wrap;
	}
	.used-car-details .section-3 .nav-tabs .nav-item {
		width: 50%;
		text-align: center;
	}
	.used-car-details .section-3 .nav-tabs .nav-item:last-child {
		margin-right: 0;
	}
	.used-car-details .section-3 .tab-content {
		padding: 15px;
	}
}
@media screen and (max-width: 575px) {
	.used-car-details .section-3 .nav-tabs .nav-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1px;
	}
	.ul-col-3 {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}*/
/* Usedcar detail page :end */



/* Pagination :start */
.results-section .pagination-wrap {
	background-color: #f4f4f4;
	padding: 10px 10px;
}
.results-section .pagination-wrap .left {
	display: flex;
	align-items: center;
}
.results-section .pagination-wrap .left .bootstrap-select {
	margin-right: 5px;
}
.results-section .pagination-wrap .left .bootstrap-select:last-child {
	margin-right: 0px;
}
.results-section .pagination-wrap .dropdown-toggle {
	background-color: #ffffff;
}
.results-section .pagination-wrap .dropdown-toggle::after {
	border: 0;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.selected a {
	color: #ffffff !important;
	background-color: #f40029 !important;
}

.results-section .pagination-wrap .right ul {
	display: flex;
	align-items: center;
	margin-top: 0;
}
.results-section .pagination-wrap .right ul li {
	height: 27px;
	display: flex;
	align-items: center;
}
.results-section .pagination-wrap .right ul li.first, 
.results-section .pagination-wrap .right ul li.last {
	top: 1px;
}
.results-section .pagination-wrap .right ul li:hover a {
	color: #f40029 !important;
}
.results-section .pagination-wrap .right ul li.active a {
	color: #f40029 !important;
}

.results-section .pagination-wrap .pagwrap-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.results-section .pagination-wrap .left {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.results-section .pagination-wrap .left .bootstrap-select {
		width: auto !important;
		flex: 1;
	}
	.results-section .pagination-wrap .right {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-top: 10px;
	}
	.results-section .pagination-wrap .right ul {
		float: none;
		margin: 0px;
	}
}
@media screen and (max-width: 575px) {
	.results-section .pagination-wrap .left {
		flex-wrap: wrap;
	}
	.results-section .pagination-wrap .left .bootstrap-select {
		width: 100% !important;
		flex: none;
		margin: 0px 0px 5px 0px;
	}
	.results-section .pagination-wrap .left .bootstrap-select:last-child {
		margin: 0px 0px 0px 0px;
	}
}
/* Pagination :end */

#slider span.image-count {
    background: rgba(255, 255, 255, 0.5) url('../images/icon-camera.png') left 6px center no-repeat;
}