:root {
    --light-text: #222
}

body.noscroll {
    overflow: hidden
}

.fields-wrapper .age-box .form-select:focus-visible {
    border: 1px solid #e6e7eb
}

@media only screen and (min-width: 576px) {
    .booking-widget-ev-section .bw-outer-box .bw-inner-box .fields-out-box .field-box .date-time-combine .time {
        border-left: 0
    }
}

@media only screen and (min-width: 768px) {
    .booking-widget-ev-section .bw-outer-box .bw-inner-box .fields-out-box {
        padding-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .booking-widget-ev-section .bw-outer-box .be-search-btn {
        height: 48.25px
    }

    .booking-widget-ev-section .bw-outer-box .bw-inner-box .fields-out-box .input-form {
        padding-bottom: 11.25px
    }
}

@media(min-width: 1251px) {
    .booking-widget-ev-section .bw-outer-box .bw-inner-box .fields-out-box .field-box.location-field {
        grid-template-columns: repeat(2, 1fr)
    }
}

.light-text {
    color: var(--light-text)
}

.tick-listed {
    padding-left: 0
}

.tick-listed li {
    padding-left: 28px;
    list-style: none;
    background-image: url(../../img/icons/white-tick.svg);
    background-repeat: no-repeat;
    background-position: left top 10px
}

.list-item {
    flex-wrap: wrap
}

.list-item li {
    margin-bottom: 10px
}

.list-item.two-colum li {
    width: 50%
}

.rent-ev-card-sec .content-desc {
    margin-bottom: 8px
}

.fs-14 {
    font-size: 14px
}

@media(max-width: 991px) {
    .hero-section {
        padding: 20px !important;
        padding-bottom: 340px !important
    }

    .list-item.two-colum li {
        width: 100%;
        font-size: 16px;
        margin-bottom: 8px;
        background-position: left top 5px;
        background-size: 15px
    }
}

.step-counter {
    border: 1px solid rgba(34, 34, 34, .1);
    display: inline-flex;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.step-counter li {
    border-right: 1px solid rgba(34, 34, 34, .1);
    padding: 12px 30px 7px;
    list-style: none;
    color: rgba(34, 34, 34, .6);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 5px solid #fff;
    min-width: 230px
}

.step-counter li span {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(34, 34, 34, .1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 4px
}

.step-counter li.active {
    border-bottom: 5px solid #fc0;
    background: #fefbea;
    color: #000
}

.step-counter li.active span {
    background-color: #000;
    color: #fff
}

.step-counter li:last-child {
    border-right: none
}

.pad-bor-setting {
    padding: 60px 20px 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 40px
}

.benifits ul li {
    color: #000;
    font-size: 16px;
    background: url(../../img/icons/yellow-tick.svg);
    background-repeat: no-repeat;
    background-position: left top 4px;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .step-counter {
        margin-top: 20px;
        flex-direction: column;
        padding: 0px 0
    }

    .step-counter li {
        padding: 15px 20px
    }
}

@media(max-width: 767px) {
    .step-counter {
        margin-top: 20px
    }

    .sf-tog-btn {
        position: fixed;
        bottom: 0;
        background: #fff;
        height: 65px;
        width: 100%;
        z-index: 9;
        left: 0;
        padding: 10px 20px;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, .3)
    }

    .filter-row .col-12 {
        position: fixed;
        bottom: -14px;
        z-index: 9;
        left: 60px;
        padding-top: 20px
    }

    .icon-content-section .img-box img {
        max-width: 70px
    }

    .icon-content-section .content-box h2 {
        font-size: 16px !important
    }

    .icon-content-section .content-box p {
        font-size: 14px !important;
        margin-bottom: 0 !important
    }

    .icon-content-section .c-gap {
        gap: 20px
    }
}

@media(max-width: 767px) {
    .vehicle-card-wrapper .card__inner .cf-wrapper {
        justify-content: space-between
    }
}

.content-half label {
    position: relative
}

.content-half label span {
    position: absolute;
    left: 14px;
    top: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.content-half label.active span {
    top: 2px;
    font-size: 10px;
    font-weight: 400
}

.content-half label.active input,
.content-half label.active select,
.content-half label.active textarea {
    padding-bottom: 5px;
    font-size: 14px
}

.itenerary-details.booking-confirmation .payment-method .payment-subsection h3 {
    border-bottom: none;
    margin-bottom: 0
}

.itenerary-details.booking-confirmation .payment-method .promo-section ul,
.itenerary-details.booking-confirmation .payment-method .total-payment ul {
    margin-top: 0
}

.itenerary-details.booking-confirmation .payment-method .promo-section ul li,
.itenerary-details.booking-confirmation .payment-method .promo-section ul li span,
.itenerary-details.booking-confirmation .payment-method .total-payment ul li,
.itenerary-details.booking-confirmation .payment-method .total-payment ul li span {
    font-size: 16px
}

.itenerary-details.booking-confirmation .payment-method .fs-12 {
    font-size: 12px
}

.itenerary-details.booking-confirmation .extra-month {
    padding: 10px;
    background: #f3f4f8
}

.itenerary-details.booking-confirmation .extra-month h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 12px
}

.itenerary-details.booking-confirmation .extra-month ul {
    padding: 0
}

.itenerary-details.booking-confirmation .extra-month ul li {
    font-size: 14px
}

.pb-wrapper .price-box>.amount {
    text-align: center;
    display: block;
}

.include-rates.rates .feature-content, .include-rates.rates .feature-content ul {
    padding-left: 0;
}
.include-rates.rates .feature-content li {
    list-style: none;
    font-size: 14px;
}
