.navbar-header .profile_section a img {
	object-fit: cover;
}

.book-taxi-now form {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 50px;
}

.book-taxi-now form .book-taxi-cnt,
.book-taxi-now form .google-map {
	width: calc(50% - 25px);
}

.book-taxi-now form .google-map {
	height: auto;
	border-radius: 20px;
}

.book-taxi-now .book-taxi-main .book-taxi-form-fields {
	position: unset;
	height: auto;
	background: transparent;
	gap: 13px;
}

.book-taxi-now .book-taxi-main .book-taxi-form-fields .form-control {
	padding: 10px 56px 10px 12px !important;
}

.book-taxi-now h3 {
	font-size: 35px;
	line-height: 40px;
}

.book-taxi-main form label,
.form-card form label {
	width: 100%;
	text-align: left;
	font-weight: 600;
	margin-bottom: 3px;
	border: none;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}

.book-taxi-main form .col {
	padding: 0px;
}

.book-taxi-main .book-taxi-form-fields .col {
	width: 100%;
	flex: unset;
}

.book-taxi-main .notes-info .promo-code-tab {
	position: relative;
}

.book-taxi-main .book-taxi-form-fields .col .star-img,
.book-taxi-main .promo-code-tab .close-icon {
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 35px;
	top: 37px;
}

.book-taxi-main .book-taxi-form-fields .col .star-img img,
.book-taxi-main .promo-code-tab .close-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: contrast(0.2);
	cursor: pointer;
}

.book-taxi-main .book-taxi-form-fields .col .location-img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	position: absolute;
	right: 10px;
	top: 41px;
	filter: contrast(0.2);
}

.book-taxi-now .book-taxi .book-taxi-form-fields #PickupLocationBook {
	background: #3e409521;
}

.book-taxi-main input[type="text"],
.book-taxi-main select,
.book-ride input[type="text"],
.book-ride input[type="number"],
.book-ride input[type="date"],
.book-ride input[type="time"],
.parent-fav-model input[type="text"] {
	border: 1px solid #9c989863;
	padding: 10px 12px !important;
	font-size: 15px;
	height: auto;
	background: #f5f4fa;
	border-radius: 8px;
	color: #000;
}

.book-taxi-main input[type="text"]:focus,
.book-taxi-main select:focus,
.book-ride input[type="text"]:focus,
.parent-fav-model input[type="text"]:focus {
	border: 1px solid #3f439a;
}

.book-taxi-main select option {
	font-size: 15px;
}

.book-taxi-now .book-taxi-main .book-taxi,
.book-taxi-now .book-taxi-main .book-ride {
	border: 1px solid #3f439a;
	padding: 31px;
	border-radius: 20px;
}

.book-taxi-main .build-sponsor-radio [type="radio"]:checked+label,
.book-taxi-main .build-sponsor-radio [type="radio"]:not(:checked)+label {
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}

.book-taxi-main .passenger-detail-myself,
.book-taxi-main .passenger-detail-other,
.book-taxi-main .notes-info {
	gap: 15px;
}

.book-taxi-main .book-ride {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 16px;
}

.book-taxi-main .passenger-detail-myself .form-group,
.book-taxi-main .passenger-detail-other .form-group,
.book-taxi-main .notes-info .form-group,
.book-taxi-main .passanger-info .form-group,
.book-taxi-main .book-ride .form-group {
	width: calc(50% - 8px);
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
}

.book-taxi-main .notes-info .form-group:last-child {
	width: 100%;
	margin-bottom: 0px;
}

.book-taxi-main .form-group select,
.book-taxi-main .notes-info .cardlist select {
	background: #f5f4fa url(../images/down-arrow.png) no-repeat 97%;
	background-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.book-taxi-main .notes-info .cardlist select {
	background-position: 95% 50%;
}

.book-taxi-main .notes-info,
.book-taxi-main .passanger-info {
	gap: 0px 15px;
}

.book-taxi-now {
	padding: 40px 0px 100px 0px;
}

.book-taxi-now .taxi-holder .square {
	margin-top: 0px;
	border-radius: 8px;
	background: #f5f4fa;
	border: 1px solid #9c989863;
	box-shadow: none;
	display: flex;
	align-items: center;
	align-content: center;
	transform: unset;
	padding: 9px 12px;
	justify-content: space-between;
}

.book-taxi-now .taxi-holder .square .info {
	width: 45%;
	margin: 0px;
	padding-left: 10px;
}

.book-taxi-now .taxi-holder .square h5 {
	font-size: 14px;
	text-align: left;
	min-height: auto;
	margin-bottom: 5px;
}

.book-taxi-now .choose-your-taxi .taxi-holder {
	width: calc(25% - 12px);
}

.book-taxi-now .choose-your-taxi .taxi-holder label {
	position: relative;
	margin: 0px;
	height: 100%;
	z-index: 9;
}

.taxi-holder .square .info .price {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 5px;
	justify-content: flex-start;
	color: #212529;
	font-size: 13px;
	line-height: 17px;
}

.taxi-holder .square .info .price p {
	margin-bottom: 0px;
	width: 100%;
}

.book-taxi-now .taxi-holder input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.choose-taxi .choose-your-taxi .taxi-holder img {
	width: 55%;
	height: 62px;
	object-fit: contain;
	object-position: 15px center;
}

.choose-your-taxi {
	gap: 15px;
}

.btn-purpal button {
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.btn-purpal button:hover,
button.logout_passenger:hover,
.payment-btn button:hover,
.invoice-details .buttonWrapper a:hover {
	background: #b22d30;
}

button:focus {
	outline: none;
}

.book-taxi label.error {
	font-weight: 400 !important;
	font-size: 13px !important;
}

.book-taxi-now #DropupLocationBook.error {
	margin-top: 0px;
}

.book-taxi-now .taxi-holder input[type="radio"]:checked+.square {
	background: #3e4095;
}

.book-taxi-now .taxi-holder input[type="radio"]:checked+.square h5,
.book-taxi-now .taxi-holder input[type="radio"]:checked+.square .info .price {
	color: #ffffff;
}

.book-taxi-now .choose-your-taxi .taxi-holder label.error {
	height: auto;
	order: 3;
	position: absolute;
	top: 83px;
}

.book-taxi-main .passanger-info {
	margin-top: 15px;
}

.book-taxi-main .book-ride .form-group {
	margin-bottom: 0px;
	align-items: end;
	align-content: end;
}

.book-taxi-main .book-ride .d-flex {
	width: calc(50% - 8px);
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.book-taxi-main .book-ride .btn-group {
	width: 100%;
}

.book-ride input[type="date"],
.book-ride input[type="time"] {
	padding-right: 10px;
}

.book-ride input[type="time"] {
	position: relative;
	z-index: 9;
}

.profile-section,
.invoice-section {
	padding: 100px 0px;
}

.parent-fav-model,
.cancel-modal,
.transfer-money-modal {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, -1.8);
	padding: 0px 0px 0px 0px !important;
}

.parent-fav-model .modal-dialog,
.cancel-modal .modal-dialog,
.transfer-money-modal .modal-dialog {
	max-width: 100% !important;
	width: 600px;
/*	height: calc(100vh - 50px) !important;*/
	min-height: calc(100% -(1.75rem* 2));
	margin: 25px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parent-fav-model .modal-content,
.cancel-modal .modal-content,
.transfer-money-modal .modal-content {
	background-color: #f5f4fa !important;
	border-radius: 60px;
	padding: 30px;
}

.parent-fav-model .modal-header img,
.cancel-modal .modal-header img {
	width: 100px;
	height: 100%;
	object-fit: contain;
	margin: 0px auto 15px auto;
}

.parent-fav-model .modal-header h4,
.cancel-modal .modal-header h4 {
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.parent-fav-model .modal-header {
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(90deg, #FFFFFF00 8%, #1F1F1F 242%) 100% 1 !important;
}

.parent-fav-model .close {
	bottom: -100px;
	right: 50%;
	transform: translateX(50%);
	border-radius: 50%;
	padding: 1rem;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #f5f4fa !important;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parent-fav-model .close img {
	width: 18px;
	height: 18px;
	filter: invert(0);
	position: relative;
	top: 2px;
}

.parent-fav-model .tabbox-parent-one {
	position: relative;
	width: 33.33%;
	text-align: center;
}

.parent-fav-model .tabbox-parent-one:before {
	content: '';
	position: absolute;
	right: 0px;
	width: 2px;
	max-width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #FFFFFF00 8%, #1F1F1F 242%) !important;
	bottom: 0;
}

.parent-fav-model .tabbox-parent-one:last-child::before {
	display: none;
}

.parent-fav-model .tabbox-parent-one p {
	text-align: center;
	font-weight: 600;
	color: #212529;
}

.parent-fav-model .tabbox-parent-one.active p {
	color: #3e4095;
}

.parent-fav-model .tabbox-parent-one.active img {
	filter: invert(23%) sepia(46%) saturate(757%) hue-rotate(552deg) brightness(100%) contrast(105%);
}

.parent-fav-model .modal-body {
	padding: 25px 0px 0px 0px;
}

.parent-fav-model .close:focus-visible,
.parent-fav-model .close:focus {
	outline: none;
}

.book-taxi-now .book-taxi .book-taxi-form-fields #PickupLocationBook,
.book-taxi-now .book-taxi .book-taxi-form-fields #DropupLocationBook {
	padding-right: 56px !important;
}

.profile-section .profile-img-title,
.invoice-section .profile-img-title {
	background: #3e4095;
	padding: 70px 50px 70px 50px;
	border-radius: 36px 0 30px 0;
	height: 100%;
	position: relative;
}

.profile-section .profile-img-title p,
.invoice-section .profile-img-title p {
	margin-bottom: 0px;
}

.profile-section .profile-img-title :is(h2, h4),
.invoice-section .profile-img-title :is(h2, h4) {
	color: #fff;
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: center;
}

.profile-section .profile-img,
.invoice-section .profile-img {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 25px;
}

.profile-section .profile-img img,
.invoice-section .profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: double 2px #fff;
	border-radius: 50%;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 5px;
}

.profile-section .profile-img-title .d-flex {
	margin: 50px 0px 0px 0px;
}

.invoice-section .profile-img-title .d-flex {
	margin: 30px 0px 0px 0px;
}

.profile-section .profile-img-title p a,
.invoice-section .profile-img-title p a {
	color: #fff;
}

.profile-section .profile-img-title p a:hover {
	text-decoration: underline;
}

.profile-img-title .edit-img {
	width: 25px;
	height: 25px;
	background-color: #fff;
	display: flex;
	margin: 0px auto;
	justify-content: center;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0%);
	border-radius: 50%;
}

.booking-confirm-sec .popup .location-parent .edit-img {
	width: 20px;
	height: 20px;
	background-color: #e7e7e7;
	display: flex;
	margin: 0px auto;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: unset;
	transform: translate(0%, 0%);
	border-radius: 50%;
	right: 0px;
}


.profile-img-title .edit-img img,
.booking-confirm-sec .popup .location-parent .edit-img img {
	width: 23px;
	height: auto;
	object-fit: contain;
	border-radius: 0px;
	border: none;
}

.booking-confirm-sec .popup .location-parent .edit-img img {
	width: 11px;
}

.profile-section .profile-cnt,
.invoice-section .profile-cnt {
	padding: 50px 50px;
}

.profile-section .profile-cnt ul,
.invoice-section .profile-cnt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.profile-section .row,
.invoice-section .row {
	margin: 0px 0px;
	background-color: #f7f7f7;
	border-radius: 36px 0 30px 0;
}

.profile-section .row .col,
.invoice-section .row .col {
	padding: 0px 0px;
}

.profile-section .profile-cnt ul li {
	padding-bottom: 20px;
	width: calc(50% - 8px);
}

.profile-section .profile-cnt ul li a,
.settings-sec .profile-cnt ul li {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #212529;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 15px;
	text-transform: capitalize;
}

.profile-section .profile-cnt ul li a span {
	display: inline-block;
	width: 25px;
	height: 25px;
}

.profile-section .profile-cnt ul li a span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: baseline;
	filter: invert(23%) sepia(46%) saturate(757%) hue-rotate(552deg) brightness(100%) contrast(105%);
}

