/* 
Theme Name: Lightspeedbid
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: VIP
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
@font-face {
	font-family: 'Digital-7';
	src: url('fonts/Digital-7Italic.eot');
	src: url('fonts/Digital-7Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Digital-7Italic.woff2') format('woff2'),
		url('fonts/Digital-7Italic.woff') format('woff'),
		url('fonts/Digital-7Italic.ttf') format('truetype'),
		url('fonts/Digital-7Italic.svg#Digital-7Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Digital-7';
	src: url('fonts/Digital-7.eot');
	src: url('fonts/Digital-7.eot?#iefix') format('embedded-opentype'),
		url('fonts/Digital-7.woff2') format('woff2'),
		url('fonts/Digital-7.woff') format('woff'),
		url('fonts/Digital-7.ttf') format('truetype'),
		url('fonts/Digital-7.svg#Digital-7') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


* {
	outline: none !important;
	text-decoration: none !important;
}

ul {
	padding: 0;
}

.form-wrapper {
	display: flex;
	/* Lays out the steps horizontally */
	width: 300%;
	/* 100% for each step (e.g., 3 steps = 300%) */
	transition: transform 0.5s ease-in-out;
	/* The animation effect */
}

.disabled-link {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
}

.site-branding {
	display: none;
}

p,
li {
	margin-bottom: 20px;
}

p,
li,
div,
p.elementor-heading-title {
	color: #000;
	font-size: 19px;
	line-height: 30px;
	font-family: "Baloo 2", serif;
	font-weight: normal;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
	color: #000;
	letter-spacing: 0;
	font-weight: normal;
	font-family: "Baloo 2", serif;
}

.bigheading>.elementor-widget-container,
.mdheading>.elementor-widget-container {
	margin-bottom: 25px;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #00a85a;
}

strong {
	font-weight: 500 !important;
}

.subheading p {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #37795b;
	font-weight: 500;
	margin-bottom: 17px;
}

.pl60 {
	padding-left: 60px;
}

.pl30 {
	padding-left: 30px;
}

.pr60 {
	padding-right: 60px;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mt50 {
	margin-top: 50px;
}

.mt35 {
	margin-top: 35px;
}

.mt100 {
	margin-top: 100px;
}

.pad100 {
	padding: 100px 15px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.defbtn .elementor-widget-container {
	margin-top: 30px;
}

body {
	position: relative;
}

a {
	transition: all ease-in-out 0.5s !important;
}

div[data-elementor-type="wp-page"] {
	overflow: hidden;
}

.back-btn-in-title img {
	max-height: 16px;
	display: block;
}

#bar ,#barnew{
	width: 100%;
	height: 17px;
	background: #00A85A;
	left: 0;
	top: 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
#barnew {
	z-index: 2;
}
@keyframes rotateloader {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.loadn_ic:before {
	content: "";
	background-image: url("https://dev.lightspeedbid.com/wp-content/uploads/2025/10/loader_icn.png");
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	margin: auto;
	left: 0;
	animation: rotateloader 2s linear infinite;
	right: 0;
}
.loadn_ic {
	position: relative;
}
.loadn_ic img {
	max-width: 80px;
}
.progress-bar ,.progressbar {
	background: #ffe275;
	height: 100%;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
}

/*** Header ***/
@keyframes slideIn {
	from {
		top: -50%
	}

	to {
		top: 0
	}
}

.hdactive .elementor-location-header {
	position: fixed !important;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 8px 15px;
	background: #000000a6;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
}

.hdactive .logomain img {
	max-height: 90px;
}

.hd_menu .elementor-widget-container {
	width: 100%;
}

.logomain img {
	max-height: 160px;
	width: auto;
	display: block !important;
}

.header_main .elementor-widget-wrap {
	justify-content: space-between;
}

.logomain {
	width: auto !important;
}

.hdright {
	width: calc(100% - 280px) !important;
}

.hd_menu .elementor-nav-menu>li {
	margin-left: 47px;
}

.hd_menu .elementor-nav-menu>li>a {
	font-size: 16px;
	color: #fff !important;
	padding: 0 !important;
	text-transform: uppercase;
}

.hd_menu {
	margin: auto 50px auto auto !important;
}

.hd_menu .elementor-nav-menu>li>a:hover,
.hd_menu .elementor-nav-menu>li.current-menu-ancestor>a,
.hd_menu .elementor-nav-menu>li.current-menu-item>a,
.phn_hd a:hover {
	opacity: 0.7;
}

.elementor-nav-menu>li>ul.sub-menu a {
	padding: 14px 17px 13px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: transparent !important;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}

.elementor-nav-menu>li>ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}

.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
}

