.smarter-way-section {
	.bg-light-yellow {
		border-radius: 6px;
		background: #fffbea;
		box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.08);
	}

	.inner-bg-container {
		padding: 50px;
	}

	.title-with-bar {
		&:before {
			margin-left: 0 !important;
		}
	}

	.key-heading {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.benefit-listing {
		padding-left: 0;

		li {
			&:not(:last-child) {
				margin-bottom: 16px;
			}

			.icon-wrapper {
				border-radius: 10px;
				background: var(--Hertz-Gold-200, #ffeea9);
				display: flex;
				min-width: 40px;
				width: 40px;
				height: 40px;
				justify-content: center;
				align-items: center;
				margin-right: 8px;
			}
		}
	}

	.img-card {
		border-radius: 10px;

		.card-img {
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			z-index: 1;
		}

		.btn-modal-open {
			border-radius: 9px;
			background: var(--BrandYellow, #fc0);
			padding: 8px 18px;
			font-size: 18px;
			font-weight: 600;
			line-height: 28px;
			color: #000;
			border: none;
			width: max-content;
		}

		.card-img-overlay {
			color: #fff;
			padding: 40px;
			border-radius: 10px;
			/* background-color: rgba(0, 0, 0, 0.3); */
			padding-right: 80px;
			position: static;

			&:before {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: rgba(0, 0, 0, 0.3);
				border-radius: 10px;
				z-index: 2;
			}

			.c-overlay-content {
				position: relative;
				z-index: 3;
			}
		}

		.card-title {
			color: #fff !important;
			font-size: 30px;
			font-weight: 700;
			line-height: 45px;
		}

		p {
			color: var(--GrayBackground, #f3f4f8);
			font-size: 16px;
			font-weight: 400;
			line-height: 28px;
			/* 175% */
		}
	}
}

.enquiry-modal {
	.modal-content {
		padding: 25px;
		border-radius: 14px;
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
	}

	.title-with-bar:before {
		margin-left: 0 !important;
	}

	.modal-body {
		.modal-form-inner-section {
			background: #f5f9fa;
			padding: 20px;
			margin-bottom: 16px;
		}
	}
}

@media (max-width: 767px) {
	.smarter-way-section {
		.inner-bg-container {
			padding: 25px;
		}

		.img-card {
			.card-img-overlay {
				padding: 25px;
				padding-right: 25px;
			}
		}
	}
}

#hfb .business-travel-section .features-skewed-section::before {
	display: none;
}

.text-label-color {
	color: var(--label-color);
}

#hfb .sme-landing-hero-section .img-wrapper {
	min-height: 350px;
	height: auto;
	display: flex;
	align-items: center;
	padding-block: 70px;
}

#hfb .sme-landing-hero-section .img-wrapper .banner-img {
	object-position: 70%;
}

#hfb .cmn-section-title {
	font-size: 40px;
}

#hfb
	.business-travel-section
	.features-skewed-section
	.feature-card-item-wrapper
	.feature-card
	.feature-icon
	img {
	width: 70px;
	height: 70px;
	padding: 5px;
}

#hfb
	.business-travel-section
	.features-skewed-section
	.feature-card-item-wrapper
	.feature-card
	.f-card-title {
	color: #222;
}

#hfb
	.business-travel-section
	.features-skewed-section
	.feature-card-item-wrapper
	.feature-card
	.f-card-desc {
	color: #222;
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details {
	width: 100%;
}

#hfb
	.ebf
	.cc-data
	.fleet-tab-details
	.fleet-car-details
	.fleet-other-details
	.item {
	position: relative;
	width: calc(100% / 5 - 24px) !important;
}

#hfb
	.ebf
	.cc-data
	.fleet-tab-details
	.fleet-car-details
	.fleet-other-details
	.item:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: -25%;
	background-color: #d7d8d8;
	transform: translateX(-50%);
}

#hfb
	.ebf
	.cc-data
	.fleet-tab-details
	.fleet-car-details
	.fleet-other-details
	.item:last-child:after {
	display: none;
}

#hfb
	.ebf
	.cc-data
	.fleet-tab-details
	.fleet-car-details
	.fleet-other-details
	.item
	p {
	font-weight: 400;
}

#hfb .ebf .global-typo-accordian.active {
	max-height: max-content;
}

#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
	-webkit-line-clamp: unset;
}

.smarter-way-section .benefit-listing li {
	font-weight: 500;
	color: #000;
}

#hfb .sme-landing-hero-section .img-wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/* background-color: ; */
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0) 100%
	);
}