.profile-section .btn-wrap {
	width: 100%;
	text-align: center;
	margin: 30px 0px 0px 0px;
	display: flex;
	justify-content: center;
}

button.logout_passenger,
.invoice-details .buttonWrapper a {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background: #3e4095;
	min-width: 190px;
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 8px;
	border: none;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	text-transform: uppercase;
}

button.logout_passenger img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.profile-section .profile-cnt ul li a:hover {
	color: #3e4095;
}

.profile-section .breadcrumb-item.active {
	color: rgb(255 255 255 / 70%);
}

.profile-section .breadcrumb-item+.breadcrumb-item::before {
	color: rgb(255 255 255 / 70%);
}

.profile-section .breadcrumb-item a {
	color: #fff;
}

.profile-section nav .breadcrumb {
	padding: 0px;
	background: transparent;
	justify-content: center;
}

.profile-section nav .breadcrumb {
	font-size: 22px;
	line-height: 26px;
}

.trips-sec,
.prevoius-due-sec {
	padding: 40px 30px 40px 30px;
}

.wallet-sec,
.promo-sec,
.saved-place-sec,
.expense-sec,
.expense-history,
.invoice-section .invoice-details {
	padding: 30px 30px 30px 30px;
}

.trips-sec .tab-content,
.wallet-sec .history-sec,
.promo-sec,
.saved-place-sec,
.expense-history {
	height: 550px;
	overflow-y: scroll;
}

.trips-sec .tab-content::-webkit-scrollbar,
.wallet-sec .history-sec::-webkit-scrollbar,
.promo-sec::-webkit-scrollbar,
.saved-place-sec::-webkit-scrollbar,
.expense-history::-webkit-scrollbar {
	display: none;
}

.trips-sec .nav-tabs {
	border-bottom: 0;
	position: relative;
	display: flex;
	width: max-content;
	justify-content: space-between;
	background-color: #a4a4a624;
	padding: 6px;
	border-radius: 50px;
	margin: 0px auto 20px auto;
	border: 1px solid #3e4095;
}

.trips-sec .nav-tabs li {
	display: inline-grid;
	overflow: hidden;
}

.trips-sec .nav-tabs li a {
	text-align: center;
	flex-basis: 50%;
	font-weight: 500;
	padding: 10px 20px;
	position: relative;
	border-radius: 50px;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	z-index: 9;
}

.trips-sec .nav-tabs li a:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #3e4095;
	border-radius: 50px;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-block;
	height: 100%;
	z-index: -1;
}

.trips-sec .nav-tabs li a.active {
	color: #fff;
}

.trips-sec .nav-tabs li a {
	color: #212529;
}

.trips-sec .nav-tabs li a.active:after {
	left: 0%;
}

.tab-pane .psg-info {
	gap: 10px;
	align-items: center;
	margin-bottom: 7px;
}

.tab-pane .psg-info p,
.cancel-request,
.prevoius-due-sec .pay-btn {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	position: relative;
	padding: 0px;
	background-color: transparent;
	line-height: 20px;
	border: none;
	margin-bottom: 0px;
}

.prevoius-due-sec .pay-btn {
	color: #fff;
	padding: 5px 10px;
	background-color: #3e4095;
	border-radius: 50px;
	font-size: 13px;
	width: auto;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.tab-pane .tab-item {
	margin-bottom: 15px;
}

.tab-pane .tab-item:last-child {
	margin-bottom: 0px;
}

.tab-pane .tab-item .box,
.wallet-balance,
.history-sec {
	background-color: #a4a4a624;
	padding: 10px;
	border-radius: 20px;
}

.tab-item .box .location-parent,
.booking-confirm-sec .popup .location-parent {
	padding: 0px 10px 0px 24px;
	margin: 8px 0px 0px 16px;
	position: relative;
	font-size: 12px;
}

.tab-item .box .location-parent:after,
.booking-confirm-sec .popup .location-parent:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 5px;
	bottom: 0px;
	border-left: 1px dashed rgb(0 0 0 / 37%);
	display: inline-block;
	z-index: 1;
	height: calc(100% - 20px);
}

.tab-item .box .location-parent .location-pin-top,
.tab-item .box .location-parent .location-pin-bottom,
.booking-confirm-sec .popup .location-parent .location-pin-top,
.booking-confirm-sec .popup .location-parent .location-pin-bottom {
	width: 17px;
	object-fit: contain;
	height: 17px;
	position: absolute;
	left: -9px;
	top: 3px;
	background-color: #ebebeb !important;
	z-index: 9;
}

.tab-item .box .location-parent .location-pin-bottom,
.booking-confirm-sec .popup .location-parent .location-pin-bottom {
	top: unset;
	bottom: 10px;
}

.tab-item .location-input-parent p,
.booking-confirm-sec .popup .location-input-parent p {
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}

.tab-item .location-input-parent,
.booking-confirm-sec .popup .location-input-parent {
	border-bottom: 1px solid !important;
	border-color: rgb(0 0 0 / 15%) !important;
	border-radius: 0;
	padding-bottom: 8px;
	background-color: transparent;
}