.elementor-nav-menu>li>ul.sub-menu {
	background: #3600d4;
	min-width: 200px !important;
	border-radius: 0px;
	margin-top: 27px !important;
}

.elementor-nav-menu>li>ul.sub-menu:last-child a {
	border-radius: 0px;
	padding: 14px 17px 13px !important;
	font-weight: normal;
}

.elementor-nav-menu>li>ul.sub-menu .sub-arrow {
	display: none !important;
}

.elementor-nav-menu>li>ul.sub-menu a:hover,
.elementor-nav-menu>li>ul.sub-menu .current-menu-item a {
	background: #111 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}

.elementor-location-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	position: absolute;
	padding: 20px 0;
}

/*** Header End***/
.d-none {
	display: none;
}

.pager li {
	margin: 0;
}

.pager a {
	background: #ffe275;
	color: #000;
	padding: 8px 15px;
	/* display: inline-block; */
	line-height: normal;
	border-radius: 5px;
	min-width: 160px;
	text-align: center;
	font-weight: 500;
}

.steps-inner li {
	list-style: none;
	margin: 0;
}

.steps {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 60px 40px 40px;
}

.fs-title {
	margin: 0;
	/* padding: 55px 30px 0; */
	line-height: 1.1;
	text-transform: capitalize;
	font-size: 23px;
}

.next.last {
	display: none;
}

.fill-form {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
}

.col-md-6 {
	width: calc(100% / 2 - 10px);
}

.steps-inner input,
.steps-inner select {
	border: 1px solid #ccc;
	height: 55px;
	padding: 0 20px;
	background: #fff;
}

#content {
	padding: 20px 0 10px;
}

/* .year-make-model-from-vin {
text-align: center;
font-size: 35px;
font-weight: 600;
color: #091c2d;
line-height: 1.1;
} */
#buyera-offer-form {
	width: calc(100% - 310px);
}
.steps-inner li input:checked ~ .checkmark {
	opacity: 1;
	filter: unset;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://dev.lightspeedbid.com/wp-content/uploads/2025/10/tick_n.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: right 20px center;
	filter: grayscale(100);
	opacity: 0.3;
}
.steps-inner li input:disabled ~ .checkmark {
	opacity: 1;
	/* filter: unset; */
}
.header_main {
	padding-top: 50px;
	margin: auto;
	width: calc(100% - 100px);
	justify-content: space-between;
	display: flex;
}

.entry-title {
	text-align: center;
	font-size: 40px;
	margin: 0 0 5px; 
	font-weight: 600;
	line-height: 1;
}

.logo {
	margin-right: auto;
	width: auto;
}

.steps-inner label input {
	display: none;
}

.steps-inner li label {
	font-size: 19px;
	display: block;
	padding: 20px 60px 20px 19px;
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	border: 1px solid #cccccc69;
	background: #fff;
	margin-top: 14px;
	border-radius: 5px;
	line-height: 1.3;
}

#site-header {
	display: none;
}

.pager li {
	display: inherit;
}

label {
	font-size: 15px;
}


.search-inner {
	padding: 20px 0 0;
}

.fill-form {
	margin-top: 15px;
}

.steps-inner {
	min-height: 200px;
	padding-top: 15px;
}

.offer-detail-container {
	max-width: 620px;
	margin: 20px auto auto;
	text-align: center;
}

.sell-offer-title {
	margin: 0 auto 10px;
	font-size: 24px;
}

.btn.btn-primary {
	background: #091c2d;
	border: 0px !important;
	color: #fff;
	font-size: 20px;
	padding: 8px 20px;
}

#peddle-api-form label {
	margin: 0;
	background: #091c2d;
	padding: 19px 30px;
	color: #fff;
	line-height: 32px;
	width: 100%;
	margin: 0 -20px !important;
	width: calc(100% + 40px);
}

#peddle-api-form input {
	border: 1px solid #ccc;
	height: 55px;
	background: #fff;
	text-transform: uppercase;
}

