/*
 Theme Name: fidarweb
 Theme URI: https://fidarweb.ir/
 Author: FIDARWEB
 Author URI: mailto:info@fidarweb.com
 Description: Powered by FIDARWEB company
 Version: 1.0
 License: Free
 Text Domain: fidarweb
*/
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Black.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Black.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Bold.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Regular.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #007bff;
	--bs-primary-rgb: 0, 123, 255;
	--bs-secondary: #6e7a86;
	--bs-secondary-rgb: 110, 122, 134;
	--bs-body-color: #414a53;
	--bs-body-color-rgb: 65, 74, 83;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-dark: #414a53;
	--bs-dark-rgb: 65, 74, 83;
	--bs-link-color: #007bff;
	--bs-link-color-rgb: 0, 123, 255;
	--bs-link-hover-color: #5b8def;
    --bs-link-hover-color-rgb: 91, 141, 239;
	--bs-body-font-family: YekanBakhFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 5px;
	--bs-body-font-size: 16px;
	font-size: 16px;

	--bs-primary-2: #161616;
	--bs-primary-3: #484848;
	--bs-primary-4: #636363;
	--bs-primary-5: #808080;

	--bs-secondary-2: #DEDEDE;
	--bs-secondary-3: #BEBEBE;

	--bs-body-color-1: #313131;
	--bs-body-color-2: #444444;
	--bs-body-color-3: #606060;
	--bs-body-color-4: #6F6F6F;
}

.bg-primary-2 {
	background: var(--bs-primary-2) !important;
}
.bg-primary-3 {
	background: var(--bs-primary-3) !important;
}
.bg-primary-4 {
	background: var(--bs-primary-4) !important;
}
.bg-primary-5 {
	background: var(--bs-primary-5) !important;
}

.bg-secondary-2 {
	background: var(--bs-secondary-2) !important;
}
.bg-secondary-3 {
	background: var(--bs-secondary-3) !important;
}

.text-body-2 {
	color: var(--bs-body-color-2) !important;
}
.text-body-3 {
	color: var(--bs-body-color-3) !important;
}
.text-body-4 {
	color: var(--bs-body-color-4) !important;
}

.rounded-16 {
	border-radius: 16px;
}
.rounded-20 {
	border-radius: 20px;
}
.rounded-30 {
	border-radius: 30px;
}

body {
	line-height: 2;
}
body:before {
	content: '';
	transition: all 0.3s ease-in-out;
}
body.overlay:before {
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	position: fixed;
	background: rgba(0,0,0,0.75);
	backdrop-filter: blur(5px);
	z-index: 10;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}
