@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
.custom-header {
	padding: 0;
	border-bottom: 1px solid rgba(92, 106, 196, 0.1);
}
.custom-header .nav-item .nav-link {
	font-weight: 500;
	padding: 15px 20px;
}
.custom-header .nav-item .nav-link:hover {
	color: #5c6ac4;
}
.custom-header .nav-item .nav-link.active {
	color: #5c6ac4;
}
.backbtn {
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	counter-reset: numbers;
}
/* html,
body {
	min-height: 100%;
	height: 100%;
} */
img {
	max-width: 100%;
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}
.blueText {
	color: #4b5fdf;
}
.orangeText {
	color: #ee6f11;
}
.weblogo img {
	width: 250px;
}
.review-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.review-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.star-rating i {
	color: #ffc107;
}
.hero-banner {
	position: relative;
	background: #F4F4F9;
	padding: 3.2rem 0px;
}
.hero-banner h1 {
	padding: 20px 0px;
	color: #040408;
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
}
.hero-banner span {
	color: #4A5EDF;
}
.hero-banner p {
	max-width: 280px;
	font-size: 18px;
	margin: 0 0 2rem;
}
.hero-banner .map-image {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: -1;
}
.hero-banner .btn-block {
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	display: flex;
	text-align: center;
}
.btn {
	border-radius: 3px;
}
.btn-light {
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.btn-primary {
	background: #4a5edf;
	border-color: #4a5edf;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.btn-primary:hover {
	color: var(--bs-btn-hover-color);
	background-color: #f58634;
	border-color: #f58634;
}
.btn-outline-primary {
	border-color: #4a5edf;
	color: #4a5edf;
}
.btn-outline-primary:hover {
	background: #4a5edf;
	border-color: #4a5edf;
}
.btn-secondary {
	background: #EE6F11;
	border-color: #EE6F11;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.btn-secondary:hover {
	background: #4a5edf;
	border-color: #4a5edf;
}
main {
	margin-top: 85px;
}
h3 {
	font-size: 35px;
	font-weight: 600;
}
h4 {
	font-size: 30px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	font-weight: 500;
}
.btn-check+label {
    color: #777777;
    background: #ffffff;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.2);
    font-size: 22px;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: #5c6ac4;
	border-color: #5c6ac4;
}
.drive-sec {
	background: #F4F4F9;
}
.drive-sec h1 {
	color: #fff;
}
.drive-sec .nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: 1rem;
	font-weight: var(--bs-nav-link-font-weight);
	color: #818181;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.drive-sec .nav-tabs .nav-link.active {
	color: #ee6f11;
	background-color: transparent;
	border-bottom: 2px solid;
	font-weight: 600;
}
.carDetails {
	border: 1px solid #d6d6d6 !important;
	border-radius: 10px;
}
.carDetails h5 {
	color: #818181;
	font-size: 14px;
	margin-bottom: 0;
}
.carDetails h3.pricetag {
	font-size: 18px;
	margin: 10px 0;
}
.carDetails p {
	color: #818181;
	font-size: 14px;
	margin: 0;
}
.stepIcon {
	border: 1px solid #d6d6d6;
	border-radius: 25px;
	max-width: 350px;
	padding: 80px;
	margin: 0 auto;
	box-shadow: 0px 0px 4px #d8d8d8;
}
.stepsDetails h6 {
	border: 2px solid #4a5edf;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 25px;
	margin-bottom: 15px;
	color: #4a5edf;
	font-size: 14px;
}
.carousel-icon i {
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.3);
}
.carousel-item i {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.3);
}
.t-card {
	padding: 1.8125rem 1.125rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 1.25rem;
	color: #fff;
	height: auto;
}
.t-card p {
	font-size: 18px;
	font-style: italic;
}
.testionials h4 {
	color: #ffffff;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 1.5625rem solid transparent;
	border-right: 1.5625rem solid transparent;
	border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}