#peddle-api-form {
	width: calc(100% - 310px);
	padding: 0 0px 30px;
	margin: 0;
	border-radius: 8px;
	/* overflow: hidden; */
	box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.error.vin-error {
	text-align: center;

}

.error-message,
.error,
.display-error-message {
	color: #cc0d0d;
	font-size: 16px;
	line-height: normal;
}

#btn {
	margin: auto;
	display: block;
	background: #ffe275;
	color: #000;
	padding: 10px 20px;
	line-height: normal;
	border-radius: 5px;
	min-width: 160px;
	text-align: center;
	font-weight: 600;
	border: 0px !important;
	font-size: 19px;
}

.sell-offer-title {
	text-align: center;
}

.vinbox.active {
	display: block;
}

.vinbox {
	text-align: center;
	position: relative;
	max-width: 760px;
	margin: 12px auto auto;
	display: none;
}

.vinbox a i {
	position: absolute;
	top: calc(100% + 2px);
	background: #091c2d;
	width: 100%;
	height: auto;
	color: #fff !important;
	font-size: 14px;
	line-height: 18px;
	padding: 14px 22px;
	left: 0px;
	display: none;
	font-style: normal;
	border-radius: 5px;
	text-align: center;
	right: 0;
	margin: auto;
}

.vinbox em {
	position: absolute;
	right: 8px;
	top: 44px;
	background-image: url("https://my.lightspeedbid.com/wp-content/uploads/2025/03/cross.png");
	background-repeat: no-repeat;
	filter: invert(1);
	width: 14px;
	height: 20px;
	display: none;
	z-index: 1;
	background-size: contain;
	cursor: pointer;
}

.vinbox.active em {
	display: block;
}

.vinbox a.active {
	background: #ffe275;
	color: #000 !important;
}

.vinbox a {
	background: #091c2d;
	margin: 0 4px;
	border-radius: 5px;
	color: #fff !important;
	padding: 5px 13px;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	cursor: pointer;
	font-size: 15px;
}

.vinbox a.active i {
	display: block;
}

.menubar a {
	display: block;
	text-transform: capitalize;
	margin: 20px 0;
	color: #091c2d;
	font-weight: 500;
	font-size: 20px;
}

.close_menu {
	position: absolute;
	left: 40px;
	top: 44px;
	background-image: url("https://my.lightspeedbid.com/wp-content/uploads/2025/03/cross.png");
	background-repeat: no-repeat;
	width: 29px;
	height: 25px;
	z-index: 1;
	background-size: contain;
	cursor: pointer;
}
.menubar {
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 270px;
	min-height: 100%;
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	padding: 145px 45px 0;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.menubar.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 99999;
	visibility: visible;
}


.menuicon span {
	background: #00a85a !important;
	height: 4px;
	display: block;
	width: 100%;
	margin: 6px 0;
}