.h1, h1 {
	font-size: 22px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 18px;
	font-weight: 700;
}
.fs-15 {
	font-size: 15px;
}
.fs-14 {
	font-size: 14px;
}
.fs-12 {
	font-size: 12px;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 25px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	padding: 0 1rem !important;
	line-height: 50px !important;
	height: 50px !important;
	outline: 0;
	font-family: YekanBakhFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
	font-size: 14px;
}
input[type=text]:disabled {
	background: #e9ecef !important;
}
textarea {
	display: block;
    height: auto !important;
    min-height: 80px !important;
    line-height: 1.5em !important;
    padding: 0.75rem 1rem !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004085;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-border {
	--bs-btn-color: #fff;
	--bs-btn-bg: transparent;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #06c270;
    --bs-btn-border-color: #06c270;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn, button {
	padding: 0 1.5rem;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
	gap: 0.5rem;
}
.btn-small {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}

.mb-6 {
	margin-bottom: 6rem;
}
.py-6 {
	padding: 6rem 0;
}

.icon-18 {
	width: 18px;
	height: 18px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-40 {
	width: 40px;
	height: 40px;
}
.icon-50 {
	width: 50px;
	height: 50px;
}
.icon-56 {
	width: 56px;
	height: 56px;
}
.icon-64 {
	width: 64px;
	height: 64px;
}
.icon-72 {
	width: 72px;
	height: 72px;
}
.icon-80 {
	width: 80px;
	height: 80px;
}

a.text-body:hover {
	color: var(--bs-secondary) !important;
}

.filter-white {
	filter: brightness(0) invert(1);
}
.cursor-pointer {
	cursor: pointer;
}

.main ::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
.main ::-webkit-scrollbar-track {
    background: #ccc;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

header {
	background: #002C5C;
}
body.home header {
	position:absolute;
	width: 100%;
	background: transparent;
}
header .btn {
	height: 40px;
}
.logo-holder {
	filter: brightness(0) invert(1);
}
.menu-l1 li a {
	color: #fff;
	font-size: 0.9rem;
}
.menu-l1 li a:hover {
	color: var(--bs-primary);
}
.header-link {
	color: #fff;
	font-size: 0.9rem;
}
body.home .header-link {
	color: #000;
}

.hero-text h1 {
	font-size: 2.4rem;
    font-weight: bold;
}
.hero-text p {
	font-size: 1.1rem;
}
.service-box p {
	margin: 0;
}

.contact-icon {
	width: 85px;
	height: 85px;
}
.contact-row-holder {
	padding: 0 5rem;
}
.contact-bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 1rem 5rem;
	background-color: vaR(--bs-dark);
	z-index: -1;
}

.address-holder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index: 11;
}
.address-holder > div {
	max-width: 95%;
}
.address-holder.active {
	top: 0;
	opacity: 1;
}

.service-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
.service-img {
	height: 280px;
	object-fit: cover;
}
.service-item-title {
	position: absolute;
	padding: 1rem;
	right: 0;
	bottom: 0;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	z-index: 2;
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.service-title {
	background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(25px);
	color: #000;
}

.blog-post-img {
	height: 250px;
	object-fit: cover;
}
.post-content img {
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: var(--bs-border-radius);
}
.post-side {
	width: 100px;
	height: 100px;
}

.post-content table {
	width: 100%;
	margin: 1.5rem 0;
}
.post-content table td, .post-content table th {
	border: 1px solid #e2e2e2;
	padding: 0.5rem 1rem;
}
.post-content table th {
	background: #002C5C;
	color: #fff;
	border-color: #002C5C;
}

.table-holder {
    overflow: auto;
    width: 100%;
	border-radius: 16px;
}
.table-holder table {
    width: 100%;
}
.table-holder table tr:nth-child(even) td {
    background: #f1f1f1;
}
.table-holder table tr:nth-child(odd) td {
    background: #f9f9f9;
}
.table-holder table td, .table-holder table th {
    padding: 1rem;
	text-align: center;
}
.table-holder table th {
    background: var(--bs-dark);
	color: #fff;
	font-weight: bold;
}

.greeting:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='17.5' rx='7' ry='3.5' stroke='%231E1E1E' stroke-width='1.5' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='7' r='4' stroke='%231E1E1E' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
}
.user-menu li:not(:last-child) {
	border-bottom: 1px solid var(--bs-light)
}
.user-menu li a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 0;
	color: var(--bs-text-body)
}
.user-menu li a:before {
	height: 24px;
}
.user-menu li:first-child a:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11H4M20 11C21.1046 11 22 11.8954 22 13V17C22 19.2091 20.2091 21 18 21H6C3.79086 21 2 19.2091 2 17V13C2 11.8954 2.89543 11 4 11M20 11V9C20 7.89543 19.1046 7 18 7M4 11V9C4 7.89543 4.89543 7 6 7M18 7H6M18 7V5C18 3.89543 17.1046 3 16 3H8C6.89543 3 6 3.89543 6 5V7M10 14H14' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.user-menu li:nth-child(2) a:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='14' width='8' height='8' rx='2' stroke='%231E1E1E' stroke-width='1.5'/%3E%3Crect x='2' y='2' width='8' height='8' rx='2' stroke='%231E1E1E' stroke-width='1.5'/%3E%3Crect x='14' y='14' width='8' height='8' rx='2' stroke='%231E1E1E' stroke-width='1.5'/%3E%3Cpath d='M13.0998 8.07108C12.3187 7.29003 12.3187 6.0237 13.0998 5.24266L15.9282 2.41423C16.7092 1.63318 17.9756 1.63318 18.7566 2.41423L21.5851 5.24266C22.3661 6.0237 22.3661 7.29003 21.5851 8.07108L18.7566 10.8995C17.9756 11.6806 16.7092 11.6806 15.9282 10.8995L13.0998 8.07108Z' stroke='%231E1E1E' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.user-menu li:nth-child(3) a:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 25 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M18.5 14L19.7929 12.7071C20.1834 12.3166 20.1834 11.6834 19.7929 11.2929L18.5 10' stroke='%231e1e1e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M19.5 12L13.5 12M4.5 17.2663V7.26633M16.5 17.2663C16.5 18.3709 15.6046 19.2663 14.5 19.2663H10.5M16.5 7.26633C16.5 6.16176 15.6046 5.26633 14.5 5.26633H10.5M5.3906 19.8601L7.3906 21.1934C8.71971 22.0795 10.5 21.1267 10.5 19.5293V5.00336C10.5 3.40597 8.71971 2.45319 7.3906 3.33926L5.3906 4.6726C4.8342 5.04353 4.5 5.66799 4.5 6.3367V18.196C4.5 18.8647 4.8342 19.4891 5.3906 19.8601Z' stroke='%23131313' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
}