.tab-item .location-parent input[type="text"],
.booking-confirm-sec .popup .location-parent input[type="text"] {
	border: 0;
	font-weight: 500;
	color: #1F1F1F;
	padding: 0px;
	font-size: 12px;
	height: auto;
	line-height: 16px;
	background-color: transparent;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab-item .trip-details {
	padding: 5px 0px 0px 40px;
}

.tab-item .trip-details p {
	font-size: 12px;
	font-weight: 600;
	width: 25%;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 12px;
	border-right: 1px dashed rgb(33 37 41 / 57%);
	margin-right: 12px;
}

.tab-item .trip-details p:last-child {
	margin: 0px;
	padding: 0px;
	border: 0px !important;
	padding-bottom: 0px;
}

.tab-item .trip-details p.date-time {
	font-weight: 400;
	color: rgb(33 37 41 / 57%);
}

.tab-item .trip-details p.price {
	color: #212529;
}

.trip-details p span {
	font-weight: 400;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0px;
	color: rgb(33 37 41 / 57%);
}

.trip-details p span img {
	width: 16px;
	object-fit: contain;
	filter: contrast(0.1);
}

.tab-item .location-parent .location-input-parent:nth-child(3),
.booking-confirm-sec .popup .location-parent .location-input-parent:nth-child(3) {
	border-bottom: 0px solid !important;
}

.tab-pane .psg-info p.cancel,
.cancel-request {
	color: #b22d30;
}

.cancel-request {
	color: #b22d30;
	padding: 5px 10px;
	background-color: #a4a4a624;
	border-radius: 50px;
	font-size: 13px;
	width: auto;
}

.tab-pane .psg-info p.complete {
	color: #4BB543;
	padding: 5px 10px;
	background-color: #a4a4a624;
	border-radius: 50px;
	font-size: 13px;
	width: auto;
}

.tab-pane .tab-item .box .accordion-button {
	width: 100%;
	border: none;
	background: transparent;
}

.tab-pane .tab-item .box .accordion-button:focus,
.tab-pane .tab-item .box .accordion-button:focus-visible {
	outline: none;
}

.tab-pane .tab-item .accordion-body {
	padding: 20px 0px 0px 10px;
}

.tab-pane .tab-item .accordion-body>div p,
.tab-pane .tab-item .accordion-body>div span {
	width: 50%;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left;
}

.cancel-modal .modal-header {
	padding: 0px;
	border: none;
}

.cancel-modal .modal-body {
	padding: 0px;
	border: none;
	text-align: center;
}

.cancel-modal .modal-header img {
	width: 80px;
}

.cancel-modal .modal-title {
	font-weight: 600;
	margin-bottom: 5px;
	line-height: normal;
}

.cancel-modal .modal-footer {
	padding: 0px;
	border-top: 0px;
	justify-content: center;
}

.cancel-modal .modal-footer button,
.transfer-money-modal .modal-footer button {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background: #3e4095;
	min-width: auto;
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 8px;
	border: none;
	text-transform: uppercase;
}

.cancel-modal .modal-footer button.no-cancel {
	background: #212529;
}

.cancel-modal .modal-footer button:hover,
.transfer-money-modal .modal-footer button:hover {
	background: #b22d30;
}

.tab-pane .psg-info p.id span,
.prevoius-due-sec p.prev-due span {
	color: rgb(33 37 41 / 57%);
}

.prevoius-due-sec p.prev-due {
	padding: 2px 0px 5px 40px;
	margin: 0px;
	font-size: 14px;
	font-weight: 600;
}

.wallet-balance,
.history-sec {
	padding: 20px;
}

.wallet-balance h5 {
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-weight: 600;
}

.wallet-balance p {
	text-align: center;
	font-weight: 300;
	color: rgb(33 37 41 / 57%);
}

.wallet-balance .price {
	display: flex;
	align-items: center;
}

.wallet-balance .price img,
.expense-sec .item .price img {
	width: 22px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.wallet-balance .price,
.expense-sec .item .price {
	display: flex;
	align-items: center;
	font-size: 47px;
	justify-content: center;
	line-height: 45px;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
	color: #3e4095;
}

.wallet-balance .add-money,
.wallet-balance .send-money {
	display: flex;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	color: #212529;
	font-size: 15px;
	padding: 0px;
}

.transfer-money-modal .modal-body {
	padding: 0px 0px;
}

.transfer-money-modal .modal-footer {
	border-top: 0px solid #e9ecef;
	padding: 10px 0px 0px 0px;
	justify-content: center;
}

.transfer-money-modal .modal-content {
	border-radius: 30px;
}

.wallet-balance .add-money span,
.wallet-balance .send-money span {
	width: 50px;
	height: 50px;
	background-color: #3e4095;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0px auto 2px auto;
}

.wallet-balance .add-money span img,
.wallet-balance .send-money span img {
	width: 23px;
	height: 23px;
	display: inline-block;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.profile-section .wallet-balance .money-wrap {
	gap: 30px;
	margin: 15px 0px 0px 0px;
}

.wallet-balance {
	margin: 40px 0px 0px 0px;
	background-color: #fff;
}

.history-sec .info {
	margin-right: 0px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.history-sec .info h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	color: #3e4095;
	margin-bottom: 0px;
	text-align: left;
}

.history-sec .info p .date,
.history-sec .info p .time {
	font-size: 15px;
	font-weight: 300;
	color: rgb(33 37 41 / 57%);
}

.history-sec .item {
	padding-bottom: 12px;
	border-bottom: 1px solid rgb(33 37 41 / 15%);
	margin-bottom: 12px;
}

.history-sec .item p {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	color: rgb(33 37 41 / 57%);
	gap: 10px;
}

.history-sec .price .add,
.history-sec .price .minus {
	margin-right: 5px;
	color: #15bf2a;
	font-weight: 600;
}

.history-sec .price .minus,
.history-sec .minus-price {
	color: #b22d30;
}

.history-sec .price {
	font-weight: 600;
	text-align: right;
	line-height: 24px;
}

.history-sec .item:last-child {
	padding-bottom: 0px;
	border-bottom: 0px solid rgb(33 37 41 / 15%);
	margin-bottom: 0px;
}

.history-sec .info p .date {
	margin-right: 5px;
}

.history-sec .price .dollar-sign {
	font-size: 20px;
}

.promo-card {
	background-color: #a4a4a624;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	align-items: flex-start;
}

.promo-card:last-child {
	margin-bottom: 0px;
}

.promo-card .img {
	min-width: 40px;
	height: 40px;
}

.promo-card .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.promo-card p span.rupee-sign img {
	width: auto;
	height: 13px;
	object-fit: contain;
	position: relative;
	top: -1px;
}

.promo-card h5,
.promo-card p {
	color: #3e4095;
}

.promo-card p.date {
	font-weight: 400;
	color: rgb(33 37 41 / 57%);
	font-size: 13px;
	margin-bottom: 0px;
}

.promo-card h5 {
	font-weight: 600;
	color: #3e4095;
}

.promo-card p {
	color: #3e4095;
	margin-bottom: 2px;
	font-size: 16px;
	text-align: left;
}

.saved-place-sec .address {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
	background-color: #a4a4a624;
	padding: 15px;
	border-radius: 20px;
}

.saved-place-sec .address:last-child {
	margin-bottom: 0px;
}

.saved-place-sec .address .img {
	min-width: 45px;
	height: 45px;
	background: #3e4095;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
}

.saved-place-sec .address .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.saved-place-sec .address .details h5 {
	font-size: 18px;
	margin-bottom: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.saved-place-sec .address .details {
	width: calc(100% - 60px);
}

.saved-place-sec .address .details p {
	font-weight: 400;
	font-size: 13px;
	color: rgb(33 37 41 / 57%);
	margin-bottom: 0px;
	text-align: left;
}

.booking-confirm-sec {
	padding: 100px 0px;
}

.booking-confirm-sec iframe {
	height: 650px;
	border: 1px solid #3f3f95;
}

.booking-confirm-sec .google-map {
	position: relative;
}

.booking-confirm-sec .button {
	position: absolute;
	z-index: 9;
/*	bottom: 6px;*/
	bottom: 0;
	left: unset;
	right: 100px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background: #3e4095;
	min-width: 190px;
	display: inline-block;
	min-height: 40px;
	text-decoration: none;
	padding: 8px 15px 4px 15px;
	border-radius: 10px 10px 0px 0px;
	border: none;
	width: 100%;
	max-width: 450px;
}

.booking-confirm-sec .overlay,
.booking-confirm-sec .chatbox {
	position: absolute;
	top: -100%;
	bottom: unset;
	left: 0;
	right: 0;
	transition: all ease 0.5s;
	visibility: hidden;
	opacity: 0;
}

.booking-confirm-sec .overlay:target {
	visibility: visible;
	opacity: 1;
	top: 0px;
}

.booking-confirm-sec .overlay:target+#trip-detail-btn {
	display: none;
}

.booking-confirm-sec .map-wrapper {
	position: relative;
	overflow: hidden;
}

.booking-confirm-sec .popup {
	margin: 20px 100px 0px auto;
	padding: 30px 40px;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	position: relative;
	transition: all ease 0.5s;
	max-width: 450px;
	box-shadow: 0px 6px 12px #80808099;
}

.booking-confirm-sec .popup h2 {
	margin-top: 0;
	color: #333;
}

.booking-confirm-sec .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	color: #212529;
	opacity: 1;
}

.booking-confirm-sec .popup .close:hover {
	color: #b22d30;
	opacity: 1;
}

.booking-confirm-sec .popup .content {
	overflow: auto;
}

.booking-confirm-sec .popup .title img {
	width: 90px;
	height: 100%;
	object-fit: contain;
	margin: 0px auto 10px auto;
}

.booking-confirm-sec .popup .title {
	text-align: center;
}

.booking-confirm-sec .popup .title h5 {
	line-height: normal;
	font-size: 19px;
}

.booking-confirm-sec .popup .avtar-img,
.upcoming-booking-history .avtar-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.booking-confirm-sec .driver-detail {
	display: flex;
	gap: 20px;
	align-items: center;
	align-content: center;
}

.booking-confirm-sec .driver-detail .rating {
	position: absolute;
	left: 0px;
	right: 0px;
	top: unset;
	bottom: 0px;
	display: flex;
	align-items: center;
	background-color: #3f3f95;
	padding: 2px 5px 1px 5px;
	gap: 3px;
	font-size: 9px;
	width: fit-content;
	border-radius: 10px;
	color: #ffd250;
	margin: 0px auto -4px auto;
}

.booking-confirm-sec .driver-detail .rating span {
	width: 10px;
	height: 10px;
	display: inline-block;
}

.booking-confirm-sec .driver-detail .rating span img {
	width: 100%;
	height: auto;
	object-fit: contain;
	position: relative;
	top: -3px;
}

.booking-confirm-sec .driver-detail .img {
	position: relative;
}

.driver-detail .name h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
}

.driver-detail .name p {
	font-size: 13px;
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.booking-confirm-sec .popup .location-parent {
	margin: 25px 0px 0px 30px;
	padding-right: 0px;
}

.booking-confirm-sec .popup .location-parent .location-pin-top,
.booking-confirm-sec .popup .location-parent .location-pin-bottom {
	background-color: #ffffff !important;
}

button.cancel-booking-btn,
button.share-btn,
button.submitButton,
.add-new-card-sec a.submitButton,
.saved-place-sec .buttonWrapper a.btn {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background: #3e4095;
	min-width: 190px;
	display: flex;
	gap: 7px;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 8px;
	border: none;
	justify-content: center;
	margin: 15px 0px 0px 28px;
	cursor: pointer;
}

a.cancel-upcoming-booking-btn{
	font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    background: #3e4095;
    border: none;
}

button.cancel-booking-btn:hover,
button.share-btn:hover,
a.cancel-upcoming-booking-btn:hover,
button.submitButton:hover {
	background: #b22d30;
}

button.cancel-booking-btn img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

input[type=search] {
	-webkit-appearance: searchfield !important;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button !important;
}

.book-taxi-main .promo-code-tab input[type="text"] {
	padding-right: 35px !important;
}

.book-taxi-main span.deleteicon {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.book-taxi-main span.deleteicon span {
	position: absolute;
	display: block;
	right: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #fff;
	background-color: #ccc;
	font: 13px monospace;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}

.book-taxi-main span.deleteicon input {
	padding-right: 18px;
	box-sizing: border-box;
}

.book-taxi-main .promo-code-tab .close-icon {
	width: 18px;
	height: 18px;
	right: 12px;
}

.saved-place-sec .address .details h5 .delete_address {
	color: #b22d30;
	padding: 0px 0px 0px 10px;
	background-color: transparent;
	border-radius: 50px;
	font-size: 13px;
	width: auto;
	text-decoration: underline;
	position: relative;
	z-index: 9;
}

.wallet-balance p .date {
	margin-right: 5px;
}

.expense-sec .item .row {
	gap: 20px;
	background-color: transparent;
}

.expense-sec .item .row>div {
	width: calc(33.33% - 14px);
	background-color: #3639be17;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
	color: rgb(33 37 41 / 57%);
}

.expense-sec .time-count img {
	width: 9px;
	object-fit: contain;
	margin: 0px 4px 0px 0px;
}

.expense-sec .item .row>div span {
	width: 100%;
	color: #3e4095;
	font-weight: 600;
	margin: 2px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.expense-sec .item p.date {
	text-align: center;
	color: rgb(33 37 41 / 57%);
	margin-bottom: 10px;
}

.expense-sec .item .price {
	margin-bottom: 20px;
}

.expense-sec .week-btn {
	width: 100%;
	margin: 10px 0px 0px 0px;
	color: #3e4095;
	text-decoration: underline;
	cursor: pointer;
}

.expense-sec.owl-carousel .owl-nav.disabled {
	display: block !important;
}

.expense-sec.owl-carousel .owl-nav button.owl-prev,
.expense-sec.owl-carousel .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	background-color: #3e4095;
	border-radius: 50%;
	padding: 9px !important;
}

.expense-sec.owl-carousel .owl-nav button.owl-prev:focus-visible,
.expense-sec.owl-carousel .owl-nav button.owl-next:focus-visible,
.expense-sec.owl-carousel .owl-nav button.owl-prev:focus,
.expense-sec.owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
}

.expense-sec.owl-carousel .owl-nav button.owl-prev span,
.expense-sec.owl-carousel .owl-nav button.owl-next span {
	color: #fff;
	height: 20px;
	line-height: normal;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 3px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card_new_style {
	padding: 10px 10px 10px 30px;
	border: 1px solid #3e4095;
	border-radius: 50px;
	background-color: #fffcfc;
	margin: 20px 0px 3px 0px;
}

.ElementsApp,
.ElementsApp .InputElement {
	border-radius: '22px !important';
}

.__PrivateStripeElement {
	padding: 9px !important;
}

.add-new-card-sec .about-book-section {
	background-color: #f7f7f7;
	border-radius: 36px 0 30px 0;
	padding: 0px 20px;
}

.add-new-card-sec {
	padding: 100px 0px;
}

.add-new-card-sec h2 {
	font-weight: 600;
}

.payment-btn button {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background: #3e4095;
	min-width: 190px;
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 8px;
	border: none;
}

.expense-sec {
	margin: 40px 0px 0px 0px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}

.invite-sec .img {
	width: 100%;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

.invite-sec .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.invite-friend-sec .social-icon ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0px 0px 0px;
}

.invite-friend-sec .social-icon ul li a i {
	font-family: 'Font Awesome 5 Brands' !important;
	background-color: transparent;
}

.invite-friend-sec .social-icon ul li a {
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 5px 5px rgb(0 0 0 / 12%);
	box-shadow: 0px 10px 7px 0px #ffffff08;
}

.invite-friend-sec .social-icon ul li .facebook {
	color: #4267B2;
}

.invite-friend-sec .social-icon ul li .google {
	color: #4285F4;
}

.invite-friend-sec .social-icon ul li .twitter {
	color: #1DA1F2;
}

.invite-friend-sec .social-icon ul li .pinterest {
	color: #c8232c;
}

.invite-friend-sec .social-icon ul li .tumblr {
	color: #34526f;
}

.invite-friend-sec .social-icon ul li .whatsapp {
	color: #25D366;
}

.invite-friend-sec .social-icon {
	position: absolute;
	bottom: 70px;
	left: 0px;
	right: 0px;
}

.invite-sec {
	padding: 40px;
	text-align: center;
}

.invite-sec :is(h4, h5, p) {
	text-align: center;
	font-weight: 600;
}

.invite-sec .profile-img {
	margin: 5px auto 20px auto;
}

.invite-sec .profile-section .profile-img img {
	border: double 2px #3e4095;
}

.invite-sec .form-check-group,
.tip-desc .form-check-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

button.share-btn {
	margin: 30px auto 0px auto;
}

.invite-sec [type="radio"]:checked+label:before,
.invite-sec [type="radio"]:not(:checked)+label:before,
.edit-form [type="radio"]:checked+label:before,
.edit-form [type="radio"]:not(:checked)+label:before,
.tip-desc [type="radio"]:checked+label:before,
.tip-desc [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: #fff;
}

.invite-sec [type="radio"]:checked+label:after,
.invite-sec [type="radio"]:not(:checked)+label:after,
.edit-form [type="radio"]:checked+label:after,
.edit-form [type="radio"]:not(:checked)+label:after,
.tip-desc [type="radio"]:checked+label:after,
.tip-desc [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #3e4095;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.invite-sec [type="radio"]:not(:checked)+label:after,
.edit-form [type="radio"]:not(:checked)+label:after,
.tip-desc [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.invite-sec [type="radio"]:checked+label,
.invite-sec [type="radio"]:not(:checked)+label,
.edit-form [type="radio"]:checked+label,
.edit-form [type="radio"]:not(:checked)+label,
.tip-desc [type="radio"]:checked+label,
.tip-desc [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 22px;
	display: inline-block;
	color: #3d3d3d;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}

.invite-sec [type="radio"],
.edit-form [type="radio"],
.tip-desc [type="radio"],
.tip-desc .form-check-group [type="radio"] {
	opacity: 0;
	margin: 0;
}

.invite-sec .form-check-group .form-check,
.edit-form .form-check-group .form-check,
.tip-desc .form-check-group .form-check {
	padding: 0 0px 0 0;
}

.invite-sec h5 {
	font-weight: 600;
	margin-bottom: 3px;
}

.invite-sec h5 span {
	color: #3e4095;
}

.invite-sec p {
	font-size: 14px;
	color: rgb(33 37 41 / 57%);
	font-weight: 400;
}


/******toggle-css-start-here****/
.switch {
	position: relative;
	display: inline-block;
	min-width: 45px;
	height: 24px;
	margin: 0px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:checked+.slider {
	background-color: #3e4095;
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px #3e4095;
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.switch .slider.round {
	border-radius: 34px;
}

.switch .slider.round:before {
	border-radius: 50%;
}

.settings-sec .profile-cnt ul li {
	width: 100%;
	background-color: #a4a4a624;
	border-radius: 5px;
	padding: 0px 0px;
	justify-content: space-between;
	position: relative;
	text-align: left;
	box-shadow: 0px 2px 2px #8080804f;
}

.settings-sec .profile-cnt ul li a {
	width: 100%;
	padding: 10px 50px 10px 20px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.settings-sec .profile-cnt ul li:after {
	content: '';
	position: absolute;
	left: unset;
	right: 20px;
	top: 12px;
	bottom: 0px;
	background: transparent url(../images/right-arrow.png) no-repeat right;
	width: 20px;
	height: 20px;
	display: inline-block;
	z-index: 9;
	background-size: contain;
	cursor: pointer;
}

.settings-sec .profile-cnt ul li.switch-tab:after {
	display: none;
}

.settings-sec .profile-cnt ul li.switch-tab {
	padding: 10px 20px;
}

.settings-sec .profile-cnt ul li:hover a {
	background-color: #3e4095;
	color: #fff;
}

.settings-sec .profile-cnt ul li:hover:after {
	filter: brightness(0) invert(1);
}

.form-card .logo-img {
	width: 90px;
	height: 100%;
	margin: 0px auto 10px auto;
}

.form-card .logo-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin-bottom: 5px;
}

.form-card {
	padding: 100px 0px;
}

.form-card form {
	margin: 0px auto;
	border: 1px solid #3f439a;
	padding: 31px;
	border-radius: 20px;
}

.form-card form h3 {
	font-weight: 600;
}

.form-card button.submitButton {
	max-width: 150px;
}

.book-taxi-main .notes-info .cardlist a {
	text-transform: uppercase;
}

.form-card form input[type="password"],
.form-card form input[type="text"],
.form-card form input[type="email"],
.form-card form input[type="tel"],
.form-card form select {
	border: 1px solid #e4e4e4;
	padding: 10px 12px !important;
	font-size: 15px;
	border-color: #9c989863;
	background: #f5f4fa;
	border-radius: 8px;
	color: #000;
	width: 100%;
	height: auto;
}

.form-card form input[type="password"]:focus,
.form-card form input[type="text"]:focus,
.form-card form input[type="password"]:focus-visible,
.form-card form input[type="text"]:focus-visible,
.form-card form select:focus,
.form-card form select:focus-visible,
.form-card form input[type="tel"]:focus,
.form-card form input[type="tel"]:focus-visible,
.form-card form input[type="email"]:focus,
.form-card form input[type="email"]:focus-visible {
	outline: none;
	border: 1px solid #3f439a;
}

.form-card form .inputDiv {
	margin-bottom: 13px;
	position: relative;
	width: calc(33.33% - 10px);
}

.form-card span.field-icon {
	position: absolute;
	right: 12px;
/*	top: unset;*/
	top: 34px;
/*	bottom: 11px;*/
}

.form-card span.field-icon:before {
	font-family: 'FontAwesome';
	color: #21252991;
}

.edit-form .edit-profile-img {
	position: relative;
	text-align: center;
	margin-bottom: 22px;
}

.edit-form .edit-profile-img img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #3f3f95;
	padding: 5px;
}

.edit-form .edit-img {
	width: 25px;
	height: 25px;
	background-color: #3f3f95;
	display: flex;
	margin: 0px auto;
	justify-content: center;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0%);
	border-radius: 50%;
}

.edit-form .edit-img img {
	width: 14px;
	height: auto;
	object-fit: contain;
	border-radius: 0px;
	border: none;
	filter: brightness(0) invert(1);
	padding: 0px;
}

.edit-form form .group-wrap .form-group,
.form-card form .select-group {
	width: calc(50% - 8px);
	margin-bottom: 10px;
}

.edit-form form .form-group {
	width: 100%;
	margin-bottom: 10px;
}

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

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

.edit-form form select {
	appearance: none;
	background: #f5f4fa url(../images/down-arrow.png) no-repeat 95%;
	padding-right: 30px;
	background-size: 12px !important;
	cursor: pointer;
}

.book-taxi label.error {
	color: red;
	font-size: 13px;
}

.input-group>.intl-tel-input.allow-dropdown,
.form-group>.intl-tel-input.allow-dropdown {
	width: 100%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container,
.form-group>.intl-tel-input.allow-dropdown>.flag-container {
	z-index: 4;
}

.iti-flag {
	background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

.edit-form form .intl-tel-input,
.transfer-money-modal .intl-tel-input {
	width: 100%;
}

.edit-form form input[type="tel"],
.transfer-money-modal input[type="tel"] {
	padding-left: 90px !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	font-size: 15px;
}

.edit-form .intl-tel-input .country-list .country-name,
.edit-form .intl-tel-input .country-list .country .dial-code,
.transfer-money-modal .intl-tel-input .country-list .country-name,
.transfer-money-modal .intl-tel-input .country-list .country .dial-code {
	font-size: 15px;
}

.edit-form .intl-tel-input.separate-dial-code .selected-flag,
.transfer-money-modal .intl-tel-input.separate-dial-code .selected-flag {
	background-color: #cad1e3;
}

.edit-form .intl-tel-input .flag-container,
.transfer-money-modal .intl-tel-input .flag-container {
	border-radius: 11px 0px 0px 11px;
	overflow: hidden;
}

/******card-css-start-here*****/
/*.saved-place-sec*/
.add-new-card-sec a.submitButton,
 .buttonWrapper a.btn {
	background-color: transparent;
	color: #3e4095;
	border: 2px dashed;
	margin: 30px auto 30px auto !important;
	max-width: 300px;
	line-height: 23px;
}

.add-new-card-sec .card,
.add-new-card-sec .card__chip {
	overflow: hidden;
	position: relative;
}

.add-new-card-sec .card-wrapper {
	padding: 30px;
	border-radius: 30px;
	background-color: #a4a4a624;
}

.add-new-card-sec .card-wrap {
	overflow: auto;
	overflow-y: hidden;
	gap: 30px;
	padding: 10px 12px;
}

.add-new-card-sec .card-wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}

.add-new-card-sec .card-wrap::-webkit-scrollbar {
	height: 5px;
	background-color: #F5F5F5;
}

.add-new-card-sec .card-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #00000029;
}

.chat-box-body::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #F5F5F5;
}

.chat-box-body::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.chat-box-body::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #00000029;
}

.add-new-card-sec .card {
	min-width: calc(33.33% - 20px);
	aspect-ratio: 16 / 9;
	background-color: #3e4095;
	background-image: radial-gradient(circle at 100% 0%, hsla(0, 0%, 100%, 0.08) 24.5%, hsla(0, 0%, 100%, 0) 20%),
		radial-gradient(circle at 100% 0%, hsla(0, 0%, 100%, 0.08) 34.5%, hsla(0, 0%, 100%, 0) 30%),
		radial-gradient(circle at 100% 0%, hsla(0, 0%, 100%, 0.08) 44.5%, hsla(0, 0%, 100%, 0) 40%);
	border-radius: 20px;
	box-shadow:
		0 0 0 hsl(0, 0%, 80%),
		0 0 0 hsl(0, 0%, 100%),
		-0.2rem 0 0.75rem 0 hsla(0, 0%, 0%, 0.3);
	color: hsl(0, 0%, 100%);
	height: auto;
	transform: translate3d(0, 0, 0);
}

.add-new-card-sec .card__info,
.add-new-card-sec .card__chip-texture,
.add-new-card-sec .card__texture {
	position: absolute;
}

.add-new-card-sec .card__chip-texture,
.add-new-card-sec .card__texture {
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
}

.add-new-card-sec .card__info {
	font: 15px / 18px 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	inset: 0;
	align-content: space-between;
}

.add-new-card-sec .card__name,
.add-new-card-sec .card__number {
	width: 100%;
}

.add-new-card-sec .card__name {
	font-weight: 600;
	font-style: normal;
	width: 70%;
}

.add-new-card-sec .card__chip {
	background-image: linear-gradient(hsl(0, 0%, 70%), hsl(0, 0%, 80%));
	border-radius: 0.2rem;
	box-shadow: 0 0 0 0.05rem hsla(0, 0%, 0%, 0.5) inset;
	width: 1.25rem;
	height: 1.25rem;
	transform: translate3d(0, 0, 0);
}

.add-new-card-sec .card__chip-lines {
	width: 100%;
	height: auto;
}

.add-new-card-sec .card__chip-texture {
	background-image: linear-gradient(-80deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6) 48% 52%, hsla(0, 0%, 100%, 0));
}

.add-new-card-sec .card__type {
	align-self: flex-end;
	margin-left: auto;
}

.add-new-card-sec .card__digit-group,
.add-new-card-sec .card__exp-date {
	background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 85%) 15% 55%, hsl(0, 0%, 70%) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0.05rem hsla(0, 0%, 0%, 0.3));
}

.add-new-card-sec .card__number {
	font-size: 17px;
	display: flex;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
	margin-top: 5px;
}

.add-new-card-sec .card__valid-thru {
	text-transform: uppercase;
}

.add-new-card-sec .card__valid-thru,
.add-new-card-sec .card__exp-date {
	margin-bottom: 0.25rem;
	width: 50%;
}

.add-new-card-sec .card__valid-thru {
	font-size: 0.3rem;
	padding-right: 0.25rem;
	text-align: right;
}

.add-new-card-sec .card__exp-date {
	font-size: 14px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}

.add-new-card-sec .card__cvv {
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: normal;
	letter-spacing: 1px;
	position: relative;
	top: 2px;
}

.add-new-card-sec .card__texture {
	background-image: linear-gradient(-80deg, hsla(0, 0%, 100%, 0.3) 25%, hsla(0, 0%, 100%, 0) 45%);
}

.add-new-card-sec .card__vendor {
	width: 60px;
	height: auto;
}

.add-new-card-sec .card__vendor-sr {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.add-new-card-sec .card__vendor-sr img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.book-taxi-main .notes-info .cardlist {
	padding: 0px 0px;
}

.book-taxi-main .notes-info {
	margin: 0px 0px;
}

.book-taxi-now .book-taxi-main .book-ride .hide {
	display: none;
}

.book-taxi-now .book-taxi-main .book-ride label.ch_for {
	background-color: transparent;
	width: 100%;
	padding: 0px;
	line-height: 25px;
	height: auto;
	margin-top: 13px;
}

.book-taxi-main .book-ride .checkbox input[type="checkbox"] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.book-taxi-main .book-ride .checkbox label.checkbox-label {
	position: relative;
	cursor: pointer;
	margin-bottom: 0px;
	align-items: center;
}

.book-taxi-main .book-ride .checkbox label.checkbox-label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #3e4095;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	min-width: 18px;
	height: 18px;
	border-radius: 3px;
}

.book-taxi-main .book-ride .checkbox label.checkbox-label:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #3e4095;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.book-taxi-main .book-ride .checkbox label.checkbox-label.checked:after {
	opacity: 1;
}

