/** ===> SEARCHBAR <=== */
@media (max-width: 1179px) and (min-width: 1000px) {
    .searchBar {
        height: 125px;
        padding-bottom: 10px;
    }

    .divTableCell:first-child {
        margin-bottom: 15px;
    }

    .divTableCell:first-child,
    .searchBarTextWrap {
        width: 100%;
    }

    .divTable, .divTableBody, .divTableRow, .divTableCell {
        display: block;
    }

    .divTableRow > .divTableCell:last-child {
        float: right;
    }

    .searchBarTextInput input {
        width: 100%;
    }

    .searchBarBtnWrap {
        float: none;
    }

    .searchBarDateRangeWrap {
        float: left;
    }

    .searchBarDateRangeWrap .searchBarTextSelect,
    .dateTimeRange {
        width: 100%;
    }

    .dateTimeRange {
        line-height: 37px;
        text-align: center;
        overflow: hidden;
    }

    .searchBarCategoryWrap,
    .searchBarTypeWrap,
    .searchBarCountryWrap,
    .searchBarSortByWrap {
        float: left;
    }

    .divTableCell.fullView {
        width: auto;
    }

    div.lefty {
        float: left;
    }
}

@media (max-width: 999px) {
    .searchBar {
        height: 335px;
    }

    .divTableCell,
    .divTableHead,
    .searchBarCategoryWrap,
    .searchBarTypeWrap,
    .searchBarCountryWrap,
    .searchBarDateRangeWrap,
    .divTableCell.fullView,
    .searchBarSortByWrap,
    .searchBarTextSelect {
        display: block;
        float: right;
        clear: both;
        width: 100%;
    }

    .divTableCell:last-child {
        float: none;
        padding-top: 10px;
    }

    .divTableCell.fullView {
        width: 100%;
    }

    .searchBarTextInput input,
    .divTableCell:first-child,
    .divTableRow > .divTableCell:last-child,
    .searchBarDateRangeWrap,
    .searchBarDateRangeWrap textarea {
        width: 100%;
        left: -50%;
    }

    .searchBarDateRangeWrap textarea {
        text-align: center;
        line-height: 35px;
    }

    .nice-select .list,
    .nice-select.open .list {
        right: 0;
        left: auto;
    }

    .searchBarBtnWrap {
        text-align: center;
        float: none;
    }

    .searchBarTextSelect > .nice-select > span {
        max-width: 240px;
    }

    .daterangepicker.openscenter {
        right: 25px !important;
        left: auto !important;
    }

    .daterangepicker.openscenter:before {
        left: auto !important;
        right: 17px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .daterangepicker.openscenter:after {
        left: auto !important;
        right: 18px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/** ===> END OF SEARCHBAR <=== */

@media (max-width: 1023px) {
    .exp-slide-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 34px;
    }

    .exp-slide-wrap {
        background-size: cover;
    }

    .experience-list-slide-wrap {
        height: 330px;
    }

    .exp-slide-wrap {
        aspect-ratio: unset;
        height: 100%;
    }
}


@media (max-width: 1199px) and (min-width: 900px) {
    .exp-slide-location {
        font-size: 24px;
    }

    .exp-slide-button > a {
        font-size: 16px;
    }
}

@media (max-width: 899px) {
    .experienceTableGoopiPoint tr > td:nth-child(3) {
        display: none;
    }

    .goopiPointMobile {
        display: block;
    }

    .goopiPointBtn {
        width: 75px;
        height: 35px;
    }

    .exp-slide-location {
        font-size: 18px;
    }

    .exp-slide-button > a {
        font-size: 14px;
    }
}

@media (max-width: 719px) {
    .experienceTable td:first-child {
        display: none;
    }

    .experienceTable td:nth-child(2) {
        width: auto;
    }

    .experienceTable td:last-child {
        width: 100px;
    }
}

@media (max-width: 699px) {
    .packageTextWrap > div:first-child {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .packageTextWrap > div:last-child {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 499px) {
    .purchaseModalHeader > .modal-title {
        font-size: 18px;
        margin-top: 30px;
    }

    .purchaseModalBody {
        padding: 15px 15px 15px;
        height: 210px;
    }

    .purchaseModalBody div:first-child {
        font-size: 14px;
        text-align: justify;
    }

    .purchaseModalBody div:first-child span:last-child {
        font-size: 16px;
    }

    .btnContainer {
        width: 200px;
    }

    .purchaseModalBody button {
        width: 90px;
        font-size: 14px;
    }
}