.tickets-holder {
	overflow-x: auto;
}
#wpas_ticketlist {
	display: table;
	text-align: right;
}
#wpas_ticketlist td, #wpas_ticketlist th {
	border: 1px solid var(--bs-light);
	padding: 1rem;
	text-align: center;
}
#wpas_ticketlist th {
	background: var(--bs-dark);
	color: #fff;
	border-color: transparent
}
#wpas_ticketlist thead tr th:first-child {
	border-top-right-radius: 16px;
}
#wpas_ticketlist thead tr th:last-child {
	border-top-left-radius: 16px;
}

.wpas-label-status {
	display: inline-block;
	padding: 0 1rem;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
}

#wpas-new-ticket {
	display: flex;
	flex-direction: column;
	align-items: end;
}
#wpas-new-ticket > div {
	width: 100%;
}
.wpas-submission-form-inside-after-subject {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wpas-form-group label, #wpas_files_wrapper label, .ticket-form-title {
	font-size: 14px;
    font-weight: bold;
    display: block;
    color: #707070;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
}
.wpas-checkbox label, .wpas-radio label {
	font-weight: normal;
}
.wpas-checkbox, .wpas-radio {
    border: 1px solid #ddd;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}
.wpas-checkbox label, .wpas-radio label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
	padding: 0;
}
.wpas-radio span {
	display: flex;
    align-items: center;
    gap: 0.5rem;
}
#wpas_services_wrapper, #wpas_parts_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;

	.ticket-form-title {
		width: 100%;
	}

	.wpas-checkbox {
		width: calc(50% - 0.25rem);
	}
}
#wpas_request-time_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;

	.wpas-label-radio {
		width: 100%;
	}

	.wpas-radio {
		width: calc(50% - 0.25rem);
	}
}
jdp-container select {
	height: 40px !important;
	border: none !important;
	font-size: 15px !important;
	padding: 0 !important;
}
#wpas_files_wrapper {
	margin-top: 1rem;
}
.wpas-uploader-dropzone {
	border-radius: 25px;
	border-color: #ddd;
}
.wpas-uploader-dropzone:hover {
	border-color: var(--bs-primary)
}
.dropzone .dz-message {
	font-size: 14px;
}
.wpas-help-block {
	margin: 1rem 0;
	background: rgba(var(--bs-warning-rgb), 0.25);
	padding: 1rem;
	border-radius: var(--bs-border-radius);
	color: #000;
	font-size: 14px;
}
.wpas-help-block code {
	direction: ltr;
	text-align: left;
	display: inline-flex;
	padding: 0 0.5rem;
	background-color: var(--bs-danger);
	color: #fff;
	margin: 0 0.25rem;
	border-radius: var(--bs-border-radius);
}
.wpas-btn.wpas-btn-default {
	color: #fff;
	background: var(--bs-primary);
	border: none;
	transition: all 0.3s ease-in-out;
}
.wpas-btn.wpas-btn-default:hover {
	background: #004085;
}