.sme-landing-hero-section .banner-content .content-section {
	padding-left: 60px;
	z-index: 1;
}

.modal-header .cmn-section-title {
	font-size: 30px !important;
}

.modal-body {
	padding: 0;
}

.modal-header {
	padding-inline: 0;
	padding-block: 0;
	padding-bottom: 20px;
}

#hfb .title-with-bar:before {
	bottom: -20px;
}

#hfb .form-floating > .form-control {
	font-size: 14px !important;
	min-height: 50px;
	height: 50px;
}

#hfb .form-floating > .form-select {
	font-size: 14px;
	height: 50px !important;
	min-height: 50px;
	padding-top: 20px;
}

.form-floating > .form-control {
	padding: 12px;
}

.form-floating > label {
	padding: 12px;
}

#hfb .form-floating label {
	font-size: 14px;
}
#hfb .form-floating label.annualRentalLabel,
#hfb .form-floating label#annualRentalLabel {
	max-width: calc(100% - 100px);
}

.enquiry-modal .modal-dialog {
	max-width: 850px;
}

#hfb .sme-landing-hero-section .content-section .title {
	font-size: 52px;
	line-height: 1.4;
}

#hfb .sme-landing-hero-section .content-section .desc {
	font-size: 18px;
	font-weight: 600;
}

#hfb .sme-landing-hero-section .content-section .desc:last-child {
	margin-bottom: 0 !important;
}

#hfb
	.business-travel-section
	.features-skewed-section
	.feature-card-item-wrapper
	.feature-card {
	padding: 30px;
	border-radius: 6px;
	background: rgba(243, 244, 248, 0.7);
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.08);
}

#hfb
	.business-travel-section
	.features-skewed-section
	.feature-card-item-wrapper {
	gap: 30px;
}

.accordion-section .accordion {
	margin-top: 30px;
}

.accordion-section .accordion .accordion-item {
	border-radius: 6px;
	background: #f9f9f9;
	background: #f3f4f8;
	border: none;
}

.accordion-section .accordion .accordion-item .accordion-title {
	color: var(--hertz-black);
	gap: 15px;
}

.accordion-section .accordion .accordion-item .accordion-title.active {
	padding-bottom: 16px;
}

.accordion-section .accordion .accordion-item .accordion-title .icon {
	min-width: 24px;
}

.accordion-section .accordion .accordion-item .accordion-content p {
	color: var(--label-color);
}

.accordion-section .accordion .accordion-item .accordion-content p:last-child {
	margin-bottom: 0;
}

.accordion-section .plus-icon {
	background-image: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/icons/plus-icon.svg) !important;
}

.accordion-section .minus-icon {
	background-image: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/icons/minus-icon.svg) !important;
}

.accordion-section .accordion-title {
	margin-bottom: 0;
}

.accordion-section .accordion-content {
	padding-top: 0;
	padding-bottom: 20px;
}

.common-spacing {
	margin-bottom: 90px;
}

.rental-card-wrapper {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}

.rental-card {
	background: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.3s ease;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 22px;
	background: #fff;
	border-top: 4px solid #fc0;
}

.rental-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

.rental-card-image img {
	width: 100%;
	display: block;
	object-fit: cover;
	margin-bottom: 10px;
}

.rental-card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.rental-card-content h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	color: #000;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 65px;
}

.rental-card-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 84px;
}

.rental-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 15px;
}

.rental-card-tags span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.28;
	color: #000;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.rental-card-link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #047e8c !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: underline !important;
	transition: 0.3s ease-in-out;
	justify-content: end;
}

.rental-card-link:hover {
	gap: 12px;
}

.heading-wrapper {
	margin-bottom: 40px;
}

.chatbox {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	width: 60px;
	height: 60px;
	border-radius: 120px;
	background: #fafafa;
	box-shadow: 0 2.4px 3.6px 0 rgba(0, 0, 0, 0.25);
	padding: 10px;
}

.chatbox img {
	width: 100%;
	height: auto;
}

#hfb .modal-dialog {
	margin-top: 1.75rem;
}

#hfb .card-heading {
	font-weight: 600 !important;
}

#hfb .intl-tel-input .iti .iti__tel-input {
	height: 50px;
}

#hfb .intl-tel-input .iti {
	height: 50px;
}

#hfb .intl-tel-input .iti .iti__country-container {
	top: 15px;
}

#hfb .intl-tel-input input[type="tel"] {
	padding-top: 21px;
	color: #000 !important;
	opacity: 1;
	font-weight: 500;
}

