/* ---------------------------------------  Booking Area -------------------------------- */
.booking-form .form-group label {
    font-size: 15px;
    margin-bottom: 2px;
    color: var(--color-dark);
}

.booking-form .form-select,
.booking-form .form-control {
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    color: black !important;
    border: 1px solid #ffc107;
}

.booking-form .form-control::placeholder {
    color: black !important;
    opacity: 1;
    font-size: 15px;
}

.booking-form .form-group i {
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: #ffc107;
}


.booking-form {
    width: 100%;
    margin: auto;
    padding: 22px 30px;
    background: var(--color-white);
    border-radius: 20px;
    /* box-shadow: var(--box-shadow); */
    box-shadow: rgba(255, 128, 0, 0.16) 0px 3px 6px, rgba(255, 123, 0, 0.23) 0px 3px 6px;
}

.nice-select {
    width: 100%;
    height: 39px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    border-color: #ffc107;
    color: var(--body-text-color);
}

.nice-select .current {
    color: black;
    font-size: 15px;
}

.booking-form .theme-btn {
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    padding: 8px;
}


.nice-select:after {
    border-bottom: 2px solid #ffc107;
    border-right: 2px solid #ffc107;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}


.filter-btns li {
    display: inline-block;
    background: var(--color-dark);
    color: var(--color-white);
    border-radius: 20px 20px 0px 0px;
    margin: 0 5px 8px 0;
    padding: 9px 25px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: top;
}

.filter-btns li.active img {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 24px;
    filter: none;
}

.filter-btns li img {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 24px;
    /* filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(5007%) hue-rotate(1deg) brightness(106%) contrast(107%); */
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(360deg) brightness(100%) contrast(100%);
}

/* ---------------------------------------  Booking Area -------------------------------- */

/* ---------------------------------------  Banner Area -------------------------------- */

.hero-single {
    padding-top: 100px;
    padding-bottom: 120px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.taxi-head span {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
}

.taxi-content .theme-btn {
    width: 100%;
    padding: 9px;
    border-radius: 4px;
}

.taxi-feature ul li {
    font-size: 15px;
    padding: 4px 4px;
    font-weight: 600;
    color: black;
}

.outstation-price {
    width: 70%;
    margin: auto;
    background: #111111;
    color: #feb200 !important;
    margin-top: 20px;
    padding: 10px 31px !important;
    font-size: 16px;
    font-weight: 700 !important;
    border-radius: 10px;
}

.outstation-price span {
    float: none !important;
}

/* ---------------------------------------  Banner Area -------------------------------- */


/* ---------------------------------------  About Page -------------------------------- */

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 1;
}

.taxi-single-overview {
    border-left: 4px solid #ffb300;
    padding-left: 15px;
}

.taxi-single-img img {
    width: 100%;
    margin-left: 40px !important;
    max-width: fit-content;
}

.taxi-item {
    background: var(--color-white);
    padding: 30px 20px !important;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow);
}
/* ---------------------------------------  About Page -------------------------------- */










/* header top  */
.header-top-contact a {
    color: #f76767;
    font-weight: 500;
}