.wpas-ticket-replies {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 5rem;
}
.reply-content {
	padding: 1rem;
	background: var(--bs-light);
	border-radius: 16px;
	color: #000;
}
.wpas-reply-content {
	font-size: 14px;
}
.wpas-reply-single {
	display: flex;
}
.wpas-reply-single .reply-inner {
	width: 55%;
}
.wpas-reply-single.wpas_user_subscriber {
	justify-content: start;
}
.wpas-reply-single.wpas_user_administrator {
	justify-content: end;
}
.wpas-reply-single.wpas_user_administrator .reply-content {
	background: rgba(var(--bs-primary-rgb), 0.25);
}
.wpas-reply-content p {
	margin-bottom: 5px;
}
.wpas-reply-attachements {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	border-top: 1px solid #ddd;
	font-size: 13px;
	padding-top: 0.5rem;
}
.wpas-reply-attachements ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.wpas-reply-attachements li {
	background-color: var(--bs-primary);
	border-radius: var(--bs-border-radius);
	color: #fff;
	padding: 0 0.5rem;
	font-size: 10px;
}
.wpas-reply-attachements li a {
	color: #fff;
	font-size: 13px;
    margin-right: 10px;
}
.wpas-reply-time {
	font-size: 14px;
	font-weight: bold;
	margin-right: 1rem;
}
.wpas-human-date {
	display: block;
}

.text-box {
    height: 350px;
    overflow-y: auto;
}

.faq-row {
	background: var(--bs-light);
	border: 1px solid #dee2e6;
}
.faq-row .faq-question  {
	cursor: pointer;
}
.faq-row.active  {
	background: var(--bs-primary);
	color: #fff;
	border-color: var(--bs-primary)
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.7996 0.938889C5.09291 1.23137 5.09358 1.70624 4.8011 1.99955L1.80918 4.99997L4.8011 8.00039C5.09358 8.2937 5.0929 8.76858 4.7996 9.06105C4.50629 9.35353 4.03141 9.35286 3.73894 9.05955L0.218938 5.52955C-0.0729529 5.23683 -0.0729529 4.76311 0.218938 4.47039L3.73894 0.940393C4.03142 0.647085 4.50629 0.646411 4.7996 0.938889Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
    height: 27px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(-90deg);
	filter: brightness(0) invert(1);
}
.faq-row .faq-answer  {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row.active .faq-answer  {
	max-height: 15rem;
}
.faq-row .faq-answer p  {
	margin: 0;
}

.step-number {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bs-primary);
	font-weight: bold;
	color: #fff;
}

