@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap);

h1,
h2,
h3,
h4,
h6 {
	font-family: "Heebo", serif;
}

p {
	font-family: "Heebo", serif;
}

header.header {
	display: block;
	background: #000
}

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

.header_right ul {
	display: flex
}

section.inner-banner {
	padding: 3.7% 0;
	background: url(../images/banner.jpg), #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}

.booking-head .custom-navbar {
	background-color: #000;
	padding: 0 0;
	font-family: 'Segoe UI', sans-serif
}

.booking-head .brand-logo {
	color: #fff;
	font-size: 22px
}

.booking-head .brand-logo span {
	font-weight: 300
}

.booking-head .brand-logo sup {
	font-size: 10px;
	top: -8px
}

.booking-head .contact-info {
	color: #00d5c3;
	font-size: 15px
}

.booking-head .phone-icon {
	margin-right: 8px;
	font-size: 16px;
	color: #b42a24;
	transform: rotate(95deg)
}

.booking-head .phone-text {
	color: #fff;
	font-size: 24px
}

.booking-head .btn-contact {
	background-color: #b42a24;
	color: #fff;
	font-weight: 500;
	padding: 13px 40px;
	border-radius: 4px;
	margin-left: 15px;
	text-decoration: none;
	transition: background-color 0.3s ease
}

.booking-head .btn-contact:hover {
	background-color: #00bfae;
	color: #fff
}

.container.booking-head {
	max-width: 1240px;
	padding: 0
}

.booking-head .border-right {
	border-right: 1px solid rgb(255 255 255 / .2);
	padding-right: 15px !important
}

.booking-head .brand-logo img {
	width: 90px
}

.booking-head .container {
	margin: 0;
	max-width: 1260px;
	padding: 0
}

.waiting-time-section.row.extra-notes h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0
}

.overlay {
	background: rgb(0 0 0 / .5);
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: -1
}

.inner-banner h4 {
	text-align: center;
	color: #fff
}

.inner-banner h1 {
	text-align: center;
	font-size: 36px;
	margin-top: 0;
	font-weight: 700;
	color: #fff
}

.inner-banner span {
	color: #B42A24
}

.inner-banner h3 {
	text-align: center;
	color: #fff
}

.booking-section p.description {
	margin-bottom: 0;
	font-size: 12px
}

.passanger-detail {
	background: #fff;
	padding: 10px 20px;
	border: none;
	box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
	border-radius: 10px;
  border: 1px solid #ccc;
}

.passanger-detail h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px
}

.passanger-detail p {
	font-size: 14px;
	margin-bottom: 20px
}

.car-detail p {
	display: none;
}

.passanger-detail form {
	width: 100%
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

#booking-form label {
	width: 100%;
	margin: 0
}

.error-message {
	display: none;
	color: red;
	font-size: 12px
}

.form-check.form-check-inline.form-confrm-top {
	display: block
}

.form-confrm-inner {
	display: flex
}

.passanger-detail input[type=checkbox],
input[type=radio] {
	margin: 0 0 0;
	margin-top: 1px\9;
	line-height: normal;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px
}

#booking-form label {
	width: 100%;
	margin: 0
}

.pasanger-time img {
	width: 20px
}

.journey-outin {
	background: #131313;
	margin: 20px 0;
	border-radius: 10px
}

.journey-outin h2 {
	background: #B42A24;
	color: #fff;
	font-size: 20px;
	padding: 15px;
	border-radius: 10px 10px 0 0
}

.journey-outin .outward-section.return-details.return-section h2 {
	background: #B42A24;
	color: #fff;
	font-size: 21px;
	padding: 15px;
	border-bottom: 1px solid #333;
	font-weight: 600;
	border-radius: 0
}

.outing {
	color: #fff;
	padding: 20px
}

ul.cl-time {
	display: flex;
	color: #fff;
	padding: 10px;
	gap: 10px;
	padding-top: 0;
	margin-bottom: 0
}

ul.cl-time li {
	padding: 9px;
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: center;
	width: 50%
}

ul.pasanger-time {
	padding: 19px;
	padding-top: 10px !important;
	/*border-top: 1px solid #5f5f5f*/
}

.cl-time li span img {
	width: 20px
}

.cl-time span.out-date {
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px
}

.help-card {
	background: #131313;
	border-radius: 10px
}

.help-card h2 {
    background: #B42A24;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help-card a.view-all-btn {
    text-decoration: none;
    background: #b42a24;
    color: #ffffff;
    padding: 7px 14px 6px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: normal;
    transition: 0.3s;
    font-family: Poppins, sans-serif;
    border: 1px solid #ffffff;
}

.help-card a.view-all-btn:hover {
    background: #ffffff;
    border-color: #b42a24;
    color: #b42a24;
}

.help-card li {
	color: #fff;
	list-style: none;
	font-size: 16px;
	line-height: 38px
}

.help-card ul {
	padding: 20px
}

.strip-img ul {
	display: flex;
	padding: 0;
	gap: 20px;
	margin-top: 20px;
	align-items: center
}

.member-lagguage {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.member-lagguage button.btn.btn-primary {
	background: #B42A24;
	border-color: #B42A24;
	position: absolute;
	top: -12px;
	right: 9px;
	padding: 4px 10px
}

.review img.attachment-full.size-full {
	width: 50px;
	margin-right: 20px
}

.review img.attachment-full.size-full {
	border-radius: 100%;
	height: 96%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1
}

.rev-portals .rev-portal__content {
	font-weight: 100;
	line-height: 1.1875rem
}

.review .top {
	gap: 5px
}

.review .top span {
	color: #fff
}

.review .top {
	align-items: center;
	display: flex;
	gap: 10px
}

.booking-review .review {
	padding-right: 30px
}

.review a {
	align-items: center;
	color: #fff;
	display: flex;
	margin: .9375rem 0;
	text-decoration: none
}

.strip-img ul li a img {
	width: 80px
}

.canclation-card {
	background: #131313;
	border-radius: 10px
}

.canclation-card h2 {
	background: #B42A24;
	color: #fff;
	font-size: 22px;
	padding: 15px;
	border-radius: 10px 10px 0 0
}

div#map {
	border-radius: 10px
}

.canclation-card p {
	color: #fff;
	padding: 20px
}

button.btn.btn-primary.confirm-booking {
	background: #B42A24;
	border: navajowhite;
	width: auto;
	padding: 14px;
}
.form-row.booking-op1 {
    margin-bottom: 20px;
}
.select-vehicle-action {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}
.pricing-btns {
    margin-bottom: 10px;
}
.select-vehicle-action label.btn.btn-primary.d-flex.align-items-center.gap-2 {
    width: auto !important;
    background: #B42A24;
    border: navajowhite;
    border-radius: 60px;
    margin-bottom: 0;
    height: 30px;
    justify-content: center;
    font-weight: 500;
}
.form-confrm-inner {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.form-group.book-btn-cont .text-center {
    text-align: right !important;
}
.free-waiting {
	background: #FFF1F1;
	margin-top: 10px;
	border: 1px solid #D29491;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px
}

.free-waiting p {
	font-size: 12px;
	margin-bottom: 0
}

.free-waiting a {
	color: #B42A24;
	text-decoration: underline
}

.free-waiting h2 {
	font-size: 16px;
	color: #B42A24
}

.cl-time span.out-time {
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px
}
.headbar h2 {
    font-size: 46px;
}
span.favor_in_span {
	right: 0 !important
}

.booking-section .container {
	max-width: 1240px;
	background: #fff;
	position: relative;
	bottom: 0px;
	padding: 40px 30px;
	border-radius: 10px
}
.headbar {
    text-align: center;
    padding: 20px 0px;
}
p.description {
	margin-bottom: 20px !important;
	font-weight: 600
}
.fleet-row {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 0px;
    width: 49%;
    border-radius: 9px;
}
.guidlines {
    display: none;
}
.outing {
    color: #fff;
    padding: 17px;
    font-size: 15px;
}
.status-container {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0px;
    color: white;
}
.status-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
}
.pickup::before {
    background-color: #fff;
}
.status-item::before {
    content: "";
    width: 11px;
    height: 10px;
    margin-right: 10px;
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 0;
}
.status-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 17px;
    width: 2px;
    height: 100%;
    background-color: white;
}
.dropoff::before {
    background-color: #B42A24;
}
.product-box {
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #ddd;
    /* overflow: hidden; */
    top: -21px;
    right: -6px;
}