.booking-confirm-sec .popup .blue-bg img {
	width: 100px;
	height: 63px;
	object-fit: contain;
	object-position: top;
}

.booking-confirm-sec .popup .blue-bg p span {
	width: 100%;
	display: block;
}

.booking-confirm-sec .popup .blue-bg {
	gap: 20px;
	background-color: rgb(0 0 0 / 5%);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.booking-confirm-sec .popup .blue-bg p {
	font-size: 14px;
	margin: 0px 0px 0px 0px !important;
	width: calc(100% - 30px);
}

.booking-confirm-sec .trip-info .price {
	display: flex;
	align-items: center;
	color: #3e4095;
	font-weight: 600;
	font-size: 16px;
}

.booking-confirm-sec .trip-info .price img {
	width: 8px;
	margin: 0px 5px 0px 0px;
	object-fit: contain;
}

.booking-confirm-sec .trip-info {
	gap: 20px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 15px 0px;
}

.trip-code .info {
	width: 15px;
	height: 15px;
	margin: 0px 0px 0px 0px;
}

.trip-code .info img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: top;
	filter: brightness(0);
}

.booking-confirm-sec .trip-code {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
}

.invite-friend-sec .social-icon ul li .instagram {
	color: #f442d9;
}

.booking-confirm-sec .driver-detail .sos-img {
	width: 23px;
	height: 23px;
	object-fit: contain;
	margin: 0px 0px 0px 15px;
}

