.auction_keywords-template-default .digital-auction-block {
	padding-bottom: 96px;
}

.comparison-labels {
	display: flex;
	flex-direction: column;
	width: 25%;
	justify-content: right
}

.comparison-tables {
	width: 76%;
}

.comparison-label-cell div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.comparison-label-physical {}

.comparison-label-openlane div {
	border-radius: 8px;
	background: linear-gradient(91deg, #0061FF 0.94%, #66A1FF 98.96%);
}

.comparison-table-cell div,
.comparison-table-cell img {
	display: none
}

.comparison-label-physical div {
	color: var(--Openlane-Neutrals-Medium-Silver, #707070);
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 30px */
}

.comparison-label-openlane div {
	color: var(--Openlane-Primary-Core-White, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 30px */
}

.comparison-table {

	display: flex;
	width: 100%;
	flex-direction: row;
}

comparison-table-cell .comparison-table-row {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.comparison-label-openlane,
.comparison-label-physical,
.comparison-label-label,
.comparison-table-label {
	width: 30%;
	height: 72px;
}

.comparison-label-openlane,
.comparison-table-openlane {
	width: 100%;

}

.comparison-label-physical,
.comparison-table-physical {
	width: 100%;
}

.comparison-table-cell {
	padding: 16px;
	margin: 0;
	position: relative;

	display: flex;

	align-items: anchor-center;
	width: 100%;

}

.comparison-table-row-labels,
.comparison-label-label {
	width: 25%;
	min-width: 25%;
}

.comparison-table-physical,
.comparison-table-row-physical,
.comparison-table-openlane,
.comparison-table-row-openlane {
	width: 37.5%;
	min-width: 37.5%;
}

.comparison-table-row-openlane * {
	color: var(--Openlane-Primary-Openlane-Blue, #0061FF);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
}

.comparison-label-cell {
	padding: 2px;
}

.comparison-table-row-openlane {
	border-radius: 16px;
	;
	box-shadow: 0 0 20px 0 #CCE0FF;
}

.comparison-table-row-labels * {
	color: var(--Openlane-Neutrals-Medium-Silver, #707070);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 24px */
	letter-spacing: 0.64px;
	text-transform: uppercase;
}

.comparison-table-row-physical * {
	color: var(--Openlane-Neutrals-Medium-Silver, #707070);

	/* Openlane Web/Body */
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

.comparison-table-cell {
	min-height: 95px;
	border-top: 1px solid #C3C3C3;
}




.comparison-table-label {}

.comparison-table-openlane {}

.comparison-table-physical {}

.comparison-table-row:last-of-type *::after {
	background-color: transparent;
}

.comparison-table-row:last-of-type * {}



.comparison-tables {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	padding: 0 0 0 0;
	gap: 0;
}

.table {
	padding: 0;
	width: 160px;
	text-align: left;
	width: 50%;
}

.table h2 {
	font-size: 16px;
	color: #1a2d5b;
	margin-bottom: 10px;
}

	.digital-bottom-text {
		margin-top: 24px;
		margin-bottom: 40px;
	}
	.digital-bottom-text p {
		color: #262626;
		text-align: center;
		font-family: Poppins;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
	}
.openlane {
	width: 55%;
	border-radius: 16px;
	background: #fff;
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 0 20px 0 #CCE0FF;
}

.physical {
	border-radius: 16px;
	width: 45%;
	margin: 0;
}

.auction-comparison>p {
	color: var(--Text-Default, #0A1B5F);
	text-align: center;

	/* Openlane Web/H4 */
	font-family: Poppins;
	font-size: var(--Font-H4, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	/* 26.4px */
	letter-spacing: -0.24px;
}

.auction-comparison h3 {
	color: var(--Openlane-Primary-Onward-Blue, #0A1B5F);
	text-align: center;
	font-family: Poppins;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px;
	letter-spacing: -0.48px;
	max-width: 1000px;
	margin: 0 auto 32px;
}

.auction-comparison h4 {
	color: var(--Text-Default, #0A1B5F);
	text-align: center;
	font-family: Poppins;
	font-size: var(--Font-H4, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	/* 26.4px */
	letter-spacing: -0.24px;
	max-width: 1000px;
	margin: 0 auto 64px;
}

.table.physical div,
.table.openlane div,
.comparison-labels p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	border-top: 1px solid #C3C3C3;
	min-height: 72px;
}

.comparison-labels p {
	color: #262626 !important;
}

.table.physical p,
.table.openlane p,
.comparison-labels p {
	color: var(--Openlane-Neutrals-Medium-Silver, #707070);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 24px */
	width: 100%;
	text-align: left;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0 16px;
}

.table.openlane h2 {
	background: linear-gradient(91deg, #0061FF 0.94%, #66A1FF 98.96%);
	color: var(--Openlane-Primary-Core-White, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 30px */
	padding: 16px 0;
	margin-bottom: 0;
	margin: 4px;
	border-radius: 8px;
}


.table.physical p {
	color: var(--Openlane-Neutrals-Medium-Silver, #707070);
	text-transform: none;
	/* Openlane Web/Body */
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}


.table.openlane p {
	color: var(--Openlane-Primary-Openlane-Blue, #0061FF);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	width: 100%;
	padding-left: 41px;
	display: flex;
	flex-direction: column;
	text-transform: none;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.table.openlane p svg {
	position: absolute;
	left: 16px;
	padding: 0;
	top: 0;
}

.table.openlane p small {
	color: var(--Text-Default, #0A1B5F);
	padding: 0;
	/* Openlane Web/Caption */
	font-family: Poppins;
	font-size: var(--Font-Caption-Footnote, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 18px */
	bottom: 0;
}

.comparison-labels h2,
.table.physical h2 {
	display: flex;
	padding: 20px 16px;
	justify-content: flex-start;
	align-items: center;
	align-self: stretch;
	margin: 0;

	color: var(--Openlane-Neutrals-Medium-Silver, #707070);
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 30px */
}

.comparison-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	width: 100%;
}
.comparison-container-mobile {
	display: none;
}

.comparison-labels h2 {
	opacity: 0;
}

.comparison-labels p:last-child {
	border-bottom: 0;
}

.table.openlane p:last-child {
	border-bottom: 0;
}

.table.physical p:last-child {
	border-bottom: 0;
}

.comparison-tab-wrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.tab-slider--container {
	padding-top: 40px;
}

.comparison-slider--nav {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 0;
	padding: 4px;
	border: 1px solid transparent;
	border-radius: 35px;
	background: #fff;
	border: 1px solid #707070;
	position: sticky;
	z-index: 9999;
	top: 120px;
	/* The gap between the element and the top of the screen */
}

.tab-slider--tabs {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	height: auto;
	user-select: none;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	border-radius: 50px;
}
.comparison-tab-wrap .comparison-slider--nav .tab-slider--tabs .tab-slider--trigger {
	display: flex;
	padding: 20px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	color: #707070;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 12.6px;
	letter-spacing: 0.28px;
	z-index: 1;
}

.comparison-tab-wrap .comparison-slider--nav .tab-slider--tabs .tab-slider--trigger.active {
	color: #ffffff;
}

.comparison-tab-wrap .comparison-slider--nav .tab-slider--tabs:after {
	content: "";
	width: 50%;
	border-radius: 72px;
	background: #0061FF;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 250ms ease-in-out;
	padding: 10px 16px;
	z-index: 0;
}

.comparison-tab-wrap .comparison-slider--nav .tab-slider--tabs.slide:after {
	left: 50%;
	background-color: #707070;
}

.physical-auctions.digital-auction-block .auction-comparison h3 {
	color: #fff;
}

.physical-auctions.digital-auction-block .comparison-labels p {
	color: #fff;
}

.physical-auctions.digital-auction-block .physical {
	background: rgba(0, 0, 0, 0.20);
}

.physical-auctions.digital-auction-block .table.physical p {
	color: #C3C3C3;
}

.physical-auctions.digital-auction-block .digital-bottom-text p {
	color: #fff;
}

.physical-auction.auction-landing-banner-block:before {
	content: "";
	top: 75%;
}

/*Responsive Start Here*/

@media only screen and (max-width: 1440px) {
	.comparison-labels {
		width: 20%;
	}

	.comparison-tables {
		width: 80%;
	}

	.image-card {
		width: 188px;
		height: 188px;
	}

	.auction-dealers-block .auction-dealers-bg figure img {
		transform: translateX(120px) scale(1);
	}

	.auction-dealers-wrap {
		padding: 0;
	}

	.auction-dealers-wrap .auction-dealers-content {
		padding: 30px 0 30px 0;
	}

	.auction-landing-banner-block.single-auction-banner .image-grid-wrap {
		margin-top: -130px;
	}
}

@media only screen and (max-width: 1200px) {
	.comparison-labels {
		width: 22%;
	}

	.comparison-tables {
		width: 78%;
	}

	.table.openlane p {
		padding-left: 24px;
		padding-right: 12px;
	}

	.table.openlane p svg {
		left: 0;
	}

	.physical {
		width: 42%;
	}

	.openlane {
		width: 58%;
	}

	.auction-landing-banner-block {
		padding: 120px 0 0;
	}

	.image-card {
		width: 150px;
		height: 150px;
		margin: 0 10px 20px 10px;
	}

	.auction-landing-banner-content h1 {
		font-size: 72px;
		line-height: 72px;
	}

	.auction-banner-content h2 {
		font-size: 52px;
		line-height: 62px;
	}

	.auction-banner-content h1 {
		font-size: 72px;
		line-height: 72px;
	}

	.search-text h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.testimonial-content {
		padding: 20px;
	}

	/* .image-grid-wrap:before { bottom: 100px; } */
	.blue-gradient-section {
		padding-left: 16px;
		padding-right: 16px;
	}


	.blue-gradient-section h4,
	.auction-dealers-wrap .auction-dealers-content h3 {
		font-size: 42px;
		line-height: 46px;
	}

	.single-auction_keywords .digital-auction-block {
		top: 0px;
	}
}

@media only screen and (max-width: 1024px) {
	.comparison-table {
		justify-content: center;
	}

	.comparision-highlight {
		height: 72px;
	}

	.comparison-table-row-openlane.show .comparison-label-openlane div {
		color: white;
		border-radius: 72px;
		background: var(--Openlane-Primary-Openlane-Blue, #0061FF);
	}

	.comparison-table-row-physical.show .comparison-label-physical div {
		color: white;
		border-radius: 72px;
		background: var(--Openlane-Neutrals-Medium-Silver, #707070);
	}

	.comparison-label-physical div,
	.comparison-label-openlane div {
		background: transparent;
		color: var(--Openlane-Neutrals-Medium-Silver, #707070);
		text-align: center;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 90%;
		letter-spacing: 0.28px;
	}

	.comparison-table-row-openlane {
		box-shadow: none !important;

	}

	.comparison-table-row-labels {
		display: none
	}

	.comparison-labels p {
		font-size: 18px;
		line-height: 26px;
	}

	.online-auction-deal .blueblock h3,
	.auction-comparison h3 {
		font-size: 36px;
		line-height: 39.6px;
		letter-spacing: -0.36px;
		margin: 0 auto 40px;
	}

	.comparison-labels {
		display: block;
	}

	.comparison-table-row {
		flex-direction: column;
		gap: 0;

		height: 63px;
		overflow: hidden;
		margin-bottom: 16px;
	}

	.comparison-table-cell {
		display: flex;
		flex-direction: column;
		text-align: left;
		padding: 16px 24px;
	}

	.comparison-table-openlane div {
		color: #0061FF;
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
		/* 150% */
		letter-spacing: -0.312px;
	}

	.comparison-table-openlane {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 8px;
		align-self: stretch;
		border-bottom: 0.8px solid #E2E8F0;
		background: rgba(239, 246, 255, 0.50);
		color: #0F172B;
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 150% */
		letter-spacing: -0.312px;
	}

	.comparison-table-physical {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		flex-shrink: 0;
		align-self: stretch;
		background-color: white;
		color: #707070;
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 150% */
		letter-spacing: -0.312px;
	}

	.comparison-table-cell div,
	.comparison-table-cell img {
		display: inline
	}

	.comparison-table-row.show {
		height: auto;
	}

	.comparison-table-row .comparison-table-label {
		display: flex;
		padding: 16px 24px;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		align-self: stretch;
		border-bottom: 1px solid #E2E8F0;
		background: #F8FAFC;
		justify-content: space-between;
	}

	.comparison-table-cell span {
		display: flex;
		flex-direction: row;
		gap: 16px
	}

	.comparison-table-row:not(.show) img {
		transform: rotate(180deg);
	}

	.comparison-table-label img,
	.comparison-table-cell span img {
		width: fit-content;
	}

	.comparison-table-row *::after {
		background-color: transparent;
	}

	.comparison-table-row * {
		width: 100%;
	}

	.auction-comparison.active-auction .digital-bottom-text {
		display: none;
	}

	.inventories-list {
		padding-top: 48px;
	}

	.inventories-list .wp-block-buttons {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.image-card {
		width: 120px;
		height: 120px;
		margin: 0 7px 15px 7px;
	}

	.online-auction-deal .blueblock {
		flex-direction: column;
		gap: 0;
	}

	.promo-left-content,
	.promo-right-content {
		width: 100%;
	}

	.image-grid-wrap {
		margin-top: -80px;
	}

	.image-grid:nth-of-type(2n) .image-card:last-child {
		margin-bottom: 60px;
	}

	.image-grid:nth-of-type(3n) .image-card:last-child {
		margin-bottom: 100px;
	}

	.image-grid:nth-of-type(2n) .image-card:last-child {
		margin-bottom: 60px;
	}

	.image-grid:nth-of-type(5n) .image-card:last-child {
		margin-bottom: 100px;
	}

	.image-grid:nth-of-type(6n) .image-card:last-child {
		margin-bottom: 70px;
	}

	.openlane {
		width: 55%;
	}

	.table.openlane p small {
		font-size: 11px;
	}

	.dealers-testimonials-block .heading h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.dealers-testimonials-wrap .slick-track {
		margin: 0 auto;
	}

	.image-card img.bid-img {
		max-width: 80px;
		width: 100%;
	}

	/* .image-grid-wrap:before { bottom: 80px; } */

	.auction-video-expand {
		padding: 0 22px;
		margin-top: -240px;
	}

	.single-vehicles-block .pill-panel .pill-text {
		font-size: 28px;
		line-height: 32px;
	}

	.physical-auction.auction-landing-banner-block .image-grid-wrap {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 992px) {



	.comparison-container-mobile .tab-slider--container>div {
		border-radius: 16px;
		overflow: hidden;
		background: var(--Openlane-Primary-Core-White, #FFF);
		position: relative;
		margin-bottom: 32px;
		;
	}

	.comparison-container-mobile .tab-slider--container div .label {
		color: var(--Openlane-Neutrals-Medium-Silver, #707070);
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		/* 21px */
		letter-spacing: 0.56px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.openlane-list svg {
		position: absolute;
		left: 16px;
	}

	.comparison-container-mobile .tab-slider--container .openlane-list,
	.comparison-container-mobile .tab-slider--container .physical-auction-list {
		width: 100%;
		border-bottom: 1px solid #CCE0FF;
		border-radius: 0;
		padding: 16px;
	}

	.comparison-container-mobile .tab-slider--container .tab-slider--body .physical-auction-list:last-child,
	.comparison-container-mobile .tab-slider--container .tab-slider--body .openlane-list:last-child {
		border-bottom: 0px solid #CCE0FF;
	}

	.comparison-container-mobile .tab-slider--container .openlane-wrap,
	.comparison-container-mobile .tab-slider--container .physical-auction-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
	}

	.comparison-container-mobile .tab-slider--container .content {
		margin-top: 8px;
		margin-bottom: 0;
	}

	.comparison-container-mobile .tab-slider--container .openlane-wrap .content {
		padding-left: 32px;
		color: var(--Openlane-Primary-Openlane-Blue, #0061FF);
		font-family: Poppins;
		font-size: var(--Font-Body-Default, 16px);
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		/* 24px */
	}

	.comparison-container-mobile .tab-slider--container .openlane-wrap small {
		padding-left: 32px;
		display: block;
	}

	.comparison-container-mobile {
		display: block;
	}

	body,
	html {
		overflow-x: visible !important;
	}


	.online-auction-deal .blueblock {
		padding: 48px 32px !important;
	}

	.single_auction_button_wrapper .auction-btn a,
	.single_auction_button_wrapper .auction-btn {
		width: 100%;
		max-width: 358px;

	}

	.comparison-container {
		display: none;
	}

	.dealers-testimonials-wrap .slick-arrow.slick-next {
		right: 10px;
	}

	.dealers-testimonials-wrap .slick-arrow.slick-prev {
		right: 65px;
	}

	.auction-video-expand {
		margin-top: -200px;
	}

	.auction-dealers-wrap .auction-dealers-content {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.auction-dealers-block .auction-dealers-bg {
		position: relative;
		width: 100%;
		padding: 0 16px;
	}


	.mobile-heading {
		display: block;
		padding: 80px 16px 40px;
		text-align: center;
	}

	.mobile-heading h3 {
		color: #0A1B5F;
		text-align: center;
		font-family: Poppins;
		font-size: 36px;
		font-style: normal;
		font-weight: 600;
		line-height: 39.6px;
		letter-spacing: -0.36px;
		margin-bottom: 0;
	}

	.mobile-heading h3 span {
		color: #0061FF;
		display: block;
	}

	.auction-dealers-wrap .auction-dealers-content h3 {
		display: none;
	}

	.auction-dealers-wrap .auction-dealers-content .auction-btn {
		text-align: center;
	}

	.single-vehicles-wrap .vehicles-list {
		width: 21.5%;
	}

	.single-vehicles-wrap {
		gap: 24px;
	}

	.vehicle-auctions-content ul {
		gap: 20px;
		justify-content: center;
	}

	.vehicle-auctions-content ul li:before {
		right: -12px;
	}

	.page-id-2878 .header-wrapper>.row>.col.column-logo,
	.page-id-2888 .header-wrapper>.row>.col.column-logo {
		width: auto;
		max-width: 50%;
		-webkit-box-flex: auto;
		-ms-flex: 1 0 100%;
		flex: auto;
	}

	.auction-dealers-wrap .container {
		display: flex;
		flex-direction: column;
	}

	.auction-dealers-block .auction-dealers-bg figure {
		margin-top: 48px;
		margin-bottom: 0;
	}

	.auction-dealers-block .auction-dealers-bg figure img {
		transform: none;
		max-width: 100%;
		width: 100%;
	}

	.auction-dealers-content .vehicle-auctions-content {
		text-align: center;
	}

	.auction-dealers-content {
		justify-content: center;
		align-items: center;
	}

	.page-id-2878 button#navicon,
	.page-id-2888 button#navicon {
		display: none;
	}

	.page-id-2878 .header-wrapper>.row>.col.column-utility,
	.page-id-2888 .header-wrapper>.row>.col.column-utility {
		display: inline-block;
		width: fit-content;
		max-width: 50%;
	}

	.page-id-2878 .column-utility .row .col,
	.page-id-2888 .column-utility .row .col {
		max-width: 120px;
		flex: auto;
	}
}

@media only screen and (max-width: 850px) {

	.auction-landing-banner-block.single-auction-banner .image-grid-wrap {
		margin-top: -120px;
	}
}

@media only screen and (max-width: 767px) {

	.auction-landing-banner-content h2 {
		max-width: 90%;
		margin: 0px auto 40px;
		font-size: 16px;
	}

	.single-auction_keywords .auction-banner-content p {
		font-size: 16px;
	}

	.search-part {
		padding: 0;
	}

	.auction-landing-banner-wrap .single_auction_button_wrapper {
		align-items: center;
	}

	.page-template-template-auction-keyword .auction-landing-banner-wrap,
	.page-template-template-geo-overview .auction-landing-banner-wrap {
		padding-top: 0;
	}

	.auction-landing-banner-block {
		padding: 0px 0 0;
	}

	.image-card {
		width: 90px;
		height: 90px;
		margin: 0 9px 20px 9px;
	}

	.physical-auction.auction-landing-banner-block .image-card {
		width: 102px;
		height: 102px;
	}

	.auction-landing-banner-content h1 {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -0.96px;
		margin: 0 0 20px 0;
	}

	.auction-banner-content h2 {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -0.96px;
	}

	.auction-banner-content h1 {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -0.96px;
		margin: 0 0 8px 0;
	}

	.search-text h3 {
		font-size: 36px;
		line-height: 39.6px;
		letter-spacing: -0.36px;
	}

	.search-text p {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: -0.2px;
	}

	.digital-auction-block {
	}

	.online-auction-deal .promo-right-content p {
		font-size: 18px;
	}

	.online-auction-deal .blueblock .leading {
		font-size: 20px;
	}

	.dealers-testimonials-block .heading h3 {
		font-size: 36px;
		line-height: 39.6px;
		letter-spacing: -0.36px;
	}

	.testimonial-content {
		padding: 32px 29px 50px;
	}

	.dealers-testimonials-wrap {
		padding-top: 60px;
	}

	.dealers-testimonials .slick-arrow {
		bottom: inherit;
		top: 0;
	}

	.slick-pagination {
		left: 0;
		top: 10px;
	}

	.dealers-testimonials-wrap .dealers-testimonial-list {
		padding-left: 5px;
		padding-right: 5px;
	}

	.dealers-testimonials-block .heading {
		margin: 0 16px 40px;
		width: 97%;
	}

	.dealers-testimonial-wrap {
		padding: 20px 16px;
	}

	.online-auction-deal .button-glow {
		margin-top: 32px !important;
	}

	.dealers-testimonials {
		padding-bottom: 40px;
	}

	.dealers-testimonials.more-padding {
		padding-bottom: 40px;
	}

	.image-card img.bid-img {
		max-width: 50px;
		width: 100%;
	}

	.select-bar.auction-state-mobile {
		display: block;
	}

	.auction-state-list {
		display: none;
	}

	.auction-state-block .heading h3 {
		font-size: 36px;
		line-height: 39.6px;
		letter-spacing: -0.36px;
		margin-bottom: 40px;
	}

	.image-grid-wrap:before {
		height: 300px;
	}

	.auction-landing-banner-block {
		bottom: -64px;
	}

	.auction-banner-content {
		max-width: 90%;
		margin: 0 auto 40px;
		width: 100%;
	}

	.auction-video-expand {
		margin-top: -120px;
	}

	.vehicle-auctions-content {
		padding: 0px 16px 32px 25px;
	}

	.auction-landing-banner-block.single-auction-banner {
		padding: 64px 0 0px;
	}

	.auction-landing-banner-block.single-auction-banner .image-grid-wrap {
		margin-top: -50px;
	}

	.auction-dealers-block {
		padding-bottom: 0px;
	}

	.single-vehicles-block {
		padding: 80px 0;
	}

	.single-vehicles-block .heading h3 {
		font-size: 36px;
		line-height: 39.6px;
		letter-spacing: -0.36px;
	}

	.single-vehicles-block .heading {
		margin-bottom: 40px;
	}

	.single-vehicles-block .pill-panel .pill-text {
		font-size: 20px;
		line-height: 22px;
	}

	.single-vehicles-block .pill-panel {
		padding: 8px 16px 8px 8px;
	}

	.single-vehicles-wrap .vehicles-list {
		width: 47.3%;
	}

	.single-vehicles-wrap {
		gap: 16px;
	}

	.single-vehicles-wrap .animated-pills {
		padding-bottom: 40px;
	}

	.vehicle-auctions-content ul {
		gap: 16px;
	}

	.vehicle-auctions-content ul li:before {
		right: -10px;
	}

	.auction-video-main {
		padding: 8px 8px;
		border-radius: 12px;
	}

	.single-vehicles-block .animated-pills {
		padding-bottom: 40px;
	}

	.dealers-testimonials-block {
		padding: 80px 0;
	}

	.dealers-testimonials-block h3 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.auction-btn {
		text-align: center;
		padding-left: 5px;
	}

	.dealers-testimonials-block .single_auction_button_wrapper {
		align-items: flex-start;
	}


	.physical-auction.auction-landing-banner-block {
		bottom: 0;
		padding: 64px 0 0 0;
	}

	.physical-auction.auction-landing-banner-block .image-grid-wrap:before {
		content: "";
		height: 220px;
	}

	.physical-auction .auction-landing-banner-content h1 {
		margin-bottom: 24px;
	}

	.physical-auction .auction-simple-content p {
		font-size: 16px;
		line-height: 24px;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(3n) .image-card:last-child {
		margin-bottom: 60px;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(5n) .image-card:last-child {
		margin-bottom: 60px;
	}

	.auction-three-col.three-column-block {
		padding: 64px 0 0;
	}

	.three-column-image-content-block.experience-block.auction-experience {
		padding: 64px 0;
	}

	.auction-two-col-block.two-column-image-content-block {
		padding: 64px 0 0;
	}

	.three-column-image-content-block.experience-block.auction-experience .heading h3 {
		font-size: 36px !important;
		line-height: 39.6px !important;
		letter-spacing: -0.36px !important;
	}

	.three-column-image-content-block.experience-block.auction-experience .three-column-experience-btn {
		margin-top: 0;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(4n) .image-card:last-child {
		display: block;
		margin-bottom: 60px;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(4n) .image-card img.bid-img {
		display: block;
	}

	.image-grid .image-card:last-child {
		margin: 0 9px 20px 9px;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(3) .image-card:last-child img.mobile-bid-img {
		display: block;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(5) .image-card:last-child img.mobile-bid-img {
		display: block;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(3) .image-card:last-child>img {
		display: none;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(5) .image-card:last-child>img {
		display: none;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(3) .image-card:last-child>img.bid-img {
		display: block;
	}

	.physical-auction.auction-landing-banner-block .image-grid:nth-of-type(5) .image-card:last-child>img.bid-img {
		display: block;
	}
}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 500px) {

}