/* Discount Ribbon */
.discount-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-top: 60px solid #ffcc00;
    border-left: 60px solid transparent;
    border-radius: 0px 10px 0px 0px;
}
.discount-ribbon p {
    position: absolute;
    top: -55px;
    right: -23px;
    width: 80px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #b22222;
    line-height: 15px;
    display: block;
}

/* Dot */
.discount-ribbon .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #b22222;
    border-radius: 50%;
    margin-right: 4px;
}
.fleet-section.row {
    display: flex;
    gap: 15px;
}
.member-lagguage ul {
	padding: 0;
	list-style: none
}
p.similar-vehicle {
    font-weight: 400;
    font-size: 12px;
}
/*p.similar-vehicle {
    display: none;
}*/
.member-lagguage ul li {
    display: inline-block;
    padding-right: 10px;
    /*background: #f7f7f7;*/
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 0px;
    font-size: 14px;
}
.member-lagguage img {
    width: 15px;
}
.container.booking-head .navbar-brand {
	padding-top: 0;
	padding-bottom: 0
}

.member-lagguage .fa,
.fas {
	margin-right: 10px
}
.trusted-section {
    background: #f4f9fd;
    text-align: center;
    padding: 50px 20px;
    margin-top: 60px;
}

.trusted-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.trusted-section p {
  font-size: 15px;
  color: #333;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.logo-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    margin: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px !important;
}
.trusted-slider ul.slick-dots {
    display: none !important;
}
.logo-box img {
    max-height: 90px;
    max-width: 100%;
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
    color: #ccc !important;
}
/* Arrows */
.slick-prev, .slick-next {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.slick-prev { left: -50px; }
.slick-next { right: -50px; }

/* Dots */
.slick-dots li button:before {
  font-size: 12px;
  color: #d33;
}

.slick-dots li.slick-active button:before {
  color: #000;
}
.carousel-controls {
    margin-top: 15px;
}
.carousel-controls {
    text-align: center;
}
div#tourCarousel {
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.tour-content {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.tour-content a {
    background: #fff;
    padding: 17px 25px;
    font-size: 18px;
    color: #B42A24;
    font-weight: 600;
    border-radius: 6px;
}
.tour-content a:hover{
  text-decoration: none;
}
div#tourCarousel .service-card img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px !important;
}
div#servicesCarousel a.prev {
    position: absolute;
    left: 10px;
    top: 37%;
}
div#servicesCarousel a.next {
    position: absolute;
    right: 10px;
    top: 37%;
}
div#servicesCarousel {
    padding: 20px;
    margin-bottom: 20px;
}
.london-caption {
    position: absolute;
    bottom: 0;
    padding: 5px 20px 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
#servicesCarousel .service-card img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px !important;
}
.carousel-controls a {
    display: inline-block;
    color: white;
    font-size: 26px;
    margin: 0 15px;
    text-decoration: none;
}
.need-help-section {
    background: #fff;
    border-radius: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.need-help-inner {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.need-help-section h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.need-help-section .help-options {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.need-help-section .help-box {
    flex: 1;
    min-width: 220px;
    margin: 10px;
}

.review-section {
  padding: 40px 20px;
  text-align: center;
}

.review-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 350px;
  margin: auto;
  text-align: left;
  position: relative;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-info {
  flex: 1;
}

.review-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.review-date {
  font-size: 12px;
  color: #888;
}

.google-slider-review .google-icon {
  width: 24px;
  height: 24px;
}

.google-slider-review .review-stars {
  font-size: 16px;
  color: #f4b400;
  margin: 10px 0;
}

.google-slider-review .review-stars .verified {
  font-size: 14px;
  color: #4285f4;
  margin-left: 5px;
}

.google-slider-review .review-text {
    font-size: 14px;
    color: #333 !important;
    margin-bottom: 0px;
    line-height: 1.4;
    padding: 10px 0px !important;
}

.google-slider-review .read-more {
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
    text-decoration: none;
}

.google-slider-review .read-more:hover {
  text-decoration: underline;
}

/* Arrows */
.slick-prev, .slick-next {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  z-index: 5;
  transition: all 0.3s ease;
}

.slick-prev:hover, .slick-next:hover {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
}

.slick-prev {
  left: -55px;   /* move left */
}

.slick-next {
  right: -55px;  /* move right */
}

.slick-prev, .slick-next {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.need-help-section .help-box h3 {
    font-size: 24px;
    margin: 8px 0;
    font-weight: 500;
    color: #333;
}
.need-help-section .help-box p {
    font-size: 17px;
    margin: 0;
    color: #999;
}
.button-container {
	display: block;
	gap: 10px;
	justify-content: space-between
}
.button-container .btn.one-way {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.button-container .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 8px;
    border-radius: 6px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    min-width: 49%;
    background: #F4F4F4 !important;
    border-radius: 60px !important;
}

.button-container .btn.one-way {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ccc
}

/*.btn.return .price {
	padding-right: 40px
}
*/
.button-container .btn.return {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ccc
}

.form-control.border-r-none.ret-date {
	margin-top: 7px
}

.button-container .price {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #B42A24;
}
.button-container .old-price {
	text-decoration: line-through;
	opacity: .6;
	margin-right: 5px
}

.button-container .discount-tag {
	position: absolute;
	top: -10px;
	right: -30px;
	background: #fc0;
	color: #b22222;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	transform: rotate(-36deg);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / .2);
	z-index: 9;
	width: 60px;
	line-height: 14px
}

.confirm-sidebar .make-payment {
	font-size: 20px;
	text-align: center;
	background: #131313;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	margin-top: 14px;
	margin-bottom: 28px
}

.confirm-sidebar {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.button-container .discount-tag::before {
	content: "● ";
	color: red
}

h5.vehicle-name {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
}

.extra-inner {
	display: block;
	gap: 30px;
	margin: 10px
}

.row.extra-colum {
	padding: 5px;
	padding-top: 0
}



.row.extra-colum .col-md-12 {
	border-top: 1px solid #eee;
	padding: 20px;
	padding-left: 0px;
}
.seat-left img {
    width: 50px;
}
/* Base toggle wrapper */
.toggle {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 0;
}
.child-inner-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Hide the checkbox */
.toggle input {
  display: none;
}

/* Slider background */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c62828; /* Red for NO */
  border-radius: 50px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

.slider::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

/* YES / NO text */
.slider .text {
  /*position: absolute;*/
  font-size: 14px;
  transition: opacity 0.3s;
}

.slider .yes {
  opacity: 0;
}

.slider .no {
  opacity: 1;
}

/* When checked (YES state) */
.toggle input:checked + .slider {
  background-color: #2ecc71; /* Green for YES */
}

.toggle input:checked + .slider::before {
  transform: translateX(51px);
}

.toggle input:checked + .slider .yes {
  opacity: 1;
}

.toggle input:checked + .slider .no {
  opacity: 0;
}
.extra-colum .col-md-12 {
    display: flex;
    gap: 40px;
    align-items: center;
}
.child-inner-left p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 0;
}
.row.extra-colum h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.extra-colum h6 span {
	color: #B42A24
}

p.exclamation {
	font-size: 14px;
	color: #000
}

.member-lagguage ul {
	margin-bottom: 0
}

.col-md-8.car-detail {
    /*border-left: 1px solid #ccc;*/
    margin-bottom: 0px;
    padding-top: 0px;
}
.store-app p {
    color: #fff;
    padding: 10px 20px;
}
.store-app .store-img ul {
    display: flex;
    gap: 10px;
    padding-top: 0;
}
.store-img img {
    width: 150px;
}
.total-fare {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Heebo'
}

.journey-detail.row {
	display: block;
	margin-bottom: 30px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #c00;
	color: #fff
}

.booking-form .nav-tabs .nav-link {
	color: #778591
}

input::placeholder {
	color: #2C3E50 !important
}

::-webkit-input-placeholder {
	color: #2C3E50 !important
}

::-moz-placeholder {
	color: #2C3E50 !important
}

:-ms-input-placeholder {
	color: #2C3E50 !important
}

:-moz-placeholder {
	color: #2C3E50 !important
}

.booking-form .card {
	border-radius: 5px;
	border: none;
	box-shadow: 0 2px 10px rgb(0 0 0 / .1);
	margin-top: 0 !important
}

.booking-form .form-group {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	display: flex;
	align-items: center
}

.booking-form .form-group i {
	margin-right: 10px;
	color: #c00
}

.booking-form .form-control::placeholder {
	color: #999
}

.booking-form li.nav-item {
	width: 33.3%;
	text-align: center
}

.booking-form .nav-link.active {
	background: #B42A24;
	color: #fff;
	border-color: transparent !important
}

.booking-form .nav-tabs .nav-link {
	padding: 15px 0;
	border: 1px solid #ccc;
	border-radius: 0
}

ul#bookingTab {
	border-bottom: 3px solid #B42A21
}

.form-group.half-fields {
	width: 49%
}

.Card-half {
	display: flex
}

.card.p-3.mt-2 {
	padding: 0 !important
}

.booking-form input.form-control {
	border: none
}

.extra-options {
	padding: 25px
}

.booking-form .form-group {
	margin-bottom: 0;
	padding: 25px !important
}

.form-group.half-fields.pik-location {
	border-right: 1px solid #ccc
}

.outing span {
	margin-right: 10px;
	min-height: 40px;
	display: none;
	float: left
}

span.return-date {
	color: #333;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px
}

span.return-time {
	color: #333;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px
}

.thankyou-msg {
	margin-bottom: 40px;
	border-radius: 5px
}

.thankyou-msg img {
	width: 100%;
	margin-top: 0
}

.thankyou-msg h2 {
	font-size: 20px;
	margin-top: 0
}

.thankyou-msg p {
	color: #155724;
	margin-bottom: 0 !important;
	font-size: 13px
}

.thankyou-msg {
	background: #FFF1F1;
	padding: 15px;
	border: 1px solid #D29491
}

.powered-strip img {
	width: 100px
}

ul.order-confirmation {
	padding: 0;
	background-color: #B42A24;
	padding: 10px 15px;
	list-style: none;
	margin-bottom: 10px;
	border-radius: 5px
}

.order-confirmation strong {
	color: #fff;
	padding-right: 11px
}

.booking-confirmation i.fa.fa-list {
	font-size: 17px;
	margin-right: 5px;
	color: #fff
}

.order-confirmation span {
	background-color: #fff;
	padding: 2px 15px;
	color: #B42A24;
	border-radius: 10px;
	font-size: 14px
}

ul.ad.order-left {
	list-style: none;
	padding: 0
}

.order-id {
    border: none;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    background: #fff;
    border: 1px solid #ccc;
}
.pick-date ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	width: 50%
}

.pick-date ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	width: 50%
}

.pick-date li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	align-items: center
}

