@media screen and (max-width: 1920px) {
  .activityCard.-type-1 .activityCard__title span,
  .tourCard.-type-1 .tourCard__title span,
  .hotelsCard.-type-1 .hotelsCard__title span,
  .rentalCard.-type-1 .rentalCard__title span,
  .rentalCard.-type-2 .rentalCard__title span,
  .cruiseCard.-type-1 .cruiseCard__title span {
    background-image: linear-gradient(transparent 33px, black 20px);
  }
}
@media screen and (max-width: 1200px) {
  .menu-item-has-children_new .subnav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .new-file-box-img {
    inline-size: 180px;
  }
  .trip-preview-product-lft {
    max-inline-size: 220px;
  }
  .trip-preview-product-rgt {
    flex: 0 0 100%;
    max-inline-size: calc(100% - 220px);
  }
}
@media screen and (max-width: 991px) {
  /* .usreIcon {
    display: none;
  } */
  .header.-dashboard .-left-side.logoLeft {
    flex-grow: 1;
  }
  .header.-dashboard .header__container > .row.noRow {
    width: auto;
  }
  .menu__nav > li > a {
    font-weight: bold !important;
  }
  .mobileHam {
    display: flex !important;
  }
  .header .header-menu .menu li.mobileHam {
    overflow: unset;
  }
  /* .mobileHam .usreIcon,
  .mobileHam .isUserLoggedIn {
    display: block;
  } */
  .mobileHam .logoutDd {
    top: auto;
    bottom: 100%;
  }
  .isUserLoggedIn .dropdown-toggle {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .isUserLoggedIn .dropdown-toggle:after {
    display: none !important;
  }
  .srcbar-btn {
    height: 36px;
    width: 36px;
    border-radius: 50%;
  }
  .userDb {
    margin-inline-end: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .trip-preview-product-lft {
    max-inline-size: 100%;
  }
  .trip-preview-product-rgt {
    max-inline-size: 100%;
    padding: 1rem;
  }
  .new-view-file-box-lft,
  .new-view-file-box-rgt {
    max-inline-size: 100%;
  }
  .new-view-file-box-rgt {
    padding-inline-start: 0;
    margin-block-start: 1rem;
  }
  .new-file-box-img {
    inline-size: 100%;
    block-size: 240px;
  }
  .bdFooter {
    width: 100%;
    padding: 0 30px;
  }
  body {
    padding-bottom: 60px;
  }

  .liberySideBar {
    bottom: 0;
    right: -250px;
    background: var(--color-white);
  }
  .liberySideBar.open {
    transform: translateX(-250px);
  }
  span.pullSidebar {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
  }

  .routeTripFrameWrapper {
    padding-top: 140px;
  }

  .autoAdjust {
    min-height: 110px;
  }

  .eventDescription iframe {
    width: 100% !important;
    min-width: auto !important;
  }

  .itemBox.px-30 {
    padding: 0 !important;
    border: none !important;
  }
  .icon-badge {
    right: -10px !important;
  }

  .eventBox {
    /* border: none; */
    margin-bottom: 20px;
    padding: 12px;
  }
  .text-30 {
    font-size: var(--text-20) !important;
  }
  .dayPlan {
    padding: 10px 0;
  }
  .dayPlan ul {
    padding-right: 10px;
  }
  .inputArea.mt-10 {
    margin-top: 0 !important;
  }

  .hero-banner h1 {
    font-size: 3rem;
  }
  .style-card {
    margin-bottom: 2rem;
  }
  .ribbon-top-left {
    /* font-size: 0.9rem;
        padding: 0.3rem 1.5rem; */
    top: 12px;
    left: -64px;
  }

  .food-card,
  .diet-card {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .counter-btn {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
  }
  .counter-btn .fa-plus {
    font-size: 14px;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  .bannContent h1 {
    font-size: 75px;
  }
  .bannContent p {
    font-size: 28px;
  }
  .header .header-menu .menu {
    padding-top: 0;
  }
  .searchMenu-guests__field {
    left: 0 !important;
    width: 100%;
  }
  .cityDaysBodyLeft,
  .interCityLeft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cityDaysBodyRight {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
  }
  .forRtl .cityDaysBodyRight {
    padding-left: 0;
    padding-right: 39px;
  }
  /* .row {
    --bs-gutter-x: 0;
  } */
  .innerNav ul li a span {
    display: none;
  }
  .innerNav ul li a,
  .backBtn {
    padding: 3px 10px;
  }
  .backBtn span {
    display: none;
  }
  .py-30.px-30 {
    padding: 15px !important;
  }
  .tripEventListBox {
    padding: 15px;
    margin-top: 15px;
  }
  .changeCover a,
  .yourItinerary a {
    font-size: 12px;
  }
  .bannBtm {
    padding: 15px;
  }
  .dnelRight h2 {
    font-size: 1rem;
  }
  .cart-container {
    padding: 0;
  }
  .cart-item img {
    width: 40px;
    height: 40px;
  }
  .cart-item h5 {
    font-size: 14px;
  }
  .cart-item .ms-3 {
    margin-left: 0.5rem !important;
  }
  .cart-item {
    padding: 7px;
  }
  .text-end h4 {
    font-size: 15px;
  }

  .ribbon span {
    display: block;
    width: auto;
    transform: rotate(0);
    padding: 0 10px;
    font-size: 12px !important;
  }
  .ribbon {
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
  }
  .cardImage__wishlist {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 680px) {
  .day-plan-sidebar {
    width: 220px;
  }
  .trip-events-box {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 600px) {
  #product-lists.pt-20 {
    padding-top: 6px !important;
  }
  .searchInputWrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mdPadding {
    padding-inline-start: 8px;
  }
  .mdPr {
    padding-inline-end: 8px;
  }
  .flatpickr-calendar {
    transform: translate(0, 0) !important;
  }
  .src-wrap-box {
    left: 50%;
    transform: translateX(-70%);
  }
  .step-icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .tripCalculatorFormSection .shadow {
    padding: 10px;
  }
  .card-body.p-4 {
    padding: 0rem !important;
  }

  .icon-circle {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }

  .subtext {
    font-size: 9px;
  }
  .category-info h6 {
    font-size: 0.8rem;
  }
  .step-indicator:before {
    top: 20px;
  }
  .progress-bar-custom {
    top: 20px;
  }
  .step-label {
    font-size: 13px;
  }
  .lsbItemBoxRight h5 {
    font-size: 12px;
  }
  .lsbItemBoxLeft {
    flex: 0 0 30px;
    max-width: 30px;
  }
  .lsbItemBoxLeft span {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
  .lsbItemBoxRight {
    margin-right: 0.313rem;
  }
  .lsbItemBox {
    padding: 7px;
    border-radius: 6px;
  }
  .itemImg .lsbItemBoxLeft span img {
    width: 14px;
    height: 14px;
  }
  .changeCover a {
    font-size: 11px;
  }
  .yourItinerary a {
    font-size: 11px;
    padding: 5px 5px;
    font-size: 10px;
  }
  .view-file-box-lft {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .bdFooter {
    padding: 15px 20px;
  }

  .header .pl-60 {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .forLtr .backBtn {
    margin-left: 15px;
  }
  .forRtl .backBtn {
    margin-right: 15px;
  }
  .innerNav ul li:not(:last-child) {
    margin-right: 5px;
    margin-left: 0;
  }
  .forRtl .innerNav ul li:not(:last-child) {
    margin-right: 0;
    margin-left: 5px;
  }
  .innerNav ul li a,
  .backBtn {
    padding: 3px 8px;
  }
  .forLtr .header.-dashboard .-left-side {
    margin-inline-end: 18px;
  }
  .forRtl .header.-dashboard .-left-side {
    margin-left: 18px;
  }

  .backBtn i {
    margin-right: 0;
  }
  .yourItinerary,
  .dayNewEventLeft {
    margin-bottom: 10px;
  }
  .saveOrDuplicateDate .textLabel:not(:last-child) {
    margin-right: 0;
  }

  .gap {
    padding: 0 10px;
  }
  .infDocLable {
    padding: 8px 5px;
  }
  .form-checkbox__mark {
    margin-left: 5px;
  }
  .addInputArea .inputArea {
    padding-right: 0;
  }
  .addInputArea {
    padding: 0;
  }
  .activityNav ul li a {
    font-size: 12px;
  }
  .activityNav ul li a img {
    width: 13px;
  }
  .ambRight {
    padding: 12px 15px;
  }
  .ambLeft {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .activityModalBox {
    padding: 15px 0;
  }
  .showGalBtn a {
    font-size: 2rem;
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .showGal,
  .showGalBtn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .setDateBox,
  .buildItineraryBox {
    padding: 1rem;
    margin-top: 20px;
  }

  .seasonCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .titleWrap h4 {
    font-size: 1.8rem;
  }
  .form-step {
    padding: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .autoAdjust {
    min-height: unset;
  }
}
@media screen and (max-width: 575px) {
  .gallery-boxes {
    padding: 10px 15px !important;
  }
  .text-14.profilelh {
    line-height: 1.2;
    font-size: 13px !important;
  }
  .dashboard__content {
    padding: 15px !important;
  }
  .home-banner .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-banner .bannContent h1 {
    font-size: 28px;
  }
  .bannContent p {
    font-size: 18px;
  }
  .haederSecn {
    padding: 20px 15px;
  }
  .form-input {
    margin-bottom: 0;
  }
  .navigate-btn a {
    inline-size: 100%;
  }
  .tour_details_wrap {
    display: none;
  }
  .tripInput {
    max-width: 86%;
  }
  .for-mobile-plan {
    display: block;
    position: fixed;
    z-index: 2;
    transform: rotate(-90deg) translate(0px, -50%);
    top: 50%;
    transform-origin: 20px 0 0;
    left: 0;
  }
  .cityDaysBody h3 {
    font-size: 22px;
  }
  .flagTitle h2 {
    font-size: 22px;
  }
  .flagTitle p {
    font-size: 15px;
  }
  .trip-events-box {
    width: 100%;
  }
  .day-plan-sidebar {
    width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  .day-plan-sidebar.sidebar_show {
    transform: translateX(0);
  }
  .close-sidebar {
    display: block;
    text-align: right;
  }
  .dayPlan {
    height: 100%;
  }
  .for-mobile-btn {
    background-color: var(--primary);
    padding: 5px 15px;
    border-radius: 0 0 6px 6px;
    color: var(--color-white);
    display: block;
    font-weight: bold;
    text-orientation: mixed;
  }
  .checkNav ul li {
    margin-bottom: 5px;
  }
  .dayPlan a {
    font-size: 12px;
  }
  .date_name {
    font-size: 11px;
  }
  .dayPlan .text-22 {
    font-size: var(--text-16) !important;
    padding: 0 10px;
    margin-bottom: 5px !important;
  }
  .eventDisplayDescription ul li h5 {
    font-size: 0.875rem;
  }
  .eventDisplayDescription ul li {
    padding: 0 0.313rem;
    margin-bottom: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .eventDisplayDescription ul li p {
    font-size: 0.775rem;
  }
  .eventDisplayDescription ul {
    align-items: baseline !important;
  }
  .atcImg {
    flex: 0 0 28px;
    max-width: 28px;
  }
  .pt-30 {
    padding-top: 15px !important;
  }
  .text-18 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 480px) {
  .slider-dot-mobile {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .accommodation-card {
    height: 200px;
  }
  .ribbon-top-left {
    padding: 0.3rem 2rem;
    top: 20px;
    left: -34px;
  }
}
@media screen and (max-width: 320px) {
  #booking-data .row [class*="col"],
  .listing-row [class*="col"] {
    width: 100%;
  }
}