.ff-t-container {
	position: relative;
}
.form-unit {
	position: absolute;
	left: 1rem;
	bottom: 30px;
	margin: 0 !important;
	font-size: 15px;
    font-weight: bold;
    color: #888;
}
.form-unit p {
	margin: 0;
}
.select-car, .select-year {
	cursor: pointer;
}
.input-arrow:before {
	content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.7996 0.938889C5.09291 1.23137 5.09358 1.70624 4.8011 1.99955L1.80918 4.99997L4.8011 8.00039C5.09358 8.2937 5.0929 8.76858 4.7996 9.06105C4.50629 9.35353 4.03141 9.35286 3.73894 9.05955L0.218938 5.52955C-0.0729529 5.23683 -0.0729529 4.76311 0.218938 4.47039L3.73894 0.940393C4.03142 0.647085 4.50629 0.646411 4.7996 0.938889Z' fill='%23888888'/%3E%3C/svg%3E%0A") !important;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 1rem;
	bottom: 30px;
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.car-brands, .car-years {
	background: rgba(0,0,0,0.5);
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	top: -100%;
	transition: all 0.5s ease-in-out;
}
.car-brands.active, .car-years.active {
	top: 0;
}
.car-brands-holder, .car-years-holder {
	width: 350px;
	height: 500px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.car-years-holder {
	height: auto;
}
.car-logo {
	width: 28px;
	height: 28px;
}
.brand-logo {
	height: 28px;
	object-fit: contain;
}
.car-brand .chevron:before {
	content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.7996 0.938889C5.09291 1.23137 5.09358 1.70624 4.8011 1.99955L1.80918 4.99997L4.8011 8.00039C5.09358 8.2937 5.0929 8.76858 4.7996 9.06105C4.50629 9.35353 4.03141 9.35286 3.73894 9.05955L0.218938 5.52955C-0.0729529 5.23683 -0.0729529 4.76311 0.218938 4.47039L3.73894 0.940393C4.03142 0.647085 4.50629 0.646411 4.7996 0.938889Z' fill='%23888888'/%3E%3C/svg%3E%0A");
	width: 28px;
	height: 28px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.brands .car-brand:not(:last-child) {
	border-bottom: 1px solid var(--bs-border-color);
	padding-bottom: 0.5rem;
}
.car-brand {
	cursor: pointer;
}
input[type="text"].car-brand-search {
	height: 40px !important;
}
.car-item {
	padding-right: calc(28px + 1rem)
}
#from-year, #to-year {
	height: 40px !important;
}
.select-year-btn {
	height: 35px;
	font-size: 13px;
}
.ff_submit_btn_wrapper {
	margin-bottom: 0 !important;
}
#fluentform_3_success {
	border: none;
	box-shadow: none;
	border-radius: var(--bs-border-radius);
	background: var(--bs-success-bg-subtle)
}

.inspection-call {
	overflow: hidden;
	background: #002C5C;
}
.inspection-call:before {
	content: '';
	background: url(images/abstract-bg.jpg) no-repeat center center / cover;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.25;
}
.icon-holder {
	margin: -5.5rem auto 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002C5C;
    border-radius: 50%;
}
.inspection-type-radio .ff-el-form-check {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inspection-type-radio .ff-el-form-check-label {
	margin: 0 !important;
}
span.inspection-price {
    font-size: 13px;
    color: var(--bs-primary);
}

@media only screen and (max-width: 767px) {
	:root {
		--bs-body-font-size: 14px;
		font-size: 14px;
	}
	body.home header {
		position: relative;
		background: #002C5C;;
	}
	#mobile-menu-toggler {
		width: 30px;
	}
	.toggler-bar {
		height: 2px;
		background: #fff;
	}
	.main-menu-holder {
		position: fixed;
        width: calc(100% - var(--bs-gutter-x));
        right: -50%;
        padding: 1rem 2rem;
        background: var(--bs-body-bg);
        top: var(--bs-gutter-x);
        transform: translateX(50%);
		transition: all 0.3s ease-in-out;
		border-radius: 30px;
		z-index: 30;
	}
	body.admin-bar .main-menu-holder {
		top: calc(46px + 25px + 82px)
	}
	body.home.admin-bar .main-menu-holder {
		top:  calc(82px - 1rem)
	}
	.main-menu-holder.menu-active {
        right: 50%;
	}
	.menu-l1 > li > a {
		padding: 5px 0;
		justify-content: space-between;
		color: #000;
	}
	.menu-item.dropdown .dropdown-box {
		padding: 1rem;
		background: var(--bs-primary-subtle);
		box-shadow: none;
	}
	.menu-item.dropdown:hover .dropdown-box {
		position: relative;
	}
	.header-link {
		color: #fff !important;
	}
	.header-login {
		height: 35px !important;
	}

	body.home .menu-l1 > li > a {
		color: var(--bs-body-color)
	}
	body.home .nav-link.dropdown:after {
		filter: none;
	}
	.menu-item.dropdown:hover:after {
		display: none;
	}

	.hero .col-lg-8 {
		padding: 0;
	}
	.hero-text {
		margin-top: 2rem;
	}
	.hero-text h1 {
		font-size: 2.5rem;
		font-weight: bold;
	}

	.services img {
		width: calc(50% - 0.75rem);
	}

	.contact-row-holder {
		padding: 0 1rem;
	}
	.contact-bg {
		border-radius: 1rem 2rem;
	}
	.contact-section .col-lg-4 {
		text-align: left;
	}
	.contact-section img {
		width: 200px;
		margin-bottom: -15px;
	}

	.wpas-reply-single .reply-inner {
		width: 100%;
	}
}