.pick-date {
	display: flex
}

.pick-date span {
	font-size: 14px;
	color: #333;
	font-weight: 400
}

.alldetails img {
	width: 17px;
	margin-right: 6px
}

.pick-date .order-left strong {
	width: auto;
	display: inline-block;
	margin-right: 5px
}

.pick-date strong {
	font-size: 14px;
	color: #000
}

.pick-date span {
	font-size: 14px;
	color: #333;
	font-weight: 400
}

.location {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #F4F8FD;
	margin: 20px 0
}

.drop-location {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #F4F8FD;
	margin: 20px 0;
	min-height: 123px
}

.location span img {
	margin-right: 10px
}

.drop-location span img {
	margin-right: 10px
}

.order-right .inc {
	width: auto;
	display: inline-block;
	text-align: left
}

.order-right strong {
	width: auto;
	display: inline-block;
	margin-right: 5px
}

.waiting-time-section {
    background: #fff;
    padding: 20px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px !important;
    align-items: center;
    border: 1px solid #ccc;
}

.extra-notes p.exclamation {
    font-size: 14px;
    color: #616161;
    padding: 10px;
}
.iti {
    width: 100%;
}
#airportList li, .form-confrm-inner, .loader {
    display: flex;
    align-items: center;
    gap: 10px;
}
.booking-confirmation .adult-seat {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0
}

p.exclamation {
	display: flex;
	padding: 20px 0;
	font-size: 12px
}

.exclamation-icons-svg svg {
	width: 25px;
	height: 25px
}

.extra-seat-colum {
	display: flex;
	gap: 13px
}

.col-md-5.seat-colum {
	border: 1px solid #ccc;
	max-width: 50% !important;
	flex: 50%;
	padding: 10px;
	background: #F4F8FD;
	border-radius: 5px
}
.payment-method-cont .payment-container{
      background-color: #F4F8FD;
    border: 1px solid #ccc;
}
.total_fair {
	margin: 10px 0 10px;
	background: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
	padding-top: 20px
}

.booking-confirmationp .total_fair .fare-breakup-title {
	margin-top: 0;
	font-size: 17px;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	background: #B42A24;
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
	margin-bottom: 20px
}

.final_tot_fai .nf {
	display: table;
	width: 100%
}

.total_fair label {
	width: 50%;
	font-size: 16px;
	margin-bottom: 0;
	vertical-align: middle
}

.final_tot_fai .nf span.text-dark {
	text-align: right;
	display: inline-block;
	width: 50%;
	font-size: 16px
}

.fare-breakdown.outward span.euro-signs {
	font-size: 16px;
	font-weight: 400
}

.fare-breakdown.outward span.euro-signs {
	font-size: 16px;
	font-weight: 400
}

.fare-breakdown.outward {
	padding-bottom: 16px;
	margin-left: 15px;
	border-radius: 6px;
	min-height: 130px;
	width: 96%
}

.free-cancelation {
	background: #FFF1F1;
	padding: 16px;
	margin: 0 15px;
	margin-bottom: 10px;
	display: inline-block;
	width: 96%;
	border-radius: 6px;
	padding-bottom: 8px;
	border: 1px solid #D29491
}

.free-cancelation h6 {
	font-weight: 700;
	font-size: 15px
}

.free-cancelation h6 span .fa {
	color: #B42A24;
	font-size: 18px;
	margin: 0
}

.free-cancelation p {
	font-size: 14px
}

.pasanger-confirm-detail {
    padding: 20px 20px 10px 20px;
    list-style: none;
    min-height: 120px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    border: 1px solid #ccc;
}

.booking-confirmationp .pasanger-confirm-detail h2 {
	font-size: 20px;
	font-weight: 700;
	margin-left: 0;
	margin-bottom: 0;
	background: #B42A24;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px
}

.booking-confirmationp .pasanger-confirm-detail span {
	font-weight: 700;
	width: 120px;
	display: inline-block
}

.booking-confirmationp .pasanger-confirm-detail ul {
	list-style: none;
	padding: 0
}

.seat-colum h6 {
	font-size: 20px;
	font-weight: 600
}

.seat-colum h6 span {
	color: #B42A24
}

.col-md-12.total {
	margin-top: 15px
}

.total {
	width: 100%;
	padding-right: 10px
}

.final_tot_fai .nf {
	display: table;
	width: 100%
}

.total .nf {
	border-bottom: 1px solid #f2f2f2;
	margin-left: 17px;
	width: 95% !important;
	padding: 5px 0
}

.total .nf label {
	font-weight: 700
}