.drive-sec .drive-box {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border-bottom: 2px solid rgba(92, 106, 196, 0.2);
}
.drive-sec .drive-box a {
	text-align: center;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
.drive-sec .drive-box a img {
	height: 260px;
}
.drive-sec .drive-box.opacity {
	background: white;
}
.drive-sec .drive-box:hover {
	border-bottom: 2px solid #5c6ac4;
}
.drive-sec .drive-box:hover .btn-outline-primary {
	background: #5c6ac4;
	border-color: #5c6ac4;
	color: #ffffff;
}
.review-sec .review-box {
	display: flex;
	gap: 15px;
}
.review-sec .review-box .user .user-inn {
	width: 75px;
	height: 75px;
	min-width: 75px;
}
.review-sec .review-box .user .user-inn img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}
.review-sec .review-box .user p {
	text-align: center;
	font-size: 12px;
	margin-top: 8px;
}
.review-sec .review-box .review-body .review-rate ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 5px;
}
.review-sec .review-box .review-body .review-rate ul li.active {
	color: #fb4;
}
.client {
	width: 100%;
	height: 100%;
	background: url('../images/testibg.jpg') no-repeat;
	background-size: cover;
	padding: 60px 0 120px;
}
.testimonial-box {
	position: relative;
	background-color: #2d2d2d;
	color: white;
	font-size: 1rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.testimonial-box:after {
	content: "";
	position: absolute;
	bottom: -29px;
	right: 30px;
	width: 0;
	height: 0;
	border-width: 30px 30px 0 0;
	border-color: #2d2d2d transparent transparent transparent;
	border-style: solid;
}
.client .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -70px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}
@media (max-width: 768px) {
	.testimonial-box:after {
		bottom: -25px;
		border-width: 25px 25px 0 0;
	}
}
.apply-today {
	background: #f7f7f7;
}
.drive-sec-apply p {
    font-size: 20px;
}
#heading {
	text-transform: uppercase;
	color: #5c6ac4;
	font-weight: 600;
	font-size: 32px;
}
#msform {
	text-align: center;
	position: relative;
	margin-top: 20px;
	font-size: 20px;
}
#msform .card-body {
    border-radius: 10px;
    padding: 50px 150px;
    box-shadow: 0px 15px 22px #cccccc6e;
    border: 1px solid #ccc;
}
#msform fieldset {
	background: transparent;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}
.form-card {
	text-align: left;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
#msform input[type="text"],
#msform input[type="email"],
#msform input[type="number"],
#msform input[type="password"],
#msform input[type="tel"],
#msform input[type="url"],
#msform input[type="search"],
#msform textarea {
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
#msform input:focus,
#msform textarea:focus {
	box-shadow: none !important;
	border: 1px solid #5c6ac4;
	outline-width: 0;
}
#msform select.form-select {
    padding: 10px 15px 10px 15px;
    border-radius: 0px;
	border: 1px solid #ccc;
    color: #2C3E50;
	letter-spacing: 1px;
}
#msform .btn-primary {
    font-size: 24px;
    padding: 10px;
}
#msform .btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #4a5edf;
    border-color: #4a5edf;
    opacity: var(--bs-btn-disabled-opacity);
}
#msform .action-button {
	width: 100px;
	background: #5c6ac4;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 10px 0px 10px 5px;
	float: right;
	border-radius: 4px;
}
#msform .action-button:hover,
#msform .action-button:focus {
	background-color: #311B92;
}
#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 10px 5px 10px 0px;
	float: right;
	border-radius: 4px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	background-color: #000000;
}
.card {
	z-index: 0;
	border: none;
	position: relative;
}
.fs-title {
	font-size: 20px;
	color: #5c6ac4;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left;
}
.purple-text {
	color: #5c6ac4;
	font-weight: normal;
}
.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}
.fieldlabels {
	color: gray;
	text-align: left;
}
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
}
#progressbar .active {
	color: #5c6ac4;
}
#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
}
#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f13e";
}
#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f007";
}
#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f030";
}
#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c";
}
#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}
#progressbar li:after {
	content: "";
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}
#progressbar li.active:before,
#progressbar li.active:after {
	background: #5c6ac4;
}
.progress {
	height: 20px;
}
.progress-bar {
	background-color: #5c6ac4;
}
.fit-image {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
footer {
	background: #3D3B76;
	color: #fff;
}
/* Position pagination dots */
.client .swiper-pagination {
	position: relative;
	margin-top: 30px;
	text-align: center;
}
/* Dot style */
.client .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #777;
	/* Inactive color */
	opacity: 1;
	margin: 0 6px;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}
/* Active dot */
.client .swiper-pagination-bullet-active {
	background-color: #ffc107;
	/* Yellow (Bootstrap warning) */
}

@media (max-width: 991px) {
	#msform .card-body {
		padding: 30px 15px;
	}
}
@media (max-width: 767px) {
	.drive-sec-apply h2.mb-0 {
		font-size: 15px;
	}
}
@media (max-width: 575.98px) {
	.navbar .btn-primary {
		background: #4a5edf;
		border-color: #4a5edf;
		font-size: 14px;
		padding: 5px 10px;
		font-weight: 600;
		text-transform: capitalize;
	}
	.weblogo img {
		width: 175px;
	}
	.hero-banner h1 {
		padding: 0px 0px 20px;
		font-size: 1.6rem;
	}
	.drive-sec h3 {
		font-size: 20px;
	}
	.drive-sec .drive-box a img {
		height: 120px;
	}
	.drive-sec .drive-box {
		padding: 10px 10px;
	}
	.leftBlock {
		text-align: center;
	}
	.hero-banner p {
		max-width: max-content;
		font-size: 18px;
		margin: 0 0 1rem;
	}
	.drive-sec-1 h3.journeyBegins {
		font-size: 24px;
		padding: 15px 0;
	}
	.drive-sec .nav-link {
		padding: 3px 8px;
		font-size: 14px;
	}
	.stepIcon {
		border: 0px solid #d6d6d6;
		border-radius: 25px;
		max-width: none;
		padding: 20px;
		margin: 0 auto;
		box-shadow: none;
		display: table;
	}
	.stepsDetails {
		text-align: center;
	}
}