.modal-header .btn-close {
	background-image: url(../../../img/icons/close.svg);
	opacity: 1;
	margin-bottom: 10px;
}

.checkbox-card {
	display: flex;
	flex-direction: column;
	gap: 15px;

	.checkbox-item {
		display: flex;
		align-items: flex-start;
		gap: 12px;

		input[type="checkbox"] {
			background: #fff;
			width: 20px;
			height: 20px;
			margin-top: 2px;
			flex-shrink: 0;
			cursor: pointer;
			border-radius: 5px;
			appearance: none;
			position: relative;
			transition: all 0.2s ease;
			color: #a6a8a9;
			border-color: #a6a8a9;

			&:checked {
				background: var(--hertz-teal);
				border-color: var(--hertz-teal);
			}

			&:focus {
				border-color: inherit;
				box-shadow: none;
				color: inherit;
			}

			&:checked::after {
				content: "";
				position: absolute;
				left: 7px;
				top: 2px;
				width: 5px;
				height: 11px;
				border: solid #fff;
				border-width: 0px 2px 2px 0;
				transform: rotate(45deg);
			}
		}

		label {
			font-size: 16px;
			line-height: 1.25;
			color: #000;
			cursor: pointer;
			margin: 0;

			a {
				color: #0a7986;
				text-decoration: underline;
			}
		}
	}
}

.business-wrapper {
	background: #fffbea;
	border-radius: 10px;
	padding: 35px;
	box-shadow: 0 4px 8px 0 rgba(230, 230, 230, 0.5);
}

.section-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.37;
}

.section-title::after {
	content: "";
	width: 70px;
	height: 3px;
	background: #f4c63d;
	position: absolute;
	left: 0;
	bottom: -14px;
}

.section-subtitle {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 5px;
}

.section-desc {
	color: #222;
	margin-bottom: 15px;
}

.call-card {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.call-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #ffeea9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.call-card span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	color: #222;
}

.call-card a {
	display: block;
	text-decoration: underline;
	color: var(--hertz-teal);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.call-card small {
	display: block;
	color: #222;
	line-height: 1.33;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

.business-form .form-description {
	color: #222;
}

.business-form .form-control,
.business-form .form-select {
	min-height: 50px;
}

.business-form textarea.form-control {
	min-height: 120px;
}

.contact-preference-checkbox .checkbox-card {
	flex-direction: row;
}

.contact-preference-checkbox
	.checkbox-card
	.checkbox-item
	input[type="checkbox"]:checked {
	background: #000;
	border-color: #000;
}

#hfb .business-form .btn-primary {
	font-size: 16px;
}

.form-select {
	background-image: url(../../../img/icons/dropdown.svg) !important;
}

.annual-spend-group {
	height: max-content;
}

.currency-select {
	max-width: 100px;
	border-right: none !important;
	border-radius: 0.375rem 0 0 0.375rem;
	padding-right: 17px !important;
}

.amount-input {
	border-left: 1px solid #dee2e6;
	border-radius: 0 0.375rem 0.375rem 0;
}

.amount-input:focus,
.currency-select:focus {
	z-index: 3;
}

#annualRentalLabel {
	font-size: 12px !important;
	top: -12px;
	left: 100px;
	color: #19818d;
	z-index: 99;
	font-weight: 400 !important;
}

#currency:focus,
#annualSpend:focus {
	transition: 0.3s ease-in-out;
	border-color: rgba(10, 121, 134, 0.7);
	box-shadow: 0px 0px 0px 4px rgba(10, 121, 134, 0.25);
}

#annualSpend {
	padding-top: 17px;
	color: #000 !important;
	font-weight: 600 !important;
	height: 50px;
	border-radius: 0 6px 6px 0;
}

.currency-select {
	height: 50px !important;
}

.iti:has(input.is-invalid) + label {
	color: #cd2026 !important;
}

.input-group:has(input.is-invalid) + label {
	color: #cd2026 !important;
}
#hfb .form-floating > .form-select.is-invalid ~ label,
#hfb .form-floating:has(.form-select.is-invalid) > label {
	color: #cd2026 !important;
}
.global-typo-accordian {
	margin-bottom: 0 !important;
}

.contact-preference-checkbox .checkbox-item {
	align-items: center;
}

#hfb .form-floating > textarea.form-control {
	height: 90px;
	resize: none;
}

#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title img {
	width: 60px;
}

#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
	padding-left: 70px;
}