.total_fair label {
	width: 50%;
	font-size: 14px;
	margin-bottom: 0;
	vertical-align: middle
}

.final_tot_fai .nf span.text-dark {
	text-align: right;
	display: inline-block;
	width: 50%;
	font-size: 16px
}

.final_tot_fai h3 {
	margin-top: 8px;
	font-size: 30px;
	padding-bottom: 20px;
	margin-right: 20px;
	font-weight: 500;
	color: #000;
	padding-right: 0;
	margin-left: 15px;
	text-align: right
}

span.whole-fare {
	text-align: left;
	float: left
}

.total_fair h3 .text-dark {
    color: #000 !important;
    padding: 0;
    position: relative;
    top: -2px;
}
.total-fare {
	padding: 20px 0
}

span.text-dark.total-fare span.euro-signb {
	float: none !important
}

.booking-confirmationp .extra-notes h2 {
	background: #B42A24;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-weight: 700
}

.booking-confirmationp .powered-strip {
	text-align: center;
	margin-top: 40px
}

.booking-confirmation span.cstm-icon {
	display: none
}

.booking-confirmation .row.pick-drop p.pick_up {
	margin-top: 10px
}

.booking-confirmation .row.pick-drop p.drop_off {
	margin-top: 10px
}

.inner-banner h2 {
	text-align: center;
	color: #fff
}

.booking-form {
    background: #F4F8FD;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #E2E8F0;
}

form.car-book {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.tab-form {
	width: 49.6%;
	display: inline-block
}

.radio_fields {
	margin: 0;
	float: left;
	width: 100%
}

.radio_fields .radio_btn {
	display: inline-block;
	margin-right: 0;
	position: relative;
	text-align: center;
	width: 49.2%;
	font-size: 12px
}

.radio_fields .radio_btn input {
	position: absolute;
	opacity: 0;
	z-index: 99;
	height: 43px;
	width: 100%;
	cursor: pointer
}

.radio_fields .radio_btn input:checked+label {
    background: #F7F7F7;
    color: #000;
    width: 100%;
    transition: 0.5s;
    border-radius: 15px;
    border-color: #f3393945;
}

.radio_fields .radio_btn input:checked+label:before {
    background-color: #fff;
    border-color: #B42A24 !important;
}

.radio_fields .radio_btn input:checked+label:after {
    opacity: 1;
}
.radio_fields .radio_btn label:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    background: #B42A24;
    top: 17px;
    opacity: 0;
}
.address-search .form-control {
    border-radius: 0;
    border: none;
    padding: 0px;
}

.radio_fields .radio_btn input {
	position: absolute;
	opacity: 0;
	z-index: 99;
	height: 43px;
	width: 100%;
	cursor: pointer
}

.passanger-detail input[type=checkbox], input[type=radio] {
    margin: 0 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 5px;
}

.radio_fields .radio_btn label {
    position: relative;
    padding-left: 25px;
    text-align: left;
    padding: 10px 0 10px 25px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 14px;
    width: 100%;
    color: #000;
    margin-bottom: 0;
    background: #ffffff;
    font-weight: 500;
    width: 100%;
    border: 2px solid #ccccccbf;
}

.radio_fields .radio_btn label:before {
    content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    border-radius: 50%;
    left: 7px;
    top: 14px;
    border: 1px solid #000000 !important;
    outline: 2px solid #ffffff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-form .address-search__field {
	margin: 0 0 0
}

.address-search__field {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 7px
}

.address-search__field .icon {
	position: absolute;
	top: 28px;
	left: 10px
}

.return-date i.far.fa-calendar-alt {
	margin-top: 10px !important;
	margin-left: 2px !important
}

.booking-icons-svg img {
	width: 20px
}

.tab-form .address-search .form-control {
	padding-left: 10px;
	border: 1px solid #B42A24;
	border-radius: 0
}

.tab-form .address-search .form-control {
	padding-left: 10px;
	border: 1px solid #B42A24;
	border-radius: 0
}

.address-search .form-control label {
	font-size: 15px;
	color: #000;
	width: 100%;
	margin-bottom: 0 !important
}

.address-search__field input.cross {
	position: absolute;
	right: 7px;
	top: 34px;
	cursor: pointer;
	display: none;
	background: no-repeat;
	color: #858585;
	font-weight: 600;
	background: #05c9b3;
	border-radius: 70px;
	padding: 0;
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #fff !important;
	padding-left: 2px
}

ul.hidden.idpc_ul.all-airports {
	display: none
}

.address-search .form-control input {
    width: 100%;
    font-size: 14px;
    color: #000 !important;
    margin-left: 0px !important;
    opacity: 1;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #f3393947 !important;
    padding: 10px;
}
.address-search .form-control input::placeholder{
  color: #000 !important;
}
span.ui-selectmenu-text {
    color: #000;
}

.address-search .form-control label span.form-control__label {
    margin-bottom: 6px;
    display: block;
    width: 100%;
    color: #3b3d4b;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

ul.idpc_ul {
	position: absolute;
	z-index: 9999;
	background: #f7f7f7;
	left: 0;
	width: 100%;
	padding: 0;
	margin-top: 7px;
	overflow-y: scroll;
	max-height: 310px;
	border: 1px solid #ccc;
	border-top: none
}

span.favor_in_span {
	position: absolute;
	right: 11px
}

.booking-icons-svg img {
	width: 20px
}

.icon-suitcase .booking-icons-svg img {
	height: 20px
}

.swal-footer {
	text-align: center
}

.swal-button {
	background-color: #B42A24;
	color: #fff
}

.swal-button:not([disabled]):hover {
	background-color: #333
}

.comment-textarea .address-search .form-control label {
	width: 100%
}

.comment-textarea textarea#comment {
	font-weight: 700
}

.comment-textarea textarea#comment {
	padding-left: 22px;
	padding-top: 0;
	color: #000 !important;
	font-size: 13px;
	white-space: pre-wrap;
	width: 100%;
	border: none
}

ul.idpc_ul li {
	padding: 6px 10px;
	font-size: 13px;
	list-style: none;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	height: 53px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	text-align: left
}

.passanger-detail span.favor_in_span {
	position: relative;
	right: 0px !important
}

.passanger-detail span.favor_in_span {
	top: 0
}

.passanger-detail span.favor_in_span {
	display: inline !important
}

.passanger-detail span.fields-placeholders {
	width: 100%;
	display: block
}

.pasanger-time li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 35px;
	font-weight: 700;
	display: flex;
	gap: 7px;
	align-items: center
}

.passanger-detail .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
	width: 100%
}

.passanger-detail .form-check-label a {
	color: #B42A24;
	text-decoration: underline
}

input#inlineCheckbox1:checked {
	background-color: #B42A24 !important;
	border-color: #B42A24 !important
}

#panel {
	display: none
}