.menuicon {
	width: 35px;
	cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.col-md-12 {
	width: 100%;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.offer-amount,
.sell-offer-lowest,
.highlightcolor {
	color: #00a85a !important;
}

/* .sell-offer-title span {
text-align: center;
font-size: 30px;
font-weight: 600;
color: #091c2d;
line-height: 1.1;
} */
.col-md-4 {
	width: calc(100% / 3 - 14px);
}

.makemodel_block .fill-form {
	row-gap: 8px;
	text-align: center;
}

body {
	background-image: url("https://www.cash-for-junk-cars.services/wp-content/uploads/2025/03/pattern.png");
	background-repeat: repeat;
	background-size: 590px;
}

.field-vinaccept {
	text-transform: uppercase;
}

.tab_hide.active {
	display: block;
	min-height: 130px;
}

.tab_hide,
p:empty {
	display: none;
}

.personal_text {
	text-align: center;
	font-size: 16px;
	margin: 15px 0 10px;
}

.year-make-model-from-vin {
	color: #00a85a;
}

.home #bar {
	display: none;
}

.makemodel_block span {
	font-size: 16px;
	line-height: normal;
	display: block;
}

.makemodel_block .fill-form *,
.makemodel_block .fill-form option {
	text-align: center;
}

.tab_block {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.cf-turnstile {
	text-align: center;
	margin: -20px 0 15px;
}

.tab_block p {
	width: 50%;
	margin: 0;
	color: #000;
	padding: 14px 30px;
	cursor: pointer;
}

.tab_block p.active {
	background: #00A85A;
	color: #fff;
}

/* body:not([class*="elementor-page-"]) .site-main {
max-width: 880px;
} */

.peddlebar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #091c2d29;
	background: #fff;
	padding: 10px 20px;
	margin: auto auto 18px;
}

.peddlebar img {
	max-height: 50px;
	justify-content: center;
}

.logos_part {
	padding-left: 20px;
	text-align: center;
	width: calc(100% - 399px);
	margin-bottom: auto;
}

.logos_part p {
	font-size: 15px;
	line-height: normal;
	margin: 0 0 5px;
}

.info_hd {
	text-align: center;
	margin: 0 0 7px;
	font-weight: 600;
	font-size: 24px;
}

.peddlebar ul {
	list-style: none;
	padding-left: 17px;
	text-align: left;
}

.peddlebar ul li::before {
	content: "";
	left: 0;
	top: 6px;
	position: absolute;
	width: 10px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}

.logos_main img {
	max-height: 32px;
	margin: 0 4px;
}

.peddlebar li {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding-left: 19px;
	margin: auto;
}

.mob_text {
	font-size: 33px;
}


.swal2-backdrop-show {
	background: #000000a8 !important;
}


.swal2-icon.swal2-question.swal2-icon-show {
	display: none !important;
}

.swal2-cancel.swal2-styled {
	order: 2;
	width: 100% !important;
	background: transparent !important;
	padding: 0 !important;
	font-size: 15px;
	margin: 0 !important;
	font-weight: normal !important;
}

.swal2-actions button {
	display: block;
	background: #ffe275 !important;
	color: #000 !important;
	padding: 10px 20px;
	line-height: normal;
	border-radius: 5px;
	min-width: 160px;
	text-align: center;
	font-weight: 600;
	border: 0px !important;
	font-size: 19px;
}

#license-input,
.field-state {
	text-align: left !important;
}

.swal2-title {
	text-transform: capitalize;
	color: #000;
}

.tab_hide .fill-form {
	padding: 25px 12%;
}

.col-md-10 {
	width: calc(100% - 32% - 23px);
}

.col-md-2 {
	width: 32%;
}

.pager {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 40px;
}

.display-error-message {
	text-align: center;
	margin-bottom: 20px;
}


.swal2-image {
	max-width: 80px;
}

.steps-inner li input:disabled~.checkmark::after {
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #fff;
	position: absolute;
	z-index: 1111;
	opacity: 0.8;
	cursor: not-allowed;
}

.popup_secfull.swal2-image {
	max-width: 300px !important;
}


.img_contain {}

.img_contain {
	width: 100% !important;
	height: 210px !important;
	background-image: url("https://dev.lightspeedbid.com/wp-content/uploads/2025/06/sedan-top.avif");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative !important;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.carloc>div input {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.carboxopen {
	padding-bottom: 30px;
}

.carboxopen p {
	padding: 15px 30px 0;
	pointer-events: none;
	text-align: center;
	margin: 0 0 9px;
}

.error-message.error {
	padding: 10px 30px;
}

.carloc {
	width: 320px;
	height: 210px;
	position: relative;
	margin: auto;
}

.carloc>div input:checked~span {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #00a85a;
	mix-blend-mode: overlay;
}

.carloc>div {
	position: absolute;
	width: 50%;
	height: 50%;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	cursor: pointer;
}

.top_left {
	top: 0;
	width: 50%;
}
.makemodel_block {
	padding-top: 0 !important;
}
.top_right {
	right: 0;
	top: 0;
}

.bottom_right {
	right: 0;
	bottom: 0;
}

.bottom_left {
	left: 0;
	bottom: 0;
} 

.calculator-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1010px;
	margin: 30px auto auto;
	column-gap: 30px;
}
.left-info-calculator {
	width: 280px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.12);
	background: #fff;
	padding: 40px 15px 20px;
	border-radius: 8px;
	text-align: center;
}
.left-info-calculator p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}
.left-info-calculator img {
	max-height: 70px;
}
.left-info-calculator h2 {
	font-size: 18px;
	display: none;
	margin: 10px 0 0;
	font-weight: 500;
	line-height: 1.4;
} 
.phnbtn img {
	max-height: 22px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}