@media (max-width: 991.98px) {
	.business-wrapper {
		padding: 35px;
	}

	.business-form {
		padding-left: 0;
		margin-top: 20px;
	}

	.section-title {
		font-size: 34px;
	}

	.section-subtitle {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.business-wrapper {
		padding: 24px;
	}

	.section-title {
		font-size: 22px;
	}

	.section-subtitle {
		font-size: 18px;
	}

	.btn-primary {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.checkbox-card {
		.checkbox-item {
			gap: 10px;

			label {
				font-size: 14px;
			}
		}
	}
}

.btn-check:focus + .btn,
.btn:focus {
	box-shadow: none;
	/* box-shadow: 0 0 0 .25rem var(--hertz-gold-200); */
}

.accordion-title > button {
	background: transparent;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

@media (max-width: 767px) {
	.heading-wrapper {
		margin-bottom: 25px;
	}

	#hfb .sme-landing-hero-section .content-section .title {
		font-size: 26px;
	}

	#hfb .sme-landing-hero-section .img-wrapper {
		padding-block: 30px;
		min-height: 180px;
	}

	#hfb .cmn-section-title {
		font-size: 24px !important;
	}

	#hfb
		.business-travel-section
		.features-skewed-section
		.feature-card-item-wrapper
		.feature-card
		.feature-icon
		img {
		width: 50px;
		height: 50px;
		padding: 5px;
	}

	.enquiry-modal .modal-content {
		padding: 25px;
	}

	.enquiry-modal .modal-dialog {
		max-width: 85%;
		margin: 0 auto;
	}

	.smarter-way-section .img-card .card-title {
		font-size: 22px;
		line-height: 1.4;
	}

	#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title .car-type {
		font-size: 16px;
	}

	#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title img {
		width: 55px;
		height: auto;
	}

	#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item {
		position: relative;
		width: calc(100% / 2 - 24px) !important;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item:nth-child(even):after {
		display: none;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item:nth-child(odd):after {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: -25%;
		background-color: #d7d8d8;
		transform: translateX(-50%);
		display: block !important;
	}

	.currency-select {
		max-width: 100px;
	}

	#annualRentalLabel {
		left: 100px;
	}

	#hfb .sme-landing-hero-section .content-section img {
		width: 135px;
	}

	#hfb .sme-landing-hero-section .content-section .desc {
		padding-right: 0 !important;
		font-size: 14px;
	}

	#hfb .sme-landing-hero-section .img-wrapper .banner-img {
		object-position: 70%;
	}

	.common-spacing {
		margin-bottom: 30px;
	}

	.rental-card {
		max-width: 100%;
	}

	.rental-card-content h2 {
		font-size: 20px;
		display: block;
		min-height: max-content;
	}

	.rental-card-link {
		font-size: 16px;
	}

	.rental-card-wrapper {
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}

	.rental-card-content p {
		min-height: max-content;
	}

	.modal-header .cmn-section-title {
		font-size: 24px !important;
	}

	.input-group > .form-control,
	.input-group > .form-select {
		padding-right: 30px !important;
	}
}