button.btn.add-returen {
	margin-top: 0 !important;
	padding: 12px 40px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	background: linear-gradient(to right, #d70000 0%, #b50000 50%, #8a0000 100%);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out
}

button.btn.add-returen:hover {
	background-position: right center;
	background: linear-gradient(to right, #b50000 0%, #8a0000 50%, #d70000 100%);
	color: #fff;
	text-decoration: none
}

button.btn.add-returen:active {
	background: linear-gradient(to right, #8a0000 0%, #b50000 50%, #d70000 100%) !important;
	color: #fff
}

.booking-form button.btn.add-returen {
	padding: 12px 40px
}

.hidden {
	display: none
}

.address-search__field input.cross {
	position: absolute;
	right: 7px;
	top: 34px;
	cursor: pointer;
	display: none;
	background: no-repeat;
	color: #B42A24;
	font-weight: 600;
	background: #B42A24;
	border-radius: 70px;
	padding: 0;
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #fff !important;
	padding-left: 2px
}

button.btn.btn-primary.ms-2.set-cta {
	background: linear-gradient(to right, #8a0000 0%, #b50000 50%, #d70000 100%) !important;
	border: none;
	padding: 5px 20px;
	border-radius: 36px
}

.ribbon2 {
	width: 59.2px;
	padding: 2px 0;
	position: absolute;
	top: auto;
	right: 5px;
	text-align: center;
	border-top-left-radius: 3px;
	background: #131313;
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	z-index: 9;
	bottom: 0
}

.fleet-row.selected-vehicle {
	border: 1px solid #B42A24;
	position: relative;
	box-shadow: 0 0 9px #bcbcbc
}

.member-lagguage label.btn.btn-primary {
    background: #B42A24;
    border-color: #B42A24;
    position: absolute;
    top: -12px;
    right: 44px;
    padding: 4px 9px;
    border-radius: 60px;
    font-size: 12px;
}

.book-car-radio {
	width: 18px;
	height: 18px;
	accent-color: #fff;
	cursor: pointer
}

.fleet-row.selected-vehicle:after {
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	right: 150px;
	top: 10px;
	background-size: contain;
	z-index: 999;
	background-repeat: no-repeat
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
	min-width: 20rem !important;
	padding: 14px !important
}

.datetimepicker table.table-condensed {
	width: 100% !important
}

.table-condensed thead tr th.next {
	position: relative
}

.table-condensed thead tr th.next i:before {
	content: "";
	position: absolute;
	background-image: url(../images/right-arr.png);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	background-size: 6px;
	top: 5px
}

#map,
#map-mobile {
	height: 300px;
	width: 100%
}

.time-details.return-line img {
	width: 20px;
	margin-right: 10px
}

#returnBookingAccordion .accordion-content {
	padding: 0 10px
}

div#returnBookingAccordion {
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    padding: 16px 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.booking-confirmationp .fare-breakdown.return {
	padding: 0 20px;
	padding-left: 0
}

.booking-confirmationp .total_fair.final_tot_fai {
    padding: 10px 7px 13px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.return-booking-sec .address-search__field.comment-textarea.return-comment {
	margin-top: 6px
}

.sb-chat-btn {
	background-color: #B42A24 !important
}

#returnBookingAccordion .row.pick-drop .col-lg-6 {
	padding-left: 6px;
	padding-right: 6px
}

.payment-tabs {
	margin-top: 20px
}

.payment-tabs ul.nav.nav-tabs {
	border: none;
	background: #f3f3f3;
	margin-bottom: 20px;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.payment-tabs ul.nav.nav-tabs li.active a {
	background: #b42a24;
	color: #fff
}

.payment-tabs ul.nav.nav-tabs li {
	width: 50%
}

.payment-tabs ul.nav.nav-tabs a {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	background: #f3f3f3;
	padding: 10px 60px 10px 60px;
	display: inline-block;
	width: 100%
}

.payment-tabs ul.nav.nav-tabs a:hover {
	text-decoration: none;
	background: #b42a24;
	color: #fff
}

.payment-tabs ul.nav.nav-tabs li a.active {
	background: #b42a24;
	color: #fff
}

.payment-tabs .tab-content .payment-title h2 {
	font-size: 20px;
	margin-bottom: 20px
}

.payment-tabs .tab-content form#payment-form .form-row label {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 500
}

.payment-tabs .tab-content form#payment-form .form-row {
	display: block
}

.payment-tabs .tab-content div#paypal-button-container {
	padding: 0
}

.payment-tabs .tab-content form#payment-form .form-row .StripeElement {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: #fff;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif
}

.payment-tabs .tab-content form#payment-form .form-group.col-md-6 {
	width: 100% !important;
	max-width: 100%
}

.footer .footer_content {
	text-align: center;
	padding: 35px 0;
	background: #000;
	border-top: #3b3b3b 1px solid
}

.footer .footer_content p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0
}

.vehicle-class img {
	width: 130px !important
}

span.vehicle-class {
	display: inline-block;
	width: 100%;
	margin-top: 15px
}

.selected-fleet img.booked-car {
	width: 170px;
	margin-top: 0;
	margin-left: 5px
}

.selected-fleet p {
	margin: 0
}

li.selected-fleet {
	align-items: center
}

.disabled-vehicle {
	pointer-events: none;
	cursor: no-drop
}

.pay-now-btn {
	background-color: #B42A24;
	width: 100%
}

.payment-method-selection input[type="radio"]:checked {
	background-color: red
}

input[type="radio"]:checked {
	accent-color: #B42A24
}

.payment-section .nav-tabs {
	border-bottom: none
}

.swal-modal {
	will-change: unset !important
}

textarea#comment {
	outline: 0
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #B42A24;
	border-color: #B42A24
}

.payment-method-selection {
	justify-content: center
}

.powered-strip p {
	margin-bottom: 0
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #B42A24;
	border-color: #B42A24
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgb(180 42 36)
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgb(180 42 36)
}

p.vehicle-type {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}
.guidlines a {
	font-size: 13px;
	display: inline-block;
	color: #000;
	font-weight: 500;
	border-bottom: 1px dotted #B42A24;
	line-height: 25px;
	width: 100%
}

.guidlines a .fas {
	margin-right: 10px
}
.car-type img {
    width: 120px;
    padding-right: 20px;
}
.guidlines i {
	width: 15px
}

span.freeText {
	color: #B42A24;
	float: right
}

.guidlines a:hover {
	text-decoration: none
}

.tooltip-inner {
	background-color: #B42A24 !important;
	color: #ffffff !important
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #B42A24 !important
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #B42A24 !important
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #B42A24 !important
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #B42A24 !important
}






/* Booking Form - New Design */

.booking-form h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #B42A24;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}
.booking-form h4:after {
    content: "";
    height: 1px;
    display: inline-block;
    width: 100%;
    background: #DFDEDE;
}
/* Section Box */
.form-section {
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0px 12px;
    margin-bottom: 0;
    width: calc(50% - 9px);
}

.form-header {
    background: #f3393914;
    position: relative;
    left: -12px;
    width: calc(100% + 25px);
    border-radius: 10px 10px 0px 0px;
    padding: 15px 12px;
    margin: 0 0 12px;
}
.form-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Radio buttons */
.form-section .radio_fields {
    display: flex;
    gap: 12px;
    float: none;
    margin: 0px 0 12px;
}

.radio_fields .radio_btn input {
  margin-right: 6px;
}

.radio_fields label {
  font-size: 14px;
  color: #444;
  font-weight: 500;
  cursor: pointer;
}

/* Form Controls */
.address-search__field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.address-search__field .icon {
  margin-right: 10px;
  color: #555;
  font-size: 16px;
}

.address-search {
  flex: 1;
}

.form-control {
  width: 100%;
}

.form-control label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  background: #fff;
  transition: border 0.2s;
}

.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* Notes Box */
textarea {
  resize: vertical;
  min-height: 80px;
}

