body {
    padding: 0 !important;
    margin: 0 !important;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #cc338f;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
  .new_in_head_btmd {
    display: none;
  }
  @media (max-width: 768px) {
    .fixt-top-headr {
      display: block;
    }
    .zzz {
      display: none;
    }
  }

  .trps_htDls_box:hover,
  .trps_lnk_box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
  }

  @media only screen and (max-width: 650px) {
    .search_box {
      opacity: 0.8 !important;
    }
  }
  @media only screen and (max-width: 500px) {
    .bg {
      height: 260px;
      background-position: right;
    }
    .banner_search {
      text-align: center;
      padding: 30% 5%;
    }
  }
  .ic-2 {
    display: none;
  }
  .trvl_insrt_box {
    min-height: 300px !important;
    padding: 25px 20px 25px;
  }
  @media (max-width: 1199px) {
    .trvl_insrt_box {
      min-height: 380px !important;
    }
  }
  @media (max-width: 991px) {
    .trvl_insrt_box {
      min-height: 450px !important;
    }
  }
  .trvl_insrt_box p {
    padding-top: 12px;
    font-size: 20px;
  }
  /* @media (max-width: 1199px) {
    .trvl_insrt_box {
      min-height: auto;
    }
  } */
  @media (max-width: 768px) {
    .trvl_insrt_box {
      min-height: 260px !important;
    }
  }
  @media (max-width: 568px) {
    .trvl_insrt_box {
      min-height: 250px !important;
    }
  }
  /* .trvl_dshbrd_lftCol {
    padding: 0 16px;
  } */
  .top-head {
    font-size: 35px !important;
  }
  @media (max-width: 568px) {
    .top-head {
      font-size: 25px !important;
    }
  }
  .trvl_hdng_lft h3 span {
    padding-right: 6px;
  }
  .gradient-text {
    background: linear-gradient(90deg, #b72f8c 0%, #5741cc 107.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .trvl_hdng_lft h3 {
    color: linear-gradient(90deg, #b72f8c 0%, #5741cc 107.02%);
    font-weight: 700;
    font-size: 24px;
    padding-top: 12px;
  }
  .trvl_dshbrd_lftCol {
    margin-bottom: 5px !important;
  }
  .hot_deals_dahsboard.cmn-gap {
    padding-bottom: 1px !important;
  }
  .usr_dropdwn .dropdown ul {
    width: 258px;
  }
  .user-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 12px;
  }
  .user-img img {
    border-radius: 50%;
  }
  @media (max-width: 1024px) {
    .new_in_head_btmd.show {
      width: 300px;
    }
    .user-wrap {
      display: flex;
      gap: 4px;
      align-items: center;
      padding: 12px;
      flex-direction: column;
      text-align: center;
    }
  }
  .icon_menu li {
    margin: 0 16px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .search-landing .dropdown-menu ul {
    list-style: none;
    display: inline-block;
    margin-right: 2.2rem;
    padding: 0 10px;
  }
  .banner_search {
    text-align: center;
    padding: 18% 0 14%;
    height: 610px;
  }
  .sec_heading_lft {
    margin-bottom: 30px;
  }
  /* .trvl_dshbrd_lftCol {
    padding-right: unset !important;
  } */
  @media (max-width: 768px) {
    .dropdown {
      padding: 0 8%;
    }
  }
  @media (max-width: 568px) {
    p {
      font-size: 16px;
    }
    .trvl_insrt_box p {
      padding-top: 12px;
      font-size: 16px !important;
    }

    h2 span {
      font-size: 25px;
    }
    h2 {
      font-size: 25px !important;
    }
    .banner_search {
      padding: 22% 0;
      margin-top: -2px;
      display: none;
    }
  }

  /* scroll */
  @media (max-width: 767px) {
    .trvl_dshbrd_wrppr {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS devices */
    }

    .trvl_dshbrd_row {
      display: flex;
      flex-wrap: nowrap;
    }

    .trvl_dshbrd_lftCol {
      flex: 0 0 auto;
      width: 90%;
      margin-right: 10px;
    }
    .trvl_insrt_box {
      -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    }
    body
      > main
      > div.trvl_dshbrd_sec.cmn-gap
      > div
      > div
      > div.trvl_dshbrd_wrppr
      > div
      > div:nth-child(3) {
      padding-right: 2px !important;
    }
  }
  @media (max-width: 767px) {
    .trvl_dshbrd_wrppr {
      padding: 10px 10px 0; /* Add padding for better visibility */
    }
    .trvl_hdng_lft h3 {
      font-size: 22px;
    }
    .sec_heading_lft {
      margin-bottom: 10px;
    }
    .trvl_dshbrd_lftCol {
      padding-left: 5px !important;
      margin-right: 3px;
    }
  }
  .last-cardss {
    margin-bottom: 30px;
  }
  .bottom-fixt-mne-all-pgs ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bottom-fixt-mne-all-pgs ul li a p {
    color: #000000;
    font-size: 14px;
  }
  /* .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.15rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  } */
  body > main > div.trvl_dshbrd_sec.cmn-gap.topp-marg > div {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.15rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  @media (max-width: 479px) {
    .tripiry_footer {
      padding: 30px 10px 80px;
    }
  }
  @media (max-width: 490px) {
    .hotDeals-slider .blgm_othr_cnt_part:hover {
      transform: none !important;
      transition: none;
    }
  }
  @media (max-width: 479px) {
    .blgm_othr_cnt_part:hover .blgm_othr_cnt_part_btm h4 {
      font-size: 18px;
      font-weight: 300;
    }
    /* .hotDeals-slider {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
    } */
  }
  .mobile-dp-flex {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
  }
  .text-dp h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .text-dp p {
    font-size: 14px;
  }
  .interest-flex {
    display: flex;
    gap: 100px;
  }
  .int-row1 p,
  .int-row2 p {
    font-size: 16px;
    color: #65757d;
  }
  .form-group,
  .flight_booked_maind,
  .suggestionOpen,
  .flight_booked_maind_inner.ttd-tp-left {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }