.tabs-cab {
    padding-top: 16px;
}

.filter-widths {
    width: 100%;
    border-right: 1px solid gainsboro;
    padding: 12px 20px 15px 0px;
    position: relative;

}

.main-section-search {
    gap: 60px;
    border: 1px solid gainsboro;
    padding: 0px 24px;
    border-radius: 10px;
}

.two-way {
    min-width: 50px;
    position: absolute;
    top: 16px;
    right: -26px;
}

.fltSwipCircle {
    margin: 0;
}

.fltSwipCircle iconify-icon {
    font-size: 25px;
}

.filter-search-wrap {
    padding: 15px 20px;
}

.filter-search-wrap .radioSelection_trip.tabs-cab {
    background: transparent;
    padding: 0px 0px 10px 0px;
}

.filter-search-wrap .search-form-cab {
    background: transparent;
    padding-left: 0;
}

h3.location-country {
    padding: 0;
}

.profile__input.profile__input1 .input__location {
    font-size: 24px;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mainSearch__submit {
    border-radius: 10px;
    height: 50px;
    padding: 10px 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.dropdown-menu {
    top: 61px;
}

.button-item-hotel {
    position: relative;
    right: 15px;
}

.selectradio_container.active-radio {
    background: #fddd0a12;
    border: 1px solid #d7c71f2e;
}

.selectradio_container {
    border-radius: 20px;
    padding: 8px 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 5px;
}

.selectradio_container label {
    margin: 0 !important;
}

.radioSelection_trip input[type=radio]+label:before,
.radioSelection_trip input[type=radio]+label:after,
.radioSelection_trip input[type=checkbox]+label:before,
.radioSelection_trip input[type=checkbox]+label:after {
    /* top: 2px; */
    left: -2px;
}

a.t-btn.btn-hotel-search-active {
    background: #2853af;
    color: #fff;
    border-color: #2853af;
    font-weight: 500;
}

a.t-btn {
    background: #fff;
}

.btn-sec {
      padding: 15px 20px;
    background: #fffefa;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #fed5002b;
}

button.mainSearch__submit {
    letter-spacing: 0.5px;
}

.fltSwipCircle iconify-icon {
    color: #065af3;
}

.dateTime_container .form-group input {
    padding: 0 !important;
}

.booking_field_column label.form-label {
    font-weight: 400;
    margin: 0;
}

p.location-country {
    padding: 0;
}

.time__pickers {
    padding: 0 !important;
    margin: 0 !important;
    outline: none;
    font-size: 20px !important;
    font-weight: 600;
}

.booking_field_column .form-group {
    margin-bottom: 0;
}

div#schedule .filter-widths {
    height: 85px;
}

div#schedule .main-section-search {
    gap: 25px
}

div#schedule .button-item-hotel {
    position: relative;
    right: 0px;
}

.profile__input.profile__input2 .input__location {
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button.-dark-1:hover {
    background-color: #fed401 !important;
    color: #000000 !important;
}

.masthead.-type-7 .masthead__content {
    height: 620px;
}

/* .hotel-search-section1 {
    top: 400px;
} */

.offer-wrap {
    position: relative;
    height: 40px;
    overflow: hidden;
    background: linear-gradient(312deg, rgba(255, 255, 255, 1) 44%, rgb(0 123 45 / 9%) 100%);
    margin-top: 12px;
    border-radius: 6px;
    padding: 8px 0px 0px 10px;
}

.offer-text {
    position: absolute;
    width: auto;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease-in-out;
    color: #007B2D;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.offer-text span {
    background: #007b2dad;
    padding: 0px 10px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    color: #ffffff;
    margin-left: 10px;
}

.offer-text.active {
    opacity: 1;
    transform: translateY(0%);
}

/* Popup styling */
.copy-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1b9347;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    animation: fadeSlide 2s ease-in-out;
}

@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }

    10%,
    90% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

.popup-show {
    display: block !important;
}

.clear-btn {
    background: #222 !important;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    right: 25px;
    position: absolute;
    top: 0;
}

div#schedule .clear-btn {
    right: 0px !important;
}

.home-ab-section {
    height: auto;
    width: 100%;
    padding-right: 50px;
}

.home-ab-section h1.cab-solution {
    padding-bottom: 18px;
    font-weight: 700;
    line-height: 55px;
}

.home-ab-section .cab-para {
    margin-bottom: 10px;
}

.home-ab-section a {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
}

.slid {
    height: 100vh;
}

.happpy-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.location-traker {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 25px 30px 10px;
}

.location-traker-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    background: #f8f8f8;
    margin-bottom: 8px;
}

.location-traker-icon iconify-icon {
    font-size: 20px;
}

.stop {
    border: 1px dashed #00000047;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.location-traker-box {
    position: relative;
    width: 100%;
}

.location-traker-box:before {
    content: '';
    position: absolute;
    width: calc(100% - 60px);
    border: 1px dashed #ddd;
    top: 24px;
    left: 60px;
}
/* .location-traker-box.track-right:before {
    display: none;
} */
.counter-2-sec {
    align-items: center;
    justify-content: center;
    width: 100%;
}
.location-traker-box.track-right .location-traker-icon {
    margin-left: auto;
}
.location-traker-box.track-right:before{
    left: 0;
    right: 60px;
}
.location-traker-box.track-right .loca1 {
    margin-left: auto;
    padding: 0;
    text-align: right;
}

.location-traker-box p.loca1 {
    padding: 0;
}
.location-traker-box.stop_count_dda {
    justify-content: center;
    position: absolute;
    flex-wrap: wrap;
}

.location-traker-box.stop_count_dda::before {
    display: none;
}

.location-traker-box.stop_count_dda span a {
    border: none;
    position: absolute;
    background: #21ae04;
    color: #fff;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 800;
    top: 0;
}
.counter-2-sec a.loca2 {
    min-width: 200px;
    text-align: center;
}
.modal-dialog {
    margin: auto;
}
input.js-search.js-dd-focus {
    padding: 0px 12px;
}
span.remove-appliedpromo {
    margin-left: 10px;
}
button.locarespons {
    margin: 0px 0px 15px 15px;
    text-transform: capitalize;
    background: #2853af2e;
    color: #2853af;
    padding: 5px 14px;
    border-radius: 6px;
    display: none;
}

.hotel-btn-wrapper button.ride-pay {
    width: 100%;
    max-width: 140px;
    padding: 10px;
    font-size: 16px;
    height: 45px;
    line-height: 22px;
    border-radius: 8px;
}
.hotel-btn-wrapper button.CancelRide_button.ride-pay {
    background: #ff0000;
}