/* Buttons */
.btn {
  background: #007bff;
  border: none;
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn:hover {
  background: #0056b3;
}

/* Return Button */
.btn.add-returen {
  background: #B42A24;
}

.btn.add-returen:hover {
  background: #1e7e34;
}




.form-section.search-fields .address-search .form-control input {
    border-color: #DADADA !important;
    border-radius: 4px;
}
.form-section.search-fields .address-search .form-control .ui-selectmenu-button.ui-button {
    border: 1px solid #DADADA !important;
    border-radius: 4px;
    margin: 0;
    padding: 12px 10px !important;
}
.form-section.search-fields .address-search .form-control label {
    width: 100%;
}
.form-section.search-fields .address-search__field .form-control {
    border: none;
    padding: 0;
    position: relative;
}
.form-section.search-fields .form-control .set-cta {
    position: absolute;
    right: 10px;
    top: 33px;
}
.form-section.search-fields .address-search__field .form-control .form-control__label {
    margin-bottom: 6px;
    display: block;
    width: 100%;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.form-section.search-fields .address-search__field .form-control .ui-selectmenu-button.ui-button {
    border: 1px solid #DADADA !important;
    border-radius: 4px;
    margin: 0;
    padding: 12px 10px !important;
    width: 100%;
    background: #fff;
    font-weight: 600 !important;
    font-size: 14px;
}
.form-section.additional-notes {
    width: 100%;
    padding-bottom: 7px;
}
.form-section.additional-notes textarea {
    width: calc(100% - 30px);
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 10px;
    margin: 0 0 15px;
    display: none;
    position: relative;
    left: 15px;
}
.form-section.return-button {
    width: 100%;
    padding: 0;
    border: none;
}

.form-section.additional-notes {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
}
.form-section.additional-notes button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #B42A24;
    font-weight: 600;
    font-size: 18px;
    justify-content: space-between;
    cursor: pointer;
    border: none;
    padding: 16px 20px;
    background: transparent;
}
.form-section.additional-notes button i {
    color: #64748B;
    -webkit-text-stroke: 1px #fff;
    margin: 0;
}


.car-book .address-search .form-control.focused, .car-book .dropoff_inputs.focused, .car-book .pickup_inputs.focused{
  box-shadow: none;
}


.car-book .address-search .form-control.focused input{
  box-shadow: 0 0 5px 2px rgba(180,42,36,.2);
}
.form-section.search-fields .address-search__field .form-control.focused .ui-selectmenu-button.ui-button {
    box-shadow: 0 0 5px 2px rgba(180,42,36,.2);
}
.form-section.search-fields .address-search label.landing-time-select {
    margin: 12px 0 0;
}
.form-section.search-fields .address-search__field label {
    margin: 0;
}

.form-section.search-fields .address-search label.landing-time-select input {
    width: 100%;
    font-size: 14px;
    color: #000 !important;
    opacity: 1;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px;
}
.form-section.search-fields .address-search .form-control label span.form-control__label {
    width: auto;
    display: inline-block;
    position: relative;
    padding: 0 23px 0 0;
}
.form-section.search-fields .address-search .form-control label span.form-control__label span.favor_in_span {
    top: 0px;
}
.form-section.additional-notes button:focus {
    outline: none;
}

.timepicker-popover table {
    width: 100%;
}
.timepicker-popover table a.btn {
    text-align: center;
    display: flex;
    justify-content: center;
    background: #f4f8fd;
    color: #000;
    border: 1px solid #dadada;
}
.timepicker-popover table input {
    width: 100%;
    border: 1px solid #dadada !important;
    background: #feefef;
}
.timepicker-popover .d-flex.justify-content-between {
    margin: 10px 0 0;
}
.timepicker-popover .d-flex.justify-content-between .invisible {
    display: none;
}
.timepicker-popover .d-flex.justify-content-between div {
    width: 100%;
    display: flex;
}
.timepicker-popover .d-flex.justify-content-between button.btn {
    width: 100%;
}
.timepicker-popover .d-flex.justify-content-between div .cancel-btn {
    background: #b42a24;
}
.timepicker-popover .d-flex.justify-content-between div .submit-btn {
    background: #1a9d2b;
}


.return-booking-sec {
    width: 100%;
}
.return-booking-sec .bond_checkbox {
    width: 100%;
}

.return-booking-sec .address-search__field.return-date {
    flex-direction: column;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 8px 0 0;
    border-radius: 10px;
}
.return-booking-sec .address-search__field.return-date .datetime-slot input {
    padding: 8px 0 8px 35px;
    border-radius: 4px;
    border: 1px solid #DADADA !important;
}
.return-booking-sec .address-search__field.return-date .icon.icon-calender {
    top: 47px;
    left: 22px;
}
.return-booking-sec .address-search__field.return-date .ret-date .landing-time-select input {
    padding-left: 13px;
}
.return-booking-sec .address-search__field.return-date .ret-date  span.form-control__label {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 21px 0 0;
}
.return-booking-sec .address-search__field.return-date .ret-date  span.form-control__label span.favor_in_span {
    top: 0;
}
.return-booking-sec .address-search__field.return-date .add-notes.add-returen-notes {
    width: 100%;
    margin: 10px 0 10px;
}


.return-booking-sec .address-search__field.return-date .add-notes.add-returen-notes a.show-comment-box {
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 11px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #B42A24;
    font-weight: 600;
    font-size: 13px;
    justify-content: center;
}
.return-booking-sec .address-search__field.return-date .flight-field-return {
    width: 100%;
}
.return-booking-sec .address-search__field.return-date .flight-field-return .address-search .form-control {
    position: relative;
}
.return-booking-sec .address-search__field.return-date .flight-field-return .icon {
    z-index: 9;
    pointer-events: none;
    top: 33px;
}
.return-booking-sec .address-search__field.return-date .flight-field-return .address-search .form-control input {
    padding: 8px 0 8px 35px;
    border-radius: 4px;
    border: 1px solid #DADADA !important;
}
.return-booking-sec .address-search__field.return-date .flight-field-return .address-search .form-control button.btn.set-cta {
    position: absolute;
    right: 4px;
    top: 31px;
}
.return-booking-sec .address-search__field.return-date .flight-field-return .ui-selectmenu-button.ui-button {
    border: 1px solid #DADADA !important;
    border-radius: 4px;
    margin: 0;
    padding: 11px 10px 11px 38px !important;
    font-weight: 600;
}
.return-booking-sec .address-search__field.return-date .ret-date label.landing-time-select {
    padding-right: 4px !important;
}
.return-booking-sec .address-search__field.return-date .address-search {
    width: 100%;
}
.button-container .discount-tag {
    display: none;
}

.form-section .address-search__field .form-control input.cross {
    top: 16px;
    text-align: center;
    font-size: 10px;
    padding: 0;
}


.nav-menu ul li .submenu {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  flex-wrap: wrap;
  opacity: 0;
  padding: 15px 0;
}

.nav-menu ul li .submenu li a {
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: space-between;
    text-transform: inherit;
}
.header-section .nav-menu .submenu li a:hover i {
    -webkit-text-stroke: 1px #888888;
}

.nav-menu ul li .submenu li {
  position: relative;
  width: 100%;
}

.nav-menu ul li .submenu li .sub-panel {
  top: 0;
  left: 100%;
  }

.service-card a.sigh-link {
    display: inline-block;
    width: 100%;
}


.left-info span a {
    color: #fff;
    transition: 0.3s;
}
.left-info span a:hover {
  color: #303030;
  text-decoration: none;
}

.service-card {
  position: relative;
}
.vehicle-quanity {
    position: absolute;
    left: 18px;
    top: 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 500;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.3px;
}


.left-info span.mail-link a {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.left-info .contact-number a {
    font-size: 18px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif;
}
.left-info .call-support a {
    font-size: 18px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif;
}
.header-section .top-header  .container {
    padding-right: 0;
    padding-left: 0;
}
.header-section  .top-header .left-info span {
    margin-right: 0;
    padding: 8px;
}
.left-info .mail-link {
    width: 30%;
}
.left-info .contact-number {
    width: 20%;
}
.left-info .call-support {
    width: 25%;
}
.left-info .right-social {
    width: 25%;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.header-section .top-header .right-social a {
    height: 24px;
    display: flex;
    width: 24px;
}
.header-section .top-header .right-social a i {
    height: 24px;
    width: 24px;
    padding: 0;
    line-height: 25px;
}

.header-inner .logo {
    width: 12%;
    text-align: center;
}
.header-inner .logo .brand-logo {
    padding: 0;
    margin: 0;
}
.header-inner .nav-menu {
    width: 70%;
}
.header-inner .quote-btn {
    width: 100%;
    max-width: 302px;
}

.swal-text {
    text-align: center;
}
.booking-section {
    font-family: "Heebo", serif;
}

.payment-method-selection label, .payment-option, .card-label, .pay-now-btn{
  font-family: "Heebo", serif;
}

#payment-form .form-row .form-group input {
    font-family: "Heebo", serif;
    font-size: 16px;
}
.pick-date .inc-left {
    font-weight: 500;
}
.order-right .inc {
    font-weight: 500;
}

@media screen and (min-width:1281px) and (max-width:1600px) {
	section.inner-banner {
		padding: 5% 0
	}

	.pick-date .order-left strong {
		width: auto;
		margin-right: 10px
	}

	.order-right .inc {
		width: auto;
		display: inline-block;
		text-align: right
	}

	.order-right strong {
		width: auto;
		margin-right: 10px
	}

	.location {
		min-height: 123px
	}
}

@media (max-width: 1440px){
.header-inner .quote-btn {
    width: 100%;
    max-width: 219px;
}
.header-section .nav-menu ul li i {
    left: -2px;
}
}

@media (max-width: 1366px){
.header-inner .quote-btn {
    max-width: 205px;
}
.confirm-sidebar .payment-title img {
    margin-left: 2px;
}
.confirm-sidebar .payment-title h2 i {
    margin-right: 5px;
}
}

@media screen and (min-width:992px) and (max-width:1280px) {
	.booking-section {
		padding: 40px
	}

	.booking-confirmationp .total_fair .fare-breakup-title {
		font-size: 16px
	}

	.pick-date .order-left strong {
		width: auto;
		margin-right: 5px
	}
	.header-section .nav-menu ul {
    padding: 0;
}
.header-section .nav-menu ul li a {
    padding: 18px 7px !important;
    font-size: 10px !important;
}
.fleet-row {
    width: 48%;
}
.headbar {
    padding-top: 0;
}
.booking-section .container {
    padding: 0px 30px;
}
.headbar h2 {
    font-size: 36px;
}
.store-img img {
    width: 100px;
}
	.location {
		min-height: 123px
	}

	.order-right .inc {
		width: auto;
		display: inline-block;
		text-align: right
	}

	.order-right strong {
		width: auto;
		margin-right: 5px
	}

	ul.cl-time li {
		align-items: center
	}

	div#map {
		display: none
	}
  .journey-outin {
    margin-top: 0;
}

	section.inner-banner {
		padding: 5% 0
	}

	ul.cl-time {
		display: block
	}

	ul.cl-time li {
    margin-bottom: 5px;
    width: 100%;
}
.radio_fields .radio_btn label{
  font-size: 12px;
}
.booking-form {
    padding: 15px;
}
form.car-book {
    gap: 14px;
}
.form-section {
    width: calc(50% - 7px);
}

	.total .nf {
		width: 94% !important
	}

	.booking-head .container {
		padding: 0 40px
	}
body .header-section .quote-btn a {
    font-size: 15px;
    padding: 15px 10px;
}
}

@media (max-width: 1280px){
.header-inner .quote-btn {
    max-width: 190px;
}
}


@media (max-width: 1024px){
.form-section .radio_fields {
    gap: 6px;
}
.booking-section {
    padding: 40px 20px;
}
.radio_fields .radio_btn label {
    font-size: 11px;
    padding: 10px 0 10px 21px;
}
.radio_fields .radio_btn label:before {
    left: 5px;
    top: 11px;
}
.radio_fields .radio_btn label:after {
    left: 8px;
    top: 14px;
}
}

@media screen and (min-width:769px) and (max-width:991px) {
	.booking-section {
		padding: 40px
	}
.fleet-section.row {
    display: flex !important;
    gap: 10px;
}
	div#map {
		display: none
	}

	.payment-tabs {
		max-width: 100% !important
	}

	.drop-location {
		margin-top: 0
	}

	.pick-date .order-left strong {
		width: auto;
		margin-right: 5px
	}

	.order-right strong {
		width: auto;
		display: inline-block;
		margin-right: 5px
	}

	.total .nf {
		width: 94% !important
	}

	.location {
		min-height: 123px
	}

	.order-right .inc {
		width: auto;
		display: inline-block;
		text-align: right
	}

	.booking-confirmationp .total_fair .fare-breakup-title {
		font-size: 16px
	}

	.col-md-6.col-lg-3.review {
		width: 25%;
		max-width: 25%
	}

	.review img.attachment-full.size-full {
		width: 27px !important;
		margin-right: 0 !important
	}

	.star-rating .half,
	.star-rating img {
		width: 12px !important
	}

	.review .rev-portal__content {
		padding-left: 8px;
		line-height: 15px
	}

	h5.vehicle-name {
		font-size: 18px;
		font-weight: 700
	}

	.member-lagguage button.btn.btn-primary {
		top: -9px
	}

	.booking-head .container {
		padding: 0 40px
	}
.radio_fields .radio_btn label {
    font-size: 12px;
    padding: 10px 0 10px 25px;
}
.radio_fields .radio_btn label:before {
    left: 6px;
    top: 12px;
}
.radio_fields .radio_btn label:after {
    left: 9px;
    top: 15px;
}
.booking-form {
    padding: 15px;
}
form.car-book {
    gap: 15px;
}
}