.booking-confirm-sec .popup .content .btn-group {
	gap: 10px;
}

.booking-confirm-sec .popup .content .btn-group .call,
.booking-confirm-sec .popup .content .btn-group .chat,
.upcoming-booking-history .call,
.upcoming-booking-history .chat {
	min-width: 47px;
	height: 47px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	border: 1px solid #3e4095;
	background-color: transparent;
}

.booking-confirm-sec .popup .content .btn-group .call img,
.booking-confirm-sec .popup .content .btn-group .chat img,
.upcoming-booking-history .call img,
.upcoming-booking-history .chat img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

button.cancel-booking-btn {
	border-radius: 8px 8px 8px 8px !important;
	margin: 0px 0px;
}

.booking-confirm-sec .popup .content .btn-group {
	margin: 20px 0px 0px 29px;
}

.chat-box {
	height: 500px;
	width: 400px;
	position: absolute;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 15;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.005);
	background: #fff;
	border-radius: 15px;
	visibility: hidden;
	margin: 20px 100px 20px auto;
	right: 25px;
	top: -100%;
	border: 1px solid #3e4095;
	transition: all ease 0.5s;
}

.chat-box-header {
	height: auto;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: flex;
	font-size: 14px;
	padding: 12px 12px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2), 0 -1px 10px rgba(172, 54, 195, 0.3);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.025);
	background-color: #3e4095;
}

