/* Universal Css Start Here */
body {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	background: #ffff;
	color: #494949;
	line-height: 26px;
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}

html {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Jost", sans-serif;
}

p {
	font-family: var(--secondary-medium-font);
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
}

.btn {
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	padding: 10px 41px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	border: none;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-family: "Roboto", sans-serif;
	background: #0991d8;
	font-weight: 500;
	width: fit-content;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	border-radius: 12px;
}

.btn:hover {
	transition: all 0.3s ease-in-out;
	background: #222222;
	opacity: 1;
	color: #fff;
	transform: scale(0.9);
}

.btn-second {
	overflow: hidden;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 25px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-family: "TomatoGrotesk-Medium";
	background: transparent;
	width: fit-content;
}

.form-control {
	background: transparent;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
	padding: 12px 20px;
	resize: none;
	border-radius: 5px;
	border: 1px solid #cccccc;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
	margin-bottom: 10px;
}

.form-control:focus {
	background: #fff;
	color: #001a14 !important;
	box-shadow: none;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}

.login-wrapper .custom-checkbox {
	display: flex;
	align-items: center;
}

.login-wrapper .custom-checkbox input[type="checkbox"] {
	display: none;
}

.login-wrapper .custom-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	color: #636363;
	font-family: var(--secondary-regular-font);
}

.login-wrapper .custom-checkbox label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #6c757d;
	border-radius: 7px;
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.login-wrapper .custom-checkbox input[type="checkbox"]:checked + label:before {
	background: #f3f3f3;
	border-color: #636363;
}

.login-wrapper .custom-checkbox label:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	left: 4px;
	top: -1px;
	font-size: 14px;
	color: #636363;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.login-wrapper .custom-checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.login-wrapper .custom-checkbox {
	display: flex;
	align-items: center;
}

.login-wrapper .custom-checkbox input[type="checkbox"] {
	display: none;
}

.login-wrapper .custom-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	color: #636363;
	font-family: var(--secondary-regular-font);
}

.login-wrapper .custom-checkbox label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #6c757d;
	border-radius: 7px;
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.login-wrapper .custom-checkbox input[type="checkbox"]:checked + label:before {
	background: #f3f3f3;
	border-color: #636363;
}

.login-wrapper .custom-checkbox label:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	left: 4px;
	top: -1px;
	font-size: 14px;
	color: #636363;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.login-wrapper .custom-checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.hover-line {
	width: 0%;
	background-color: crimson;
	height: 1px;
	display: flex;
	align-items: end;
	transition: all 0.5s;
}

.hover-line-main {
	max-width: fit-content;
	transition: all 0.5s;
}

.hover-line-main:hover .hover-line {
	width: 100%;
	transition: all 0.5s;
}

.form-control::placeholder {
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 15px;
}

ul {
	list-style: none;
	padding: 0;
}

.list-style {
	list-style: disc;
}

.border-right {
	border-right: 1px solid #e9ecef;
}

.border-bottom {
	border-bottom: 1px solid #e9ecef;
}

.border-top {
	border-top: 1px solid #e9ecef;
}

.btn span {
	margin-left: 10px;
	display: inline-block;
	transition: transform 0.3s ease;
}

.white-space {
	white-space: nowrap;
}