@media only screen and (max-width:991px) {
.nav-menu ul li .submenu li a {
    padding: 8px 15px !important;
    font-size: 16px;
}
.header-section .nav-menu ul li a {
    padding: 8px 10px;
}
.nav-menu ul li .submenu li .sub-panel {
    top: 0;
    left: 0;
    background: #202020;
    padding: 2px 0 !important;
}
.header-section .nav-menu .submenu li a:hover {
    background-color: transparent !important;
}
.nav-menu ul li .submenu {
    background: #141414;
    position: relative;
}
.header-section .nav-menu ul li {
    margin: 6px 0px !important;
}
.nav-menu ul li .submenu li {
    margin: 0 !important;
}
div#tourCarousel .service-card img {
    min-height: 360px;
    max-height: 360px;
}
#servicesCarousel .service-card img {
    min-height: 360px;
    max-height: 360px;
}

body .header-section .logo img {
    width: 120px;
}
body .header-section .quote-btn a {
    font-size: 15px;
    padding: 15px 10px;
}
.header-inner .quote-btn {
    max-width: max-content;
    text-align: end;
}
.header-section .top-header .container {
    max-width: 100%;
}
.left-info .contact-number {
    width: 48%;
}
.left-info .right-social {
    width: 45%;
    justify-content: end;
}
}