.chat-box-header h5 {
	font-weight: 400;
	float: left;
	color: #fff;
	margin-bottom: 0px;
}

.chat-box-header .close-icon {
	opacity: 1;
	color: #fff !important;
	font-size: 28px;
	font-weight: 300;
	box-shadow: none;
	position: relative;
	top: -3px;
}

.chat-box-header .close-icon:hover {
	opacity: 1;
	color: #fff;
}

.chat-box-header p {
	float: right;
	position: absolute;
	right: 2px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0;
}

.chat-box-body {
	height: 75%;
	background: #f8f8f8;
	overflow-y: scroll;
	padding: 12px;
}

.chat-box-body-receive {
	float: left;
}

.chat-box-body-send {
	float: right;
}

.chat-box-body-send,
.chat-box-body-receive {
	width: 250px;
	background: white;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .015);
	margin-bottom: 12px;
	position: relative;
}

.chat-box-body-receive p {
	text-align: left;
}

.chat-box-body-send p {
	text-align: left;
}

.chat-box-body-send p,
.chat-box-body-receive p {
	margin: 0;
	color: #444;
	font-size: 14px;
	margin-bottom: 0px;
}

.chat-box-body-receive span {
	float: left;
}

.chat-box-body-send span,
.chat-box-body-receive span {
	float: right;
	color: #777;
	font-size: 7px;
	position: absolute;
	right: 3px;
	bottom: 0px;
}

.chat-box-footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 12px;
	width: 100%;
}

.chat-box-footer button {
	border: none;
	padding: 0px;
	font-size: 14px;
	background: white;
	cursor: pointer;
	width: 30px;

	&:focus {
		outline: none;
	}
}

.chat-box-footer .fa-paper-plane {
	margin-right: 0px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #3e4095;
	position: relative;
	top: 2px;
}

.chat-box-footer button img {
	filter: brightness(0.5);
}

.chat-box-footer input {
	padding: 10px 15px;
	border: none;
	-webkit-appearance: none;
	border-radius: 50px;
	background: whitesmoke;
	margin: 10px 0px 10px 0px;
	font-weight: 400;
	color: #212529;
	width: calc(100% - 35px);

	&:focus {
		outline: none;
	}
}

.chat-box-footer .send {
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	transform: translate(0px, 20px);
	cursor: pointer;
}

.chat-button {
	cursor: pointer;
}

.chat-button span::before {
	content: '';
	height: 15px;
	width: 15px;
	background: #47cf73;
	position: absolute;
	transform: translate(0, -7px);
	border-radius: 15px;
}

.chat-button span::after {
	content: "Message Us";
	font-size: 14px;
	color: white;
	position: absolute;
	left: 50px;
	top: 18px;
}

.chat-box-footer i {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.75);
}

.transfer-money-modal form label {
	text-align: left;
	font-weight: 600;
	margin-bottom: 3px;
	width: 100%;
	display: block;
}

.transfer-money-modal form input,
.transfer-money-modal form select {
	border: 1px solid #e4e4e4;
	padding: 10px 12px !important;
	font-size: 15px;
	border-color: #9c989863;
	height: auto;
	background: #ffffff;
	color: #000;
}

.transfer-money-modal form select {
	background: #ffffff url(../images/down-arrow.png) no-repeat 98%;
	background-size: 15px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
}

.parent-fav-model form {
	width: 100%;
}

.parent-fav-model .input-group {
	width: 100%;
	max-width: 300px;
	margin: 10px auto 7px auto;
}

.parent-fav-model .input-group input[type="text"] {
	width: 100%;
	padding-right: 53px !important;
}

.parent-fav-model button[type="submit"] {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 44px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #3f3f95;
	border-radius: 0px 8px 8px 0px;
	color: #fff;
	cursor: pointer;
}

.parent-fav-model button[type="submit"] i {
	font-weight: 300;
}

.parent-fav-model .input-group input[type="text"]:focus-visible,
.tip-desc .amount-input input[type="text"]:focus-visible,
.parent-fav-model .input-group input[type="text"]:focus,
.tip-desc .amount-input input[type="text"]:focus,
.invoice-details .rate-driver textarea:focus,
.invoice-details .rate-driver textarea:focus-visible {
	outline: none;
}

.invoice-section .profile-img-title h5 span {
	color: rgb(255 255 255 / 61%);
	font-weight: 300;
	display: block;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

.invoice-section .profile-img-title h5 {
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.invoice-section .profile-img {
	margin-bottom: 15px;
}

.invoice-section .rating {
	display: flex;
	align-items: center;
}

.invoice-section .rating span {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin: -2px 6px 0px 0px;
}

.invoice-section .rating span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: baseline;
}

.invoice-section .rating {
	color: #fff;
}

.invoice-details .trip-desc {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0px;
	background-color: #a4a4a624;
	padding: 15px;
	border-radius: 20px;
}

.invoice-details .trip-desc>div {
	font-size: 15px;
	font-weight: 600;
	width: calc(33.33% - 8px);
	margin-bottom: 0px;
	text-align: center;
	padding-right: 12px;
	border-right: 1px dashed rgb(33 37 41 / 57%);
	margin-right: 12px;
}

.invoice-details .trip-desc div span {
	display: block;
	width: 100%;
	margin: 2px 0px 0px 0px;
	color: rgb(33 37 41 / 57%);
	font-size: 15px;
}

.invoice-details .trip-desc>div:nth-child(3n) {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

.invoice-details .trip-desc div .price img {
	width: 13px;
	height: 11px;
	object-fit: contain;
	vertical-align: baseline;
	filter: brightness(0) invert(0.4);
}

.invoice-details .tip-desc {
	background-color: #a4a4a624;
	padding: 20px;
	border-radius: 20px;
	margin: 20px 0px 20px 0px;
}

.invoice-details .tip-desc label {
	font-weight: 600;
}

.tip-desc .form-check-group {
	justify-content: flex-start;
}

.tip-desc .show-hide {
	display: none;
	padding: 15px 0px 0px 0px;
}

.tip-desc .form-group label {
	display: flex;
	gap: 10px;
	align-items: center;
}

.tip-desc .form-group select {
	background: transparent url(../images/down-arrow.png) no-repeat 97%;
	background-size: 15px;
	height: auto;
	padding: 9px 30px !important;
	font-size: 15px;
	border-radius: 8px;
	padding-left: 45px !important;
	cursor: pointer;
}

.tip-desc .form-group {
	position: relative;
}

.tip-desc .drop-down2:before {
	content: '';
	background-image: url(../images/saving.png);
	background-repeat: no-repeat;
	background-size: 22px;
	position: absolute;
	left: 12px;
	top: 12px;
	bottom: 0px;
	width: 22px;
	height: 22px;
	display: inline-block;
	filter: invert(23%) sepia(46%) saturate(757%) hue-rotate(552deg) brightness(100%) contrast(105%);
}

.tip-desc .form-group label img {
	width: 20px;
	height: 20px;
}

.tip-desc .wrapper p {
	font-weight: 600;
	margin-bottom: 10px;
}

.tip-desc .wrapper input[type="radio"] {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: grey;
}

.tip-desc .wrapper .form-check {
	height: 35px;
}

.tip-desc .wrapper .form-check-group [type="radio"]:checked+label,
.tip-desc .wrapper .form-check-group [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	width: 35px;
	line-height: 35px;
	display: flex;
	color: #3d3d3d;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	z-index: 99;
	align-items: center;
	justify-content: center;
}

.tip-desc .wrapper .form-check-group [type="radio"]:checked+label:before,
.tip-desc .wrapper .form-check-group [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	border: 1px solid #ccccccc2;
	border-radius: 100%;
	background: #ccccccc2;
	z-index: -9;
}

.tip-desc .wrapper .form-check-group [type="radio"]:checked+label:after,
.tip-desc .wrapper .form-check-group [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 35px;
	height: 35px;
	background: #3e4095;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: -9;
}

.tip-desc .wrapper .form-check-group [type="radio"]:checked+label {
	color: #fff;
}

.tip-desc .wrapper .form-check-group {
	margin: 0px 0px 15px 0px;
	gap: 15px;
}

.tip-desc .amount-input {
	position: relative;
}

.tip-desc .amount-input label {
	width: 100%;
}

.tip-desc .amount-input input[type="text"] {
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #9c989863 !important;
	border: none;
/*	padding: 0px 20px 5px 20px;*/
	padding: 0px 30px 5px 30px;
}

.tip-desc .amount-input span.icon {
	position: absolute;
	left: 0px;
	width: 20px;
	height: 13px;
	bottom: 16px;
}

.tip-desc .amount-input span.icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: baseline;
}

.invoice-details .rate-driver {
	background-color: #a4a4a624;
	padding: 20px;
	border-radius: 20px;
}

.invoice-details .rate-driver p {
	font-weight: 600;
	margin-bottom: 6px;
}

.invoice-details .rate-driver .rating {
	margin-bottom: 15px;
}

.invoice-details .rate-driver .form-group label {
	font-weight: 600;
}

.invoice-details .rate-driver textarea {
	border-radius: 8px;
	border: 1px solid #9c989863;
	padding: 10px 12px !important;
	background: #f5f4fa;
	font-size: 14px;
	resize: none;
	width: 100%;
	text-align: left !important;
}


#half-stars-example .rating-group {
	display: inline-flex;
}