.menu_btn {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.phnbtn {
	font-weight: 600;
	font-size: 21px;
	color: #00a85a !important;
}
.contact, .contact a {
	color: #00a85a;
	font-weight: bold;
}
.swal2-image {
	max-width: 60px;
	margin: 0 auto !important;
}
.swal2-popup {
	padding: 40px 20px !important;
}
.swal2-title {
	font-size: 25px;
}
.info-box i {
	font-style: normal;
}

#timer span {
	font-size: 51px;
	color: rgb(0, 168, 90);
	line-height: 35px;
	font-family: 'Digital-7';
	font-style: italic;
}
#timer span:after {
	content: ":";
}
#timer {
	margin-bottom: 20px;
}
#timer span:last-child::after {
	display: none;
}
.copart-save-info {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 23px;
	margin-top: 10px;
}
.step20 .personal_text {
	font-weight: bold;
}
.swal2-actions {
	margin: 10px 0 0 !important;
}
#swal2-html-container {
	padding: 10px 0 0 !important;
	line-height: 28px;
	font-size: 17px;
	color: #000;
}
.contact {
	font-size: 26px !important;
	line-height: 28px !important;
}
.offer-amount {
	display: block;
	font-size: 48px;
}
.info-box {
	background: #fff;
}
.left-info-calculator { 
	display: flex; 
}
/* .info-box.d-none {
opacity: 0;
visibility: hidden;
right: -70px;
}
.info-box {
display: block !important;
right: 0;
opacity: 1;
visibility: visible;
position: absolute;
width: 100%;
background: #fff;
min-height: 240px;
top: 30px;
transition: all ease-in-out 0.5s;
padding: 0 20px;
} */
.left-info-calculator {
	position: relative;
	overflow: hidden;
}
#buyera-offer-form { 
	margin: auto;
}
#vehicle-name {
	display: inline;
}

.vidblock {
	width: calc(100% - 470px);
}
.thank-you-message {
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.12);
	background: #fff;
	padding: 50px 45px;
	width: 440px;
}
.halfinfo video {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.thank-you-message p a {
	font-weight: bold;
}
.thank-you-message p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 15px;
}
.thank-you-message b {
	font-size: 29px;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
}
.flex-info {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
	justify-content: space-between;
}
.halfinfo {
	border-radius: 8px !important;
	overflow: hidden;
}
@media only screen and (max-width: 1000px) {
	#content {
		max-width: calc(100% - 30px);
	}
}
@media only screen and (max-width: 767px) {

	.offer-amount {
		display: block;
		font-size: 42px;
	}
	#swal2-html-container { 
		line-height: 23px;
		font-size: 16px;
	}
	.swal2-title {
		font-size: 22px;
	}
	.steps { 
		padding: 50px 20px 10px;
	}
	#content {
		padding: 40px 0 10px;
	}
	.checkmark { 
		background-size: 21px;
		background-position: right 10px center; 
	}
	.logo img {
		display: block;
	}

	.header_main {
		padding-top: 20px;
	}
	.steps-inner input,
	.steps-inner select,
	#peddle-api-form input {
		height: 45px;
		padding: 0 14px;
	} 
	.phnbtn {
		font-size: 0px;
		line-height: normal;
	}
	.phnbtn img {
		margin: 0;
		max-height: 28px;
	}
	.entry-title {
		font-size: 33px;
	}
	.copart-save-info { 
		font-size: 15px;
		line-height: 21px; 
	}
	.makemodel_block span {
		font-size: 15px;
	}

	.col-md-4 {
		width: 100%;
	}


	#buyera-offer-form,
	#peddle-api-form{
		width: 100%;
	}
	.left-info-calculator {
		width: 100%;
		margin-top: 20px;
		padding: 20px 15px;
		min-height: 310px;
	}
	.fs-title { 
		font-size: 19px;
	}

	label {
		font-size: 16px;
		line-height: normal;
		display: block;
	}

	.steps-inner li input:checked~.checkmark {
		background-size: 20px;
		background-position: right 15px center;
	}

	.tab_block p {
		padding: 10px;
		font-size: 15px;
	}

	.steps-inner li label {
		font-size: 16px;
		padding: 15px 40px 15px 15px;
		margin-top: 10px;
	}
	.personal_text { 
		line-height: 22px;
	}
	.steps-inner {
		min-height: 168px;
	}

	.pager a {
		padding: 8px 15px;
		min-width: 130px;
		font-size: 16px;
	}

	.header_main {
		width: calc(100% - 30px);
	}



}