@media only screen and (max-width:768px) {
.headbar h2 {
    font-size: 24px;
    font-weight: bold;
}
.cl-time span.out-date {
    font-size: 12px;
}
.cl-time span.out-time {
    font-size: 12px;
}
.store-img img {
    width: 100px;
}
	.booking-head .container {
		display: block;
		text-align: center
	}

.fleet-section.row {
    display: block;
}
.fleet-row {
    margin-bottom: 10px;
    width: 100% !important;
}
	.booking-head .phone-text {
		color: #fff;
		font-size: 20px
	}

	.booking-head .custom-navbar {
		background-color: #000;
		padding: 0 0;
		font-family: 'Segoe UI', sans-serif;
		padding-bottom: 20px
	}

	.booking-head .ml-auto.d-flex.align-items-center {
		justify-content: center
	}

	.member-lagguage button.btn.btn-primary {
		position: revert
	}

	.member-lagguage input.book-car-radio {
		margin-right: 0 !important;
		margin-left: 10px
	}

	.member-lagguage label.btn.btn-primary {
		position: static;
		width: 60%
	}

	.col-md-6.col-lg-3.review {
		width: 50%
	}

	.review img.attachment-full.size-full {
		width: 27px !important;
		margin-right: 0 !important
	}

	.star-rating .half,
	.star-rating img {
		width: 13px !important
	}

	.review .rev-portal__content {
		padding-left: 10px;
		line-height: 15px
	}

	.fleet-section .fleet-row .col-md-8.car-detail {
		width: 70%
	}

	.fleet-section .fleet-row .col-md-4.car-type {
		width: 30%
	}

	.fleet-section .fleet-row .row {
		display: flex !important
	}

	.pick-date {
		display: block
	}

	div#map {
		display: none
	}

	.inner-banner h2 {
		font-size: 24px
	}

	.pick-date .order-left strong {
		width: auto
	}

	.order-right strong {
		width: auto
	}

	.location {
		margin: 10px 0
	}

	.order-right .inc {
		width: auto;
		text-align: left;
		margin-left: 10px
	}

	.inc-left {
		padding-left: 10px
	}

	div#returnBookingAccordion {
		padding: 10px 15px
	}

	.payment-tabs {
		max-width: 100% !important
	}

	.extra-seat-colum {
		display: block
	}

	.col-md-5.seat-colum {
		max-width: 100% !important;
		flex: 100%;
		margin-bottom: 10px
	}

	.booking-confirmationp .total_fair.final_tot_fai {
		padding: 20px
	}

	.total .nf {
		margin-left: 0
	}

	.final_tot_fai h3 {
		margin-left: 0;
		margin-right: 0
	}

	.booking-confirmationp .fare-breakdown.return {
		padding: 0 0;
		padding-left: 0
	}

	.fare-breakdown.outward {
		margin-left: 0;
		width: 100%
	}

	.free-cancelation {
		margin: 0 0;
		width: 100%
	}

	.total .nf {
		width: 100% !important
	}

	.drop-location {
		margin-top: 0
	}

	.pick-date {
		display: block
	}

	.pick-date ul {
		width: 100%
	}

	.inner-banner h4 {
		font-size: 18px
	}

	.inner-banner h1 {
		font-size: 28px
	}

	.inner-banner h3 {
		font-size: 24px
	}

	section.inner-banner {
		padding: 15% 0
	}

	.tab-form {
		width: 100%
	}

	.button-container .btn.one-way {
		margin-bottom: 10px
	}

	.extra-inner {
		display: block;
		gap: 30px;
		margin: 10px
	}

	ul.cl-time li {
		gap: 10px
	}

	.button-container {
		display: block !important
	}

	.form-control {
		width: 99.3%
	}

	.col-md-8.car-detail {
		border-left: none
	}
.form-section {
    width: 100%;
}
.address-search .form-control label {
  width: 100%;
}
.radio_fields .radio_btn label {
  font-size: 13px;
  padding: 10px 0 10px 25px;
}
.radio_fields .radio_btn label:before {
  left: 6px;
  top: 13px;
}
.radio_fields .radio_btn label:after {
  left: 9px;
  top: 16px;
}
.form-section .radio_fields {
    gap: 14px;
}
div#tourCarousel .service-card img {
    min-height: 300px;
    max-height: 300px;
}
#servicesCarousel .service-card img {
    min-height: 320px;
    max-height: 320px;
}
body .header-section .logo img {
    width: 100px;
}
.booking-section .container {
    padding: 20px 15px;
    border-radius: 10px;
}
}

@media only screen and (max-width:767px) {
.booking-confirmationp .thankyou-msg img {
    width: 40px;
}
.booking-confirmationp .thankyou-msg .row {
    flex-wrap: nowrap;
}
.booking-confirmationp .thankyou-msg .booking-confirmation {
    width: 60px;
    padding-right: 0;
}
.booking-confirmationp .thankyou-msg {
    margin-bottom: 20px;
}
}

@media screen and (min-width:521px) and (max-width:768px) {
	.member-lagguage ul li {
		padding: 3px;
		margin-bottom: 0;
		font-size: 13px
	}
}

@media only screen and (max-width:520px) {
	.car-detail p {
		font-size: 12px;
    right: -19px;
    width: 74px;
	}

	p.similar-vehicle {
		font-weight: 400;
		font-size: 12px !important
	}

h5.vehicle-name {
    font-size: 17px;
    padding-right: 15px;
}

	.member-lagguage {
		display: block
	}

	.member-lagguage ul {
		margin-bottom: 10px
	}

	.member-lagguage ul li {
		font-size: 12px
	}
.booking-form {
    padding: 0;
    border: none;
    background: #fff;
}
.form-section .radio_fields {
    gap: 8px;
}
.booking-section {
    padding: 20px 8px;
}
.form-header h5 {
    font-size: 16px;
}
.form-header {
    padding: 12px 12px;
}
.booking-section .container {
    padding: 20px;
}
.radio_fields .radio_btn label {
    font-size: 12px;
}
.booking-form h4 {
    margin-bottom: 12px;
}
.return-booking-sec .address-search__field.return-date .address-search .datetime-slot {
    flex-wrap: wrap;
    gap: 8px;
}
.return-booking-sec .address-search__field.return-date .address-search .datetime-slot label {
    padding: 0 !important;
    border: none;
}
.form-section.additional-notes button {
    padding: 11px 20px;
    font-size: 14px;
}
body .header-section .quote-btn a {
    padding: 9px 12px;
    font-size: 13px;
}
.row.extra-colum .col-md-12 {
    padding: 15px 10px 15px 0;
    gap: 10px;
}
p.similar-vehicle {
    margin: 5px 0 !important;
}
.fleet-section .fleet-row .col-md-4.car-type {
    padding: 0 0 0 10px;
}
.car-type img {
    width: 100px;
    padding-right: 10px;
}
.total-fare {
    padding: 20px 0 2px;
}
.extra-notes p.exclamation {
    padding: 0;
}
.form-confrm-inner {
    font-size: 15px;
    gap: 7px;
}
.map-space.sidebar {
    padding: 0;
}
.discount-ribbon {
    border-radius: 0px 8px 0px 0px;
}
.trusted-section {
    margin-top: 20px;
}
.need-help-inner {
    margin-bottom: 20px;
}
.need-help-section h2 {
    margin-bottom: 20px;
}
.booking-section.booking-confirmationp {
    padding: 20px 0;
}
.waiting-time-section {
    padding: 20px 20px 10px;
}
.seat-colum p {
    font-size: 14px;
    margin: 0;
}
.booking-confirmationp .pasanger-confirm-detail span {
    width: 90px;
}
#servicesCarousel .service-card img {
    min-height: 250px;
    max-height: 250px;
}
div#tourCarousel .service-card img {
    min-height: 250px;
    max-height: 250px;
}
.left-info .contact-number a {
    font-size: 16px;
}
.booking-confirmationp .thankyou-msg .col-md-11 {
    padding-left: 3px;
}
}

@media only screen and (max-width:360px) {
.radio_fields .radio_btn label {
    font-size: 11px;
    padding: 9px 0 9px 24px;
}
.radio_fields .radio_btn label:before {
    top: 10px;
}
.radio_fields .radio_btn label:after {
    top: 13px;
}
.address-search .form-control input{
  font-size: 13px;
}
.left-info {
    align-items: center;
}
.header-section  .top-header .left-info span {
    margin-right: 10px;
    font-size: 15px;
}
.inner-banner h4 {
    font-size: 15px;
}
.inner-banner h3 {
    font-size: 20px;
}
}

ul.pasanger-time {
	padding: 19px;
	padding-top: 0
}

.pasanger-time li {
    color: #fff;
    list-style: none;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    border-bottom: 1px solid #E2E8F0;
}
.pasanger-time li:last-child {
    border: none;
}
.hold-tooltip svg {
	width: 15px;
	height: 15px
}

.add-notes a {
	background: #fff;
	color: #b42a24;
	font-size: 12px;
	padding: 10px 7px;
	border-radius: 4px;
	font-weight: 700;
	margin-right: 10px;
	width: 100%;
	display: inline-block;
	border: 1px solid #ced4da
}

.date-time-picker input#datetimepicker {
	border-right: 1px solid #eee !important
}

.date-time-picker input#datetimepicker-returen-dt {
	border-right: 1px solid #eee !important
}

.date-time-picker {
	display: flex
}

.datetime-slot {
	display: flex;
	text-align: left
}

input#pickup_timepicker {
	margin-left: 0 !important
}

.datetime-slot label {
	border-right: 1px solid #ccc;
	padding-right: 20px !important;
	display: block
}

.datetime-slot .landing-time-select {
	border: none !important;
	padding-left: 20px !important;
	display: block
}