#half-stars-example .rating__icon {
	pointer-events: none;
	color: orange;
}

#half-stars-example .rating__input {
	position: absolute !important;
	left: -9999px !important;
}

#half-stars-example .rating__label {
	cursor: pointer;
	padding: 0 5px 0px 0px;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: normal;
}

#half-stars-example .rating__label--half {
	padding-right: 2px;
	margin-right: -0.6em;
	z-index: 2;
	height: 16px;
}

#half-stars-example .rating__icon--star {
	height: 16px;
	vertical-align: top;
}

#half-stars-example #half-stars-example .rating__icon--none {
	color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
	color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
	color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
	color: orange;
	height: 16px;
	vertical-align: top;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
	color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
	color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
	color: red;
}


/*****responsive start here****/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.iti-flag {
		background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
	}
}

@media screen and (max-width:1199px) {
	.book-taxi-now .choose-your-taxi .taxi-holder {
		width: calc(33.33% - 10px);
	}

	.choose-your-taxi {
		gap: 25px 15px;
	}

	.tab-item .trip-details p {
		font-size: 11px;
	}

	.booking-confirm-sec .popup {
		margin: 20px 30px 0px auto;
	}

	.chat-box {
		margin: 20px 30px 20px auto;
	}

	.booking-confirm-sec .button {
		right: 30px;
	}

	.expense-main .profile-img-title {
		padding: 100px 20px 100px 20px;
	}
}