@media (max-width: 480px) {
	.rental-card-content h2 {
		font-size: 24px;
	}

	.rental-card-content p {
		font-size: 15px;
		line-height: 1.6;
	}

	.rental-card-tags {
		gap: 8px;
	}

	.rental-card-tags span {
		font-size: 13px;
		padding: 7px 12px;
	}

	.rental-card-link {
		font-size: 15px;
	}

	.enquiry-modal .modal-dialog {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.common-spacing {
		margin-bottom: 50px;
	}

	#hfb .sme-landing-hero-section .content-section img {
		width: 200px;
	}

	.rental-card-wrapper {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	#hfb .sme-landing-hero-section .content-section .title {
		font-size: 34px;
	}

	#hfb .sme-landing-hero-section .img-wrapper .banner-img {
		object-position: 75%;
	}

	#hfb .sme-landing-hero-section .img-wrapper {
		min-height: 250px;
		padding-block: 30px;
	}

	#hfb .sme-landing-hero-section .content-section {
		padding: 20px 40px;
	}

	#hfb .cmn-section-title {
		font-size: 30px;
	}

	#hfb
		.business-travel-section
		.features-skewed-section
		.feature-card-item-wrapper
		.feature-card
		.feature-icon
		img {
		width: 60px;
		height: 60px;
	}

	#hfb
		.business-travel-section
		.features-skewed-section
		.feature-card-item-wrapper
		.feature-card
		.f-card-title {
		font-size: 20px;
	}

	.smarter-way-section .img-card .card-title {
		font-size: 30px;
	}

	#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
		padding: 0;
		padding-top: 10px;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item {
		position: relative;
		width: calc(100% / 3 - 7px) !important;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item:nth-child(3):after {
		display: none;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item:last-child:after {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: -25%;
		background-color: #d7d8d8;
		transform: translateX(-50%);
		display: block;
	}

	#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title .car-type {
		font-size: 18px;
	}

	#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title img {
		width: 55px;
	}

	.modal-header .cmn-section-title {
		font-size: 24px !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.common-spacing {
		margin-bottom: 75px;
	}

	#hfb .sme-landing-hero-section .content-section img {
		width: 250px;
	}

	#hfb .sme-landing-hero-section .img-wrapper .banner-img {
		object-position: 75%;
	}

	#hfb .cmn-section-title {
		font-size: 36px;
	}

	#hfb .form-floating > .form-select {
		padding-right: 25px;
	}

	#hfb .sme-landing-hero-section .content-section .title {
		font-size: 42px;
	}

	.smarter-way-section .img-card .card-img-overlay {
		padding: 25px;
	}

	.modal-header .cmn-section-title {
		font-size: 26px !important;
	}

	.smarter-way-section .img-card .card-title {
		font-size: 28px;
	}

	#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title img {
		width: 60px;
	}

	#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
		padding: 0;
		padding-top: 10px;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item {
		position: relative;
		width: calc(100% / 5 - 8px) !important;
	}

	#hfb
		.ebf
		.cc-data
		.fleet-tab-details
		.fleet-car-details
		.fleet-other-details
		.item:after {
		right: -15%;
	}

	#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title .car-type {
		font-size: 18px;
	}

	.section-title {
		font-size: 36px;
	}
}

#hfb .annualRentalLabel {
	font-size: 12px !important;
	top: -12px;
	left: 100px;
	color: #19818d;
	z-index: 99;
	font-weight: 400 !important;
}
#hfb .btn-primary {
	padding: 10px 20px;
}
#hfb .amount-input.is-invalid {
	border-radius: 0 4px 4px 0;
}
.modal-open {
	overflow: hidden;
}
.modal-body {
	padding: 0;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.enquiry-modal {
	/* padding-right: 0 !important;
    max-width: 100% !important; */
	box-sizing: border-box;
}
footer {
	display: block;
}
#hfb .reserve-card {
	padding: 15px;
}
#hfb .card-heading {
	margin-bottom: 15px;
}

#passwordEnroll-error {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 10px;
	margin-top: 5px;
	z-index: 10;
}

button.btn:hover{
       background-color: var(--hertz-gold-800) !important;
    border-color: var(--hertz-gold-800);
 }
 .accordion-title > button{
    text-align: left;
 }
 #annualSpend{
    border-radius: 4px;
 }

#hfb .extra-faq.ebf .global-typo-accordian .open-drawer {
    height: 40px;
    overflow: hidden;
    transition: height .5s ease-in-out;
}

#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-content{
    /* display: none; */
    opacity: 0;
    transition: opacity .3s ease;
}

#hfb .ebf .global-typo-accordian.active .open-drawer{
    height: 160px;
    transition: .5s ease-in-out;
}

#hfb .ebf .global-typo-accordian.active .open-drawer .fleet-tab-content{
    opacity: 1;
}


#hfb .ebf .global-typo-accordian.active {
    max-height: max-content;
    transition: .5s heght ease-in-out;

}

#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
    -webkit-line-clamp: 4;
}

.password-rules {
	margin: 0;
	padding-left: 0;
	font-size: 13px;
}

.password-rules li {
    font-size: 13px;
}

#enquirySuccessModal .modal-content {
    position: relative;
}

#enquirySuccessModal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1056;
}

#hfb .business-form .enquireNowForm .card-heading {
    font-size: 18px;
}

#hfb #enrollForm .card-heading {
    font-size: 18px;
}

#hfb #enquireNowForm-modal .card-heading {
    font-size: 18px;
}

#enrollForm .checkbox-card {
    gap: 10px;
}

#enrollForm .checkbox-item {
    align-items: center;
}

.enquireNowForm-modal .checkbox-item{
    align-items: center !important;
}

#enrollForm #termsEnroll-error {
    margin-top: -10px;
}

#enquireNowForm-modal #termsEnroll-error {
    margin-top: -10px !important;
}

#hfb .sme-landing-hero-section .content-section .title {
    font-size: 50px;
    line-height: 1.2;
}

#hfb #enrollForm .card-heading {
    margin-bottom: 10px;
}

#hfb #enquireNowForm-modal .card-heading {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 40px;
    }
}
