.head_scndblock .status_dropdown .status__btn {
    border-radius: 0;
}

.inputSearchHeader .search-results-ajax {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 9999;
    box-shadow: 0 .5rem 1remrgba(0, 0, 0, .15) !important;
    border-radius: 0 0 3px 3px;
    display: none;
}

.account_create_screen .inputSearchHeader .search-results-ajax {
    position: absolute;
    width: fit-content;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 9999;
    box-shadow: 0 .5rem 1remrgba(0, 0, 0, .15) !important;
    border-radius: 0 0 3px 3px;
}

.inputSearchHeader .search-results-ajax .search-results-product {
    max-height: 400px;
}

.inputSearchHeader .os-host-overflow {
    overflow: hidden !important;
}

.inputSearchHeader .os-resize-observer.observed,
.inputSearchHeader object.os-resize-observer {
    box-sizing: border-box !important;
}

.inputSearchHeader .os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.inputSearchHeader .search-results-ajax ul {
    padding: 0;
    margin: 10px 0;
}

.inputSearchHeader .search-results-ajax ul li {
    list-style: none;
}

.inputSearchHeader .search-results-ajax ul li a {
    display: table;
    width: 100%;
    padding: 10px 20px;
    color: #555 !important;
}

.inputSearchHeader .search-results-ajax ul li a .left {
    display: table-cell;
    vertical-align: top;
    width: 40px;
    padding-right: 15px;
    min-width: 0;
}

.inputSearchHeader .search-results-ajax ul li a .left .search-image {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
}

.inputSearchHeader .search-results-ajax ul li a .search-image img {
    height: 50px;
    margin: 0 auto;
}

.inputSearchHeader img {
    text-indent: -9999px;
    color: transparent;
}

.inputSearchHeader .search-results-ajax ul li a .search-product {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

.inputSearchHeader .search-results-ajax ul li a .search-product p {
    color: #004963;
}

.inputSearchHeader .search-results-ajax ul li a strong {
    font-weight: 600;
}

.inputSearchHeader .search-results-ajax ul li a .search-product .price {
    color: #004963;
    font-weight: bold;
}

.inputSearchHeader .search-results-ajax ul li {
    list-style: none;
}

.inputSearchHeader .search-results-ajax ul li a:hover {
    background-color: #f5f5f5;
}

.inputSearchHeader {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.tabPackageSec .tab {
    overflow: hidden;
    background-color: #FFF;
    transition: all 3s;
}

.tabPackageSec .tab button {
    background-color: inherit;
    /*  float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 19px;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
}

.tabPackageSec .tab button:hover {
    background-color: transparent;
}

.tab-nav {
    background: #FFF;
    padding: 0 25px;
}

.tabPackageSec .tab button.active,
.tabPackageSec .tab button.active .hydrated {
    background-color: transparent;
    color: #ff4c46;
}

.tabPackageSec .tab button .hydrated {
    font-size: 22px;
    vertical-align: middle;
}

.tabPackageSec .tabcontent {
    display: none;
    border: 0px solid #ccc;
    border-top: none;
}

.tabPackageSec .is-hidden {
    display: none !important;
}

.tabPackageSec .is-desktop {
    display: block;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .tabPackageSec .is-desktop {
        display: none !important;
    }
}

.tabPackageSec .is-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .tabPackageSec .is-mobile {
        display: block !important;
    }

    .TrendingDeals_tabs .is-mobile {
        padding: 10px;
    }
}

.tabPackageSec select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    background-color: #f0f0f0;
    border: none;
}

.tabPackageSec select::-ms-expand {
    display: none;
}

.tabPackageSec .select {
    position: relative;
}

@media (max-width: 767px) {
    .tabPackageSec .select:after {
        content: '';
        background-image: url("https://cdn.travelone.io/v1/img/arrow-nav-head.png");
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        pointer-events: none;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        width: 1px;
        height: 1px;
        border: 5px solid transparent;
        border-top: 5px solid #555;
        top: 25px;
        z-index: 9999;
    }
}

.iconWrap {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.iconWrap .tooltip {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 15px;
    color: #004963;
    background-color: #FFF;
    border-radius: 4px;
    transform: translateX(-0.325rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
    padding: 15px 15px 0;
    font-weight: 500;
    width: 200px;
    box-shadow: 1px 5px 8px rgb(0 0 0 / 28%);
}

.iconWrap .tooltip::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    left: 75px;
    top: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 1px;
}

.iconWrap:hover .tooltip,
.iconWrap:visited .tooltip,
.iconWrap:focus .tooltip,
.iconWrap:focus-within .tooltip {
    transform: translateX(0.325rem);
    opacity: 1;
}

.iconWrap .tooltip p {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}
.TrendingDeals_tabs .clear_svg {
    position: absolute;
    top: 20px;
    right: 15px;
}

.TrendingDeals_tabs .clear_svg {
    display: none;
}