@media screen and (max-width:992px) {
	.book-taxi-now .choose-your-taxi .taxi-holder label.error {
		top: 70px;
	}

	.book-taxi-main.container {
		max-width: 95%;
	}

	.book-taxi-now form {
		gap: 0px 30px;
	}

	.book-taxi-now form .book-taxi-cnt,
	.book-taxi-now form .google-map {
		width: 100%;
	}

	.book-taxi-now form .google-map {
		height: 350px;
		order: 1;
		margin-bottom: 30px;
	}

	.book-taxi-now form .book-taxi-cnt {
		order: 2;
	}

	.book-taxi-now form .choose-taxi {
		order: 3;
	}

	.taxi-holder .square .info .price {
		font-size: 11px;
	}

	.choose-taxi .choose-your-taxi .taxi-holder img {
		height: 50px;
	}

	.book-taxi-now {
		padding: 0px 0px 60px 0px;
	}

	.profile-section .container {
		max-width: 100%;
	}

	.profile-section .profile-cnt {
		padding: 50px 30px;
	}

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

	.trip-history-main .col,
	.wallet-main .col,
	.promo-codes-sec .col,
	.saved-place-main .col,
	.expense-main .col,
	.invite-friend-sec .col,
	.invoice-section .col {
		width: 100%;
		flex: unset;
		max-width: 100%;
	}

	.trip-history-main .profile-img-title {
		background: #3e4095;
		padding: 50px 50px 50px 40px;
	}

	.promo-card {
		gap: 15px;
	}

	.promo-card h5 {
		margin-bottom: 2px;
	}

	.booking-confirm-sec {
		padding: 50px 0px;
	}

	.wallet-main .profile-img-title,
	.saved-place-main .profile-img-title,
	.expense-main .profile-img-title,
	.invite-friend-sec .profile-img-title {
		padding: 50px 40px 35px 40px;
	}

	.add-new-card-sec {
		padding: 50px 0px;
	}

	.expense-main .profile-img-title,
	.invite-friend-sec .profile-img-title {
		padding-bottom: 50px;
	}

	.invite-friend-sec .social-icon {
		position: relative;
		bottom: 0px;
	}

	.news-listing {
		padding-top: 0px;
		margin-bottom: 20px;
	}

	.recent-post-section .recent-post .row>div {
		padding-right: 15px;
		padding-left: 15px;
	}

	.blog-section {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.business-builder-form .container {
		max-width: 100%;
	}

	.form-card {
		padding: 50px 0px;
	}

	.form-card form h3 {
		margin-bottom: 15px !important;
	}

	.add-new-card-sec .card {
		min-width: calc(50% - 15px);
	}

	.invoice-section .profile-img-title .d-flex {
		margin: 20px 0px 0px 0px;
	}

	.invoice-section .profile-img-title {
		padding: 40px 50px 50px 50px;
	}

	.invoice-section {
		padding: 40px 0px 50px 0px;
	}

}

@media screen and (max-width:767px) {


	.book-taxi-now .book-taxi-main .book-taxi,
	.book-taxi-now .book-taxi-main .book-ride {
		padding: 20px;
	}

	.book-taxi-now form .google-map {
		height: 300px;
	}

	.book-taxi-main .passenger-detail-myself .form-group,
	.book-taxi-main .notes-info .form-group,
	.book-taxi-main .passanger-info .form-group,
	.book-taxi-main .passenger-detail-other .form-group,
	.book-taxi-main .book-ride .form-group,
	.book-taxi-main .book-ride .d-flex {
		width: 100%;
	}

	.book-taxi-main .book-ride .d-flex {
		gap: 15px;
	}

	.book-taxi-now .book-ride .btn-group {
		margin-top: 5px !important;
	}

	.book-taxi-main .form-group select {
		background: #f5f4fa url(../images/down-arrow.png) no-repeat 95%;
		padding-right: 30px;
		background-size: 15px !important;
	}

	.book-taxi-now .choose-your-taxi .taxi-holder {
		width: calc(50% - 8px);
	}

	.book-taxi-now .btn-group {
		margin-top: 30px !important;
	}

	.parent-fav-model .modal-content,
	.cancel-modal .modal-content {
		padding: 15px 15px 10px 15px;
	}

	.cancel-modal .modal-content {
		padding: 30px 20px 30px 20px;
		border-radius: 30px;
	}

	.parent-fav-model .modal-dialog,
	.cancel-modal .modal-dialog,
	.transfer-money-modal .modal-dialog {
		width: 500px;
	}

	.profile-section .profile-img-title {
		padding: 50px 20px 35px 20px;
	}

	.profile-section .profile-img-title .d-flex {
		margin: 30px 0px 0px 0px;
	}

	.profile-section .wallet-balance .money-wrap {
		margin: 15px 0px 0px 0px;
	}

	.profile-section .profile-cnt ul li {
		width: 100%;
		padding-bottom: 5px;
	}

	.profile-section .profile-cnt {
		padding: 50px 20px;
	}

	.tab-pane .psg-info {
		flex-wrap: wrap;
		gap: 6px;
		justify-content: center !important;
		text-align: center;
	}

	.trips-sec,
	.prevoius-due-sec,
	.wallet-sec,
	.promo-sec,
	.saved-place-sec,
	.expense-history {
		padding: 40px 20px 40px 20px;
	}

	.trips-sec .nav-tabs li a {
		font-size: 16px;
	}

	.trip-history-main .profile-img-title {
		padding-bottom: 40px;
	}

	.tab-pane .psg-info p {
		width: 100%;
	}

	.tab-item .box .location-parent {
		padding: 0px 10px 0px 15px;
		margin: 8px 0px 0px 10px;
	}

	.tab-item .trip-details {
		padding: 5px 0px 0px 6px;
		flex-wrap: wrap;
	}

	.tab-item .trip-details p {
		width: calc(50% - 6px);
		margin-bottom: 8px;
	}

	.tab-item .trip-details p:nth-child(2n) {
		padding-right: 0px;
		margin-right: 0px;
		border-right: 0px solid !important;
	}

	.profile-section nav .breadcrumb {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.tab-pane .tab-item .accordion-body {
		padding: 10px 0px 0px 2px;
	}

	.cancel-modal .modal-footer {
		flex-wrap: wrap;
		gap: 8px;
	}

	.cancel-modal .modal-footer button {
		margin: 0px 0px;
	}

	.cancel-modal .modal-header img {
		width: 60px;
		margin: 0px auto 10px auto;
	}

	.prevoius-due-sec p.prev-due {
		padding: 2px 0px 5px 25px;
	}

	.wallet-balance .money-wrap {
		gap: 20px;
	}

	.history-sec .info {
		gap: 12px;
	}

	.wallet-sec .history-sec .price,
	.expense-history .history-sec .price {
		min-width: auto;
		font-size: 18px;
	}

	.history-sec .info h5 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.history-sec .price .dollar-sign {
		font-size: 20px;
	}

	.trips-sec .tab-content,
	.wallet-sec .history-sec,
	.promo-sec,
	.expense-history {
		height: auto;
	}

	.promo-card .img {
		min-width: 30px;
		height: 30px;
	}

	.booking-confirm-sec .container {
		max-width: 100%;
	}

	.booking-confirm-sec .popup {
		margin: 20px 20px 0px auto;
		padding: 30px 20px;
	}

	.chat-box {
		margin: 20px 20px 20px auto;
		right: 20px;
		width: 410px;
		height: 460px;
	}

	.booking-confirm-sec .button {
		max-width: 290px;
		right: 20px;
	}

	.booking-confirm-sec .popup .title h5 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.driver-detail .name p {
		font-size: 11px;
		line-height: normal;
	}

	.booking-confirm-sec .popup .title img {
		width: 80px;
	}

	.booking-confirm-sec .driver-detail {
		gap: 15px;
	}

	.booking-confirm-sec iframe {
		height: 620px;
	}

	.saved-place-sec {
		height: auto;
	}

	.saved-place-sec .address .img {
		min-width: 40px;
		height: 40px;
		padding: 12px;
	}

	.wallet-balance {
		margin: 20px 0px 0px 0px;
	}

	.expense-sec {
		padding: 30px 20px 25px 20px;
		margin: 30px 0px 0px 0px;
	}

	.expense-sec .item .row {
		gap: 15px;
	}

	.expense-sec .item .row>div {
		width: calc(33.33% - 10px);
		padding: 20px 10px;
	}

	.expense-sec .item .price img {
		width: 18px;
	}

	.expense-sec .item .price {
		font-size: 40px;
		margin-bottom: 12px;
	}

	.expense-sec .item p.date {
		margin-bottom: 5px;
	}

	.add-new-card-sec .container {
		max-width: 100%;
	}

	.add-new-card-sec .about-book-section {
		padding: 0px 0px;
	}

	.ElementsApp,
	.ElementsApp .InputElement {
		font-size: 15px !important;
	}

	.card_new_style {
		padding: 15px 15px 15px 15px;
	}

	.expense-main .profile-img-title {
		padding-bottom: 50px;
	}

	.invite-friend-sec .social-icon ul li a {
		width: 36px;
		height: 36px;
	}

	.invite-friend-sec .social-icon ul li a i {
		font-size: 13px;
	}

	.invite-friend-sec .profile-img-title {
		padding-bottom: 50px;
	}

	.invite-friend-sec .social-icon ul {
		gap: 6px;
	}

	.invite-sec {
		padding: 50px 20px 50px 20px;
	}

	.recent-post-section .recent-blog-image {
		margin: 0px 0px 15px 0px;
	}

	.profile-section .row .col {
		width: 100%;
		flex: unset;
	}

	.settings-sec .profile-cnt ul li a {
		padding: 10px 50px 10px 15px;
	}

	.settings-sec .profile-cnt ul li:after {
		right: 15px;
	}

	.settings-sec .profile-cnt ul li {
		padding: 0px;
	}

	.settings-sec .profile-cnt ul li.switch-tab {
		padding: 10px 15px;
	}

	.form-card form {
		padding: 30px 20px;
	}

	.book-taxi-main form label,
	.form-card form label {
		margin-bottom: 2px;
	}

	.form-card form h3 {
		font-size: 24px;
	}

	.form-card form .inputDiv {
		margin-bottom: 10px;
		width: 100%;
	}

	.form-card .logo-img {
		width: 80px;
	}

	.edit-form form .group-wrap .form-group,
	.form-card form .select-group {
		width: 100%;
	}

	.book-taxi-main .notes-info .cardlist {
		text-align: left;
		width: 100%;
		max-width: 100%;
		flex: unset;
	}

	.book-taxi-main .notes-info .cardlist a {
		margin-top: 13px;
	}

	.book-taxi-main .form-group select,
	.book-taxi-main .notes-info .cardlist select {
		background-position: 98% 50%;
	}

	.form-card button.submitButton {
		max-width: 100%;
	}

	.add-new-card-sec .card-wrap {
		gap: 20px;
	}

	.add-new-card-sec .card {
		min-width: calc(50% - 10px);
	}

	.add-new-card-sec .card-wrapper {
		padding: 15px;
	}

	.booking-confirm-sec .popup .close {
		right: 20px;
	}

	.chat-box-body-send,
	.chat-box-body-receive {
		width: calc(100% - 19%);
		padding: 8px 10px 8px 10px;
	}

	.chat-box-footer button {
		width: 15px;
		height: 15px;
	}

	.chat-box-footer button img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		vertical-align: top;
	}

	.chat-box-footer input {
		width: calc(100% - 50px);
		padding: 10px 15px;
		font-size: 14px;
	}

	.chat-box-footer .fa-paper-plane {
		width: 100%;
		font-size: 14px;
		top: 0px;
	}

	.saved-place-sec .buttonWrapper a.btn {
		margin: 20px auto 0px auto !important;
	}

	.transfer-money-modal form select {
		background-position: 97% 50%;
	}

	.parent-fav-model .modal-content,
	.cancel-modal .modal-content,
	.transfer-money-modal .modal-content {
		border-radius: 30px;
	}

	.invoice-section {
		padding: 50px 0px;
	}

	.invoice-section .invoice-details {
		padding: 30px 15px 30px 15px;
	}

	.invoice-details .trip-desc>div {
		width: calc(50% - 4px);
		padding-right: 8px;
		margin-right: 8px;
	}

	.invoice-details .trip-desc>div:nth-child(3n) {
		padding-right: 8px;
		margin-right: 8px;
		border-right: 1px dashed rgb(33 37 41 / 57%);
	}

	.invoice-details .trip-desc>div:nth-child(2n) {
		padding-right: 0px;
		margin-right: 0px;
		border-right: 0px dashed rgb(33 37 41 / 57%);
	}

}

@media screen and (max-width:639px) {}

@media screen and (max-width:576px) {
	.book-taxi-now .taxi-holder .square {
		flex-wrap: wrap;
		justify-content: center;
	}

	.book-taxi-now .choose-your-taxi .taxi-holder {
		width: calc(50% - 5px);
	}

	.book-taxi-now .taxi-holder .square .info {
		width: 100%;
		padding: 8px 0px 0px 0px;
	}

	.choose-your-taxi {
		gap: 25px 10px;
	}

	.choose-taxi .choose-your-taxi .taxi-holder img {
		height: 40px;
		width: 100%;
		object-position: center;
	}

	.book-taxi-now .choose-your-taxi .taxi-holder label.error {
		top: 57px;
	}

	.btn-purpal button {
		width: 100%;
		min-width: max-content;
	}

	.btn-purpal {
		margin: 0px 0px !important;
		width: 100%;
	}

	.book-taxi-now .btn-group {
		gap: 10px;
	}

	.book-taxi label.error {
		font-size: 13px !important;
	}

	.book-taxi-now .choose-your-taxi .taxi-holder label.error {
		top: 106px;
		white-space: nowrap;
	}

	.book-taxi-now .taxi-holder .square h5 {
		font-size: 13px;
	}

	.parent-fav-model .modal-dialog,
	.cancel-modal .modal-dialog,
	.transfer-money-modal .modal-dialog {
		width: calc(100% - 30px);
		margin: 25px 15px;
	}

	.parent-fav-model .tabbox-parent-one img {
		width: 40px;
		height: 40px;
	}

	.invite-sec .form-check-group {
		gap: 10px;
		flex-direction: column;
	}

	.invite-sec h4 {
		font-size: 20px;
	}

	.invite-sec h5 {
		font-size: 16px;
	}

	.invite-sec p {
		font-size: 14px;
		line-height: normal;
	}

	button.share-btn {
		margin: 20px auto 0px auto;
	}

	.add-new-card-sec .card {
		min-width: 100%;
	}

	.booking-confirm-sec .popup {
		margin: 15px 20px 0px 20px;
		width: calc(100% - 40px);
		max-width: 100%;
	}

	.chat-box {
		margin: 12px 0px 20px 0px;
		max-width: 100%;
		width: calc(100% - 60px);
		right: 30px;
	}

	.booking-confirm-sec .trip-code {
		font-size: 14px;
	}

	.booking-confirm-sec .popup .blue-bg p {
		font-size: 13px;
	}

	.booking-confirm-sec .popup .blue-bg img {
		height: 60px;
	}

	.booking-confirm-sec .popup .content .btn-group {
		margin: 20px 0px 0px 0px;
	}

	.booking-confirm-sec .popup .content .btn-group .call,
	.booking-confirm-sec .popup .content .btn-group .chat {
		min-width: 40px;
		height: 40px;
		padding: 11px;
	}

	button.cancel-booking-btn {
		min-width: fit-content;
		padding: 7px 10px;
	}

}

@media screen and (max-width:479px) {
	.invite-sec .img {
		height: auto;
	}

	.book-taxi-main .book-ride .checkbox label.checkbox-label:before {
		margin-right: 5px;
	}

	.transfer-money-modal .modal-content {
		padding: 30px 20px;
	}

	.transfer-money-modal form select {
		background-position: 96% 50%;
	}
}

@media screen and (max-width:374px) {
	.btn-purpal button {
		width: 100%;
	}

	.btn-purpal {
		margin: 0px 0px !important;
		width: 100%;
	}

	.book-taxi-now .btn-group {
		gap: 10px;
	}

	.trips-sec .nav-tabs li a {
		font-size: 15px;
		padding: 10px 14px;
	}

	.booking-confirm-sec .popup {
		max-width: calc(100% - 30px);
		margin: 15px 15px 0px auto;
		padding: 20px 15px;
		width: calc(100% - 30px);
	}

	.booking-confirm-sec .button {
		max-width: calc(100% - 30px);
		right: 15px;
	}

	.expense-sec .item .row>div {
		width: 100%;
		padding: 15px 15px;
	}

	.expense-sec .item .row {
		gap: 10px;
	}

	.add-new-card-sec .card__vendor {
		width: 40px;
	}

	.add-new-card-sec .card__info {
		padding: 15px;
	}

	.add-new-card-sec a.submitButton {
		max-width: fit-content;
	}

	.booking-confirm-sec .trip-info .price img {
		width: 7px;
		margin: 0px 3px 0px 0px;
	}

	.booking-confirm-sec .trip-info .price {
		font-size: 14px;
	}

	.booking-confirm-sec .trip-code {
		font-size: 12px;
	}

	.trip-code .info {
		width: 12px;
		height: 12px;
	}

	.booking-confirm-sec .popup .content .btn-group {
		gap: 5px;
	}

	button.cancel-booking-btn {
		letter-spacing: 0px;
		font-size: 13px;
	}

	.tip-desc .form-group select {
		background: transparent url(../images/down-arrow.png) no-repeat 95%;
		background-size: 13px;
	}
}