.btn-wrapper:hover {
	color: #fff !important;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-height-20 {
	line-height: 35px;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

.line-clamp-5 {
	-webkit-line-clamp: 5;
}

.line-clamp-6 {
	-webkit-line-clamp: 6;
}

.line-clamp-7 {
	-webkit-line-clamp: 7;
}

.text-underline {
	text-decoration: underline;
}

.text-capatalize {
	text-transform: capitalize;
}

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

.z-index-1 {
	z-index: 1;
	opacity: 1;
}

.z-index-2 {
	z-index: 2;
}

.over-hidden {
	overflow: hidden;
}

.z-index-2 {
	z-index: 2;
}

.z-index-1 {
	z-index: 1;
}

.form_input,
.form_input::placeholder {
	color: var(--input-color);
	font-size: 16px;
	font-family: var(--secondary-font);
	font-weight: 400;
}

.input_border {
	border: 1px solid var(--extra-color-3);
}

.rounded-radius {
	border-radius: 13px;
}

.border-bottom {
	border-bottom: 1px solid #2222222e;
}

.border-right {
	border-right: 1px solid #2222222e;
}

.border-left {
	border-left: 1px solid #2222222e;
}

.border-top {
	border-top: 1px solid #2222222e;
}
.focus_none:focus + .focus_none,
.focus_none:focus {
	box-shadow: none;
}

.radius-1 {
	border-radius: 10px;
}

.radius-2 {
	border-radius: 20px;
}

.radius-50 {
	border-radius: 50px;
}

.radius-0 {
	border-radius: 0px;
}

.radius .z-index-2 {
	z-index: 2;
}

textarea.form-control {
	height: 135px;
	border: 0;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: transparent;
	font-family: var(--secondary-font);
	font-size: 16px;
	color: #8e8e8e;
	transition: 0.8s;
	resize: none;
	box-shadow: none;
}

textarea.form-control::placeholder {
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}

textarea.form-control:focus {
	background: #fff0e9;
	color: #001a14 !important;
	box-shadow: none;
}

a {
	text-decoration: none;
	/* color: var(--extra-color-3); */
}

button {
	font-family: var(--font-btn);
	border: 0;
}

figure {
	margin-bottom: 0;
}

section.testemonial {
	position: relative;
	margin-bottom: 60px;
}

.testemonial .slick-prev,
.testemonial .slick-next {
	position: absolute;
	top: -89px;
	z-index: 10;
	right: -44%;
}

/* Arrow Styling */
.testemonial .slick-prev::before,
.testemonial .slick-next::before {
	width: 50px;
	height: 50px;
	background-color: rgb(34, 34, 34);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	color: rgb(255, 255, 255);
	font-family: "FontAwesome";
	border-radius: 6px;
}

.testemonial .slick-prev {
	left: 135%;
}

.testemonial .slick-prev::before {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	color: #6c6c6c;
	content: "\f104";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	border-radius: 6px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.testemonial .slick-next::before {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	color: #6c6c6c;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	border-radius: 6px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/*  */
.new-slatter {
	display: flex;
	align-items: center;
	border: 1px solid #eceef3;
	padding: 10px;
	border-radius: 0px;
	background: #f9f9f9;
}

.new-slatter .form-control {
	background: transparent;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
	padding: 12px 20px;
	resize: none;
	border-radius: 5px;
	border: none;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}

.new-slatter .form-group {
	margin-bottom: 0;
	width: 100%;
}

.newsletter-content {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	border-radius: 30px;
}

.footer {
	background-image: url(../img/footer.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.footer-img-wrap {
	position: absolute;
	bottom: 0;
}

.wrapper-position-footer {
	position: relative;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	top: 210px;
}

/* banner */
section.banner {
	background-image: url("../img/banner.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 53vh;
	/* Full viewport height */
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	padding: 20px;
}

.heading-wrapper-toyota {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px;
	z-index: 111;
}

.explore-the-img img {
	border-radius: 20px;
	width: 100%;
	height: 470px;
	object-fit: cover;
}

.explore-the-img {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.explore-the-img::before {
	content: "";
	position: absolute;
	background: linear-gradient(
		179deg,
		rgb(42 123 155 / 69%) 0%,
		rgb(0 0 0 / 72%) 0%,
		rgb(9 145 216 / 49%) 100%
	);
	top: 100%;
	height: 100%;
	width: 100%;
	transition: 0.8s ease;
}

.explore-the-img:hover:before {
	top: 0;
}

.hover-effect-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease, opacity 0.5s ease;
	z-index: 2;
}

.explore-the-img:hover .hover-effect-img {
	transform: scale(1.1) translateY(20px);
	/* andar ki taraf move kare */
	opacity: 0;
	/* gayab ho jaye */
}

.explore-the-img.bleu-wrapper {
	background: #1f4691;
	height: 467px;
	border-radius: 20px;
}

.explore-the-img.bleu-wrapper::before {
	content: unset;
}

.heading-wrapper-toyota.wrapper-b-toyoto {
	top: 0%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.heading-wrapper-toyota.wrapper-nit {
	padding: 11px;
	width: 100%;
	padding-bottom: 40px;
}

.text-center-nit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.custom-accordion .accordion-item {
	border-radius: 10px;
	overflow: hidden;
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
}

.custom-accordion .accordion-button::after {
	display: none !important;
}

.custom-accordion .accordion-button {
	position: relative;
	padding-left: 50px;
	padding-bottom: 30px;
}

.custom-accordion .accordion-button::before {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 5px;
	top: 39%;
	transform: translateY(-50%);
	border: 1px solid #222222;
	padding: 4px;
	border-radius: 50px;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
}

.custom-accordion .accordion-button:not(.collapsed)::before {
	content: "\f068";
	/* Minus icon */
}

.custom-accordion .accordion-button:focus {
	box-shadow: none;
}

.custom-accordion .accordion-body {
	background-color: #fff;
	padding: 0px 10px 10px 54px;
}

.custom-accordion .accordion-item {
	border-bottom: 2px dashed #888;
}

.custom-accordion .accordion-button:not(.collapsed) {
	color: unset;
	background-color: unset;
	box-shadow: unset;
}

.testimonial-content {
	padding: 20px;
}

.testimonial-content .position-testimonial img.img-fluid {
	max-width: 99px;
	height: 99px;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.total-wrapper {
	background: #f5f5f5;
	padding: 29px;
	margin-top: 0px;
	border-radius: 20px;
}

.total-wrapper input.form-control {
	border: 1px solid #a0a0a0;
	height: 52px;
}

span.wrapper-positttt {
	top: 31px !important;
}

span.position-absolute.wrapper-positttt-wrapp {
	top: 72px !important;
	right: 10px !important;
}

.tab-list {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
	list-style: none;
	padding: 0;
}

.tab-item {
	padding: 0.5rem 1rem;
	border: 2px solid #ccc;
	border-radius: 8px;
	cursor: pointer;
	background-color: #f9f9f9;
	transition: all 0.3s ease;
	font-weight: 500;
	color: #333;
}

.tab-item:hover {
	background-color: #e6f0ff;
	border-color: #66aaff;
	color: #0056b3;
}

.tab-item.active {
	background-color: #007bff;
	color: white;
	border-color: #007bff;
	box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

ul.chbs-list-reset {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 33px;
}

.border-wrapper-q {
	border: 1px solid #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #1f4691;
	border-radius: 12px;
}

.border-wrapper-q h5 {
	color: #fff;
}

.border-wrapper-q h4 {
	color: #fff;
}

li.border-wrapper-q.active h4 {
	color: #000;
}

li.border-wrapper-q.active h5 {
	color: #000;
}

span.circle {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid #000;
	margin-bottom: 0;
}

.chbs-vehicle-content-meta-info span {
	display: flex;
	align-items: center;
	gap: 2px;
}

.chbs-vehicle-content-meta-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
}

.new {
	padding: 20px 0;
}

.new .form-group {
	display: block;
	margin-bottom: 15px;
}

.new .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.new .form-group label {
	position: relative;
	cursor: pointer;
	color: #000;
	font-family: "Gilroy-Regular";
	display: flex;
}

.new .form-group label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.new .form-group input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.new .form-group {
	margin-bottom: 15px;
	position: relative;
}

a.edit-wrapper {
	color: #c36;
	border: 1px solid #c36;
	border-radius: 20px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: "Quicksand-SemiBold";
}

footer.footer {
	background: #1f4691;
	padding: 70px 0 0 0;
	color: #fff;
	font-family: var(--medium-font);
}

footer.footer p {
	font-family: var(--secondary-medium-font);
}

.footer-logo {
	max-width: 390px;
}

.footer-logo p {
	font-size: 16px;
	margin-top: 20px;
	color: #a7a7a7;
	line-height: 22px;
	width: 85%;
}

footer h6 {
	color: var(--light-color);
	font-size: 22px;
	font-family: var(--heading-font);
	margin-bottom: 20px;
}

footer ul {
	padding: 0;
}

footer ul li {
	list-style: none;
	color: #a7a7a7;
	font-size: 15px;
}

footer ul li a {
	list-style: none;
	color: #a7a7a7;
	font-size: 15px;
}

.footer-links li {
	padding: 5px 0px;
}

.copyright-div {
	padding: 20px 0;
	font-size: 15px;
	/* background: #222222; */
}

/* .terms-div {
	text-align: right;
} */

.terms-div a {
	color: #fff;
	margin-left: 20px;
}

.footer-start {
	margin-bottom: 10px;
}

.footer-links li i {
	color: #1d7195;
	padding-right: 5px;
}

footer .form-control,
footer .form-control:focus {
	display: block;
	width: 100%;
	padding: 0.75rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #4565a4;
	background-clip: padding-box;
	border: 1px solid #576c90;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 15px;
	margin-top: 10px;
	border-radius: 10px;
}

.f-quick-links {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-top: 20px;
}

.border-div {
	width: 1px;
	background: #fff;
	height: 90px;
	display: block;
	opacity: 0.3;
}

.footer-links {
	padding-top: 20px;
}

.about-section {
	background-image: url("../img/about-us.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 20px;
	color: white;
	text-align: center;
}

.about_left_img {
	max-width: 370px;
}

.about_right_img {
	max-width: 370px;
}

.about_right_wrap {
	text-align: end;
	margin-top: -60px;
}

.chbs-summary {
	background: #0991d870;
	padding: 20px;
	border-radius: 20px;
}

.row.wrapper-sev {
	background: #f7f7f7;
	border-radius: 20px;
	padding: 20px;
}

.icon {
	width: 60px;
	height: 60px;
	/* margin: 0 auto 20px; */
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	border: 6px solid #efefef;
}

.icon svg {
	width: 60%;
	height: 60%;
	fill: #1f4691 !important;
}

/* Icon Block */
.icon-text-block {
	/* text-align: center; */
	background: #fff;
	margin: 13px;
	padding: 10px;
	border-radius: 20px;
}

.icon {
	width: 60px;
	height: 60px;
	/* margin: 0 auto 20px; */
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	border: 6px solid #efefef;
	position: relative;
	top: -20px;
	left: -20px;
}

.contact-box {
	padding: 10px 20px 10px 5px;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-box img {
	width: 70px;
	height: 70px;
	object-fit: scale-down;
	border-radius: 20px;
}

.login-wra {
	background: #e1eced;
	padding: 30px;
	border-radius: 20px;
}

.input_group.wrapper-footer-input input {
	border: 1px solid #000;
	color: #fff !important;
}

.input_group.wrapper-footer-input input::placeholder {
	color: #fff !important;
}

.wrapper-top-anime {
	margin-top: 190px;
}

.form_input::-webkit-inner-spin-button,
.form_input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.form-control.otp-wr {
	padding: 10px;
	text-align: center;
}

.sidebar-ul {
	list-style: none;
	padding: 0;
}

.siderbar-tabs ul li {
	padding: 15px 20px;
}

.siderbar-tabs ul li a {
	font-size: 15px;
	color: #fff;
	text-decoration: unset;
}

.icon-span {
	padding-right: 16px;
}

.sidebar-img .wrapper-pr-img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 110px;
}

.sidebar-img {
	text-align: center;
	padding: 32px 32px 16px;
}

.siderbar-tabs {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	background: #1f4691;
	border-radius: 20px;
}

section.profile-sec {
	padding: 80px 0px;
}

.sidebar-img h3 {
	font-size: 22px;
	color: #fff;
	font-family: VisbySemibold;
	padding-top: 10px;
}

.sidebar-img h5 {
	font-size: 13px;
	color: #fff;
	font-family: Visbyregular;
}

.siderbar-tabs .border-bottom {
	border-bottom: 1px solid #dee2e62e !important;
}

.sidebar-ul .active {
	color: #fff;
	margin: 0px 14px;
	transition: 0.5s all ease;
	width: 100%;
	text-align: start;
	text-transform: uppercase;
	border-left: 2px solid #fff;
	background-image: url(../img/profile/bg-linear.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.main-profile-content {
	background: #f8f8f8;
	padding: 20px;
}

span.line-wrapper {
	background: #c7c7c7;
	width: 100%;
	display: flex;
	height: 1px;
	margin-top: 8px;
}

section.login-wrapper {
	padding: 110px 0px;
}

.heading-profile {
	display: flex;
	align-items: center;
	gap: 15px;
}

.heading-profile h3 {
	white-space: nowrap;
}

img.img-fluid.upload-profile-img {
	border-radius: 110px;
	width: 80px;
	height: 80px;
	object-fit: scale-down;
}

.upload-file {
	display: flex;
	align-items: center;
	gap: 20px;
}

label.upload-on-change h4 {
	cursor: pointer;
}

.bg-user-main {
	width: 50px;
	height: 50px;
	background: #f9ebe6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.edit-input-info {
	padding-bottom: 0;
	position: relative;
}

.eye-icon {
	position: absolute;
	right: 20px;
	bottom: 12px;
}

.eye-icon i {
	font-size: 16px;
	color: #a29fa4;
}

.name-info.edit-input-info {
	position: relative;
}

.upload-file-file1 {
	text-align: center;
	border: 1px solid #cdd3d6;
	border-radius: 10px;
	padding: 20px;
}

img.img-fluid.upload-profile-img1 {
	border-radius: 0;
	width: 60px;
	height: 60px;
	object-fit: scale-down;
	background: #cdd3d6;
	margin-bottom: 10px;
}

.profile-sec .plan-details {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: 20px;
	transition: border-color 0.2s ease-out;
}

.profile-sec .card1 {
	background-color: #e9e9e9;
	border: none;
	border-radius: 0.5em;
	border-radius: var(--card-radius);
	border-radius: 0;
	position: relative;
	width: 100%;
}

.profile-sec .social-office-content {
	align-items: center;
	border-bottom: 1px solid #45204f;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	padding-bottom: 20px;
}

.profile-sec .social-office {
	align-items: center;
	display: flex;
	gap: 10px;
}

.custom-radio {
	background-color: initial;
	border: 1px solid #000;
	border-radius: 50%;
	height: 19px;
	position: absolute;
	right: 70px;
	top: 36px;
	width: 19px;
}

.card1 .custom-radio:after {
	background: #fff;
	border-radius: 50%;
	height: 8px;
	left: 5px;
	top: 5px;
	width: 8px;
}

.card1 input:checked ~ .custom-radio:after {
	display: block;
}

.custom-radio:after {
	content: "";
	display: none;
	position: absolute;
}

.card1 input:checked ~ .custom-radio {
	background-color: initial;
	border: 1px solid #fff;
}

.profile-sec .radio:checked {
	background: #000;
	border-color: #000;
}

.profile-sec .card1 input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.remeberDv input[type="checkbox"],
input[type="radio"] {
	position: relative !important;
	top: 2px !important;
}

.profile-sec .radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: calc(1em + 2px);
	right: calc(var(--card-padding) + var(--radio-border-width));
	top: calc(1em + 2px);
	top: calc(var(--card-padding) + var(--radio-border-width));
}

.profile-sec .radio {
	display: none;
}

.card1 input:checked ~ .plan-details {
	background-color: #45204f;
	border-color: #45204f;
	border-radius: -2px;
	color: #fff;
	background: #cf7c7b;
	background: linear-gradient(90deg, #cf7c7b, #da8983 52%, #f6ad9a);
}

.card1 input:checked ~ .plan-details p {
	color: #fff;
}

.card1 input:checked ~ .plan-details h4 {
	font-family: Visbysemibold;
	color: #fff;
}

.profile-sec .plan-details h4 {
	font-family: Visbysemibold;
	color: #173657;
}

.card1 input:checked ~ .plan-details h5 {
	font-family: Visbyregular;
	color: #fff;
}

.profile-sec .plan-details h5 {
	font-family: Visbyregular;
	color: #173657;
}

.card1 input:checked ~ .plan-details .social-office-content {
	border-bottom: 1px solid #fff;
}

.social-office i {
	color: #173657;
}

.card1 input:checked ~ .plan-details .social-office i {
	color: #fff;
}

section.profile-sec .table thead {
	background-color: #e1eced !important;
	color: #000;
}

section.profile-sec .cart-table-wrapper .table tbody td {
	vertical-align: middle;
	background: transparent !important;
	padding: 16px 20px;
	text-align: center;
}

.order-detail-dv {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-left: 18px;
}

.order-detail-icon img {
	width: 33%;
}

.order-detail-icon {
	background-color: #fff;
	border-radius: 90px;
	text-align: center;
	line-height: 37px;
	width: 43px;
	height: 43px;
}

.order-detail-border {
	border-left: 1px solid #3030302b;
	border-right: 1px solid #3030302b;
}

.order-info-border {
	padding-top: 28px;
}

.order-detail-para {
	padding-left: 13px;
}

.order-detail-para p span {
	padding-right: 5px;
}

section.profile-sec.main-class .radio-btn-dv [type="radio"]:checked,
section.profile-sec.main-class .radio-btn-dv [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

section.profile-sec.main-class .radio-btn-dv [type="radio"]:checked + label,
section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:not(:checked)
	+ label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:checked
	+ label:before,
section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:not(:checked)
	+ label:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 36px;
	width: 18px;
	height: 18px;
	border: 1px solid #45204f;
	border-radius: 100%;
	background: transparent;
}

section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:checked
	+ label:after,
section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:not(:checked)
	+ label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--primary-color);
	position: absolute;
	top: 40px;
	left: 3px;
	border-radius: 100%;
	transition: all 0.2s ease;
}

section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:not(:checked)
	+ label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

section.profile-sec.main-class
	.radio-btn-dv
	[type="radio"]:checked
	+ label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.radio-dv p {
	padding: 27px;
}

.radio-dv {
	display: flex;
	align-items: center;
}

.radio-dv p {
	font-size: 13px;
	color: #180021;
	font-family: Visbysemibold;
}

.radio-btn-dv {
	padding: 35px 15px;
}

.order-payment-detail {
	background-color: #cc7878;
	padding: 13px;
	border-radius: 10px;
}

.total-price {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	line-height: 5px;
}

.total {
	display: flex;
	justify-content: space-between;
}

.payment-head h3 {
	font-size: 24px;
	color: #fff;
	font-family: VisbyMedium;
}

.order-detail-para h5 {
	font-size: 18px;
	color: var(--secondary-color);
	font-family: VisbyMedium;
}

.payment-head {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 24px;
}

.total-price p {
	font-size: 13px;
	font-family: VisbyMedium;
	color: #fff;
}

.total {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	margin-top: 10px;
}

.total p {
	font-size: 16px;
	font-family: VisbyMedium;
	color: #fff;
	margin: 0;
}

.move-with {
	padding-left: 9px;
}

.radio-dv img {
	width: 52px;
	height: 58px;
	object-fit: cover;
}

.position-absolute-upload {
	position: absolute;
	bottom: 9px;
	left: 99px;
	cursor: pointer;
}

.search-container {
	z-index: 1050;
}

.search-icon {
	cursor: pointer;
}

.profile-sec .card1 {
	background-color: #e9e9e9;
	border: none;
	border-radius: 0.5em;
	border-radius: var(--card-radius);
	border-radius: 0;
	position: relative;
	width: 100%;
}

.profile-sec .social-office-content {
	align-items: center;
	border-bottom: 1px solid #45204f;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	padding-bottom: 20px;
}

.profile-sec .social-office {
	align-items: center;
	display: flex;
	gap: 10px;
}

.custom-radio {
	background-color: initial;
	border: 1px solid #000;
	border-radius: 50%;
	height: 19px;
	position: absolute;
	right: 70px;
	top: 36px;
	width: 19px;
}

.card1 .custom-radio:after {
	background: #fff;
	border-radius: 50%;
	height: 8px;
	left: 5px;
	top: 5px;
	width: 8px;
}

.card1 input:checked ~ .custom-radio:after {
	display: block;
}

.custom-radio:after {
	content: "";
	display: none;
	position: absolute;
}

.card1 input:checked ~ .custom-radio {
	background-color: initial;
	border: 1px solid #fff;
}

.profile-sec .radio:checked {
	background: #000;
	border-color: #000;
}

.profile-sec .card1 input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.remeberDv input[type="checkbox"],
input[type="radio"] {
	position: relative !important;
	top: 2px !important;
}

.profile-sec .radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: calc(1em + 2px);
	right: calc(var(--card-padding) + var(--radio-border-width));
	top: calc(1em + 2px);
	top: calc(var(--card-padding) + var(--radio-border-width));
}

.profile-sec .radio {
	display: none;
}

.card1 input:checked ~ .plan-details {
	background-color: #45204f;
	border-color: #45204f;
	border-radius: -2px;
	color: #fff;
	background: #cf7c7b;
	background: linear-gradient(90deg, #cf7c7b, #da8983 52%, #f6ad9a);
}

.card1 input:checked ~ .plan-details p {
	color: #fff;
}

.card1 input:checked ~ .plan-details h4 {
	font-family: Visbysemibold;
	color: #fff;
}

.profile-sec .plan-details h4 {
	font-family: Visbysemibold;
	color: #173657;
}

.card1 input:checked ~ .plan-details h5 {
	font-family: Visbyregular;
	color: #fff;
}

.profile-sec .plan-details h5 {
	font-family: Visbyregular;
	color: #173657;
}

.card1 input:checked ~ .plan-details .social-office-content {
	border-bottom: 1px solid #fff;
}

.social-office i {
	color: #173657;
}

.card1 input:checked ~ .plan-details .social-office i {
	color: #fff;
}

.complete_status {
	background: #666666;
	color: #fff;
}

.cancel_status {
	background: #be161d;
}

.router-link-active.router-link-exact-active.Rides_nav {
	background: #0991d8;
}

.Rides_nav {
	padding: 15px 20px;
}

.cart-table-wrapper .table thead tr th {
	text-align: center;
}

.web_btn {
	margin: auto;
	width: fit-content;
}

.billing_wrap .billing_desc {
	font-size: 12px;
}

.Bookings_links.active {
	width: fit-content;
}

.contact_info {
	border: 1px solid #1f4691;
}

/* cancelModal Css  */
#cancelModal .modal-content {
	background: #0f2348;
	box-shadow: rgb(4 72 108) 0px 2px 8px 0px;
}

#cancelModal .btn-close {
	filter: invert(1);
}

.btn_close {
	background: #be161d;
}

/* cancelModal Css  */

/* Laptop Responsive  */

@media (max-width: 1200px) {
	.siderbar-tabs ul li a {
		font-size: 14px;
	}

	.btn {
		font-size: 15px;
		padding: 10px 31px;
		height: 46px;
	}

	section.profile-sec .cart-table-wrapper .table tbody td {
		padding: 14px 15px;
	}

	p {
		font-size: 14px;
	}
}

/* Tablet Responsive  */

@media (max-width: 992px) {
	.total-wrapper {
		margin-bottom: 20px;
	}

	.order-payment-detail {
		margin-top: 20px;
	}
}

/* Mobile Responsive  */

@media (max-width: 576px) {
	.about_right_wrap {
		margin-top: 10px;
	}

	p {
		font-size: 13px;
		line-height: 1.8;
	}

	section.banner {
		padding: 0px;
		height: 420px;
	}

	.profile-sec .cart-table-wrapper .table {
		min-width: 1030px;
	}

	.btn {
		font-size: 14px;
		padding: 8px 31px;
		height: 40px;
	}

	section.profile-sec {
		padding: 40px 0px;
	}

	.explore_row {
		padding: 0;
	}

	.explore_first_row {
		justify-content: center;
	}

	.total-wrapper {
		padding: 19px;
	}

	.ride_row {
		justify-content: center;
	}

	.terms-div {
		text-align: center;
	}

	.explore-the-img img {
		height: 250px;
	}
}

/* Custom Modal Styles */
.custom-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.custom-modal {
	background-color: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.custom-modal-header {
	padding: 20px;
	background-color: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-title {
	margin: 0;
	font-size: 1.5rem;
	color: #333;
}

.close-button {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #6c757d;
}

.custom-modal-body {
	padding: 20px;
	text-align: center;
}

.custom-modal-body p {
	margin: 0;
	font-size: 1.1rem;
	color: #495057;
}

.custom-modal-footer {
	padding: 15px 20px;
	background-color: #f8f9fa;
	border-top: 1px solid #e9ecef;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.custom-modal-footer .btn {
	padding: 8px 20px;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.custom-modal-footer .btn_close {
	background-color: #dc3545;
	color: white;
	border: 1px solid #dc3545;
}

.custom-modal-footer .btn_close:hover {
	background-color: #c82333;
	border-color: #bd2130;
}

.custom-modal-footer .btn-primary {
	background-color: #007bff;
	color: white;
	border: 1px solid #007bff;
}

.custom-modal-footer .btn-primary:hover {
	background-color: #0069d9;
	border-color: #0062cc;
}

.custom-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.custom-modal {
	background: white;
	border-radius: 8px;
	width: 100%;
	max-width: 500px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.custom-modal-header {
	padding: 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-title {
	margin: 0;
	font-size: 1.5rem;
	color: #333;
}

.close-button {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #666;
}

.close-button:hover {
	color: #333;
}

.custom-modal-body {
	padding: 20px;
}

.gratuity-options {
	gap: 10px;
}

.gratuity-option {
	flex: 1;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 15px 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
}

.gratuity-option:hover {
	border-color: #aaa;
}

.gratuity-option.selected {
	border-color: #0d6efd;
	background-color: #f0f7ff;
}

.option-amount {
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
}

.option-label {
	display: block;
	color: #666;
	font-size: 0.9rem;
}

.custom-amount-input {
	margin-top: 20px;
}

.summary {
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 8px;
}

.vehicle_heading_wrapper {
	background: linear-gradient(
		209deg,
		rgb(100 131 144 / 7%) 0%,
		rgb(0 0 0 / 0%) 0%,
		rgb(57 57 57 / 82%) 100%
	);
	width: 100%;
	display: flex;
}

.explore-the-img:hover .vehicle_heading_wrapper {
	background: linear-gradient(
		209deg,
		rgba(100, 131, 144, 0) 0%,
		rgb(0 0 0 / 0%) 0%,
		rgba(57, 57, 57, 0) 100%
	);
}

/* arrive-section Css  */

.arrive-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	height: 550px;
}

.arrive-wrapper::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -16px;
	right: -16px;
	background: var(--extra-color-5);
	height: 32px;
	width: 32px;
	border-radius: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.75s ease-out;
}

.arrive-wrapper:hover:before {
	transform: scale(45);
}

.arrive-wrapper {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border-radius: 20px;
	padding: 25px;
}

.arrive-wrapper:hover .arrive-heading {
	color: var(--body-color);
}

.arrive-wrapper:hover .arrive-para {
	color: var(--body-color);
}

.service___detail___wrap {
	height: 300px;
}

/* arrive-section Css  */

/* service-detail-section Css  */
.service-detail-section {
	padding: 50px 0;
}

.service___detail___image figure img.img-fluid {
	border-radius: 30px;
	height: 500px;
	object-fit: cover;
}

/* service-detail-section Css  */
