@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: 991px) {
  .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;
  }

  .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;
  }
}

@media screen and (max-width: 767px) {
  .bannContent h1 {
    font-size: 75px;
  }
  .bannContent p {
    font-size: 28px;
  }
  .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;
  }
}

@media screen and (max-width: 600px) {
  .step-icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .tripCalculatorFormSection .shadow {
    padding: 10px;
  }
  .card-body.p-4 {
    padding: 0.786rem !important;
  }
  .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-right: 18px;
  }
  .forRtl .header.-dashboard .-left-side {
    margin-left: 18px;
  }

  .header .header-logo img {
    max-width: 100px;
  }
  .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;
  }
}

@media screen and (max-width: 575px) {
  .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;
  }
  .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: 320px) {
    #booking-data .row [class*="col"],
    .listing-row [class*="col"]{
        width: 100%;
    }
}
