@media only screen and (max-width: 768px) {
  /***************24july2k25******************/
  section.details-haunted .right-content-side {
    margin-left: 0px;
    text-align: center;
  }
  section#haunted_faq .faqs_outer .Accordion-item {
    padding: 0rem 0rem;
  }
  footer#footer::before {
    top: -5px;
  }
  .hauntedBanner {
    background-size: 100% 100%;
    height: 300px;
  }
  section.awaits.py-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.details-haunted {
    background-color: #7E8487;
    padding: 70px 0;
  }
  section.tour-details.py-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.gallery-haunted.py-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.testimonials.py-9 {
    padding: 70px 0;
  }
  section#haunted_faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section#haunted_faq .faqs_outer .Accordion-title {
    padding: 20px;
  }
  section.tour-details.py-9 .tour-detail .tour-detail-btn a {
    padding: 20px 15px;
  }
  section.tour-details.py-9 .tour-detail {
    padding: 75px 10px;
  }
  section.testimonials .custom-position .outer-flex .slick-buttons-custom {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  section#gallery .modal-content {
    display: flex;
    height: unset;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
  }
  #gallery .gallery-full {
    display: block;
  }
  #gallery .gallery__item {
    margin-bottom: 1rem !important;
  }
  #gallery .img-position-text {
    padding: 35px 25px 10px;
  }
  .zoom-icon i {
    color: #fff;
  }
  .gallery__item.active::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .gallery__item.active .img-position-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--theme-info-color) 100%);
  }
  .gallery__item.active .img-position-text {
    opacity: 1 !important;
    z-index: 99999;
    color: #fff;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.5s;
  }
  .gallery__item.active .zoom-icon {
    opacity: 1;
  }
  /********header*************************/
  #Header {
    position: static !important;
    background-color: var(--theme-color);
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem;
  }
  #Header .header_logo {
    max-width: 10rem;
    position: relative;
    z-index: 99999999;
  }
  #Header button.nav-trigger {
    height: 1.5rem;
    width: 2rem !important;
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(0%);
    z-index: 99999999;
    padding: 0 !important;
    background: transparent !important;
    display: flex !important;
    justify-content: end;
    border: none !important;
    float: right;
  }
  #Header button.nav-trigger:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--theme-secondary-color);
    transition: 0.5s;
  }
  #Header button.nav-trigger span {
    width: 70%;
    height: 2px;
    background: var(--theme-secondary-color);
    top: 50%;
    position: relative;
    transition: 0.5s;
  }
  #Header button.nav-trigger:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: var(--theme-secondary-color);
    left: 0;
    transition: 0.5s;
  }
  #Header button.nav-trigger.active:before {
    top: 50%;
    transform: rotate(45deg);
  }
  #Header button.nav-trigger.active:after {
    top: 50%;
    transform: rotate(-45deg);
  }
  #Header nav.active {
    transform: translateX(0%);
  }
  #Header button.nav-trigger.active span {
    width: 0%;
  }
  #Header nav {
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background: var(--theme-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform: translateX(100%);
    transition: 0.5s;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow-y: scroll;
    z-index: 9999999;
  }
  #Header nav #menu-header-menu > li > .sub-menu {
    position: static !important;
  }
  #Header nav > ul {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    padding-top: 6rem;
  }
  #Header nav > ul > li > a {
    font-size: 1.2rem !important;
  }
  #Header nav #menu-header-menu {
    border-bottom: 0px !important;
  }
  #Header nav #menu-header-menu {
    margin-left: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    justify-content: start !important;
    align-items: start !important;
    top: -10%;
  }
  #Header nav #menu-header-menu button.sub-menu-toggle {
    display: flex;
  }
  #Header nav #menu-header-menu button.sub-menu-toggle * {
    display: none;
  }
  nav #menu-header-menu > li > a::after {
    display: none !important;
  }
  nav #menu-header-menu > li > a:hover:after {
    transform: none !important;
    transform-origin: none !important;
  }
  #Header nav #menu-header-menu > li > .sub-menu {
    z-index: 1;
  }
  #Header nav #menu-header-menu > li:hover > .sub-menu {
    transform: translateY(2rem);
  }
  #Header button.sub-menu-toggle[aria-expanded=true] + ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #Header button.sub-menu-toggle[aria-expanded=false] + ul {
    display: none !important;
  }
  #Header nav #menu-header-menu > li.menu-item-has-children > a:before {
    display: none !important;
  }
  #Header button.sub-menu-toggle:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid var(--theme-secondary-color);
    border-right: 2px solid var(--theme-secondary-color);
    height: 10px;
    width: 10px;
    transform: rotate(45deg) rotateX(0deg);
    margin-top: -0.3rem;
    transition: 0.5s;
  }
  #Header nav #menu-header-menu button.sub-menu-toggle {
    background: transparent !important;
    border: none !important;
    position: absolute;
    right: 0;
    top: 10px;
  }
  #Header nav #menu-header-menu > li {
    align-items: start !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  #Header nav:after {
    content: "";
    left: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--theme-info-color);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
  }
  #Header nav:before {
    content: "";
    right: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--theme-info-color);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
  }
  /**********************mainBanner***********************/
  h1 {
    font-size: 2.2rem !important;
  }
  .HomeBanner .banner_img img {
    height: 30rem;
  }
  /**********************details*************************/
  .details {
    margin-top: 6.875rem;
  }
  .details .col:not(:last-child) {
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  section.tour_details .tour_details_section {
    display: block;
  }
  section.tour_details .tour_details_section .tour_details_section_img img {
    height: 15rem !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }
  section.tour_detail .outer_card {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .mission .thumbnail_img img {
    height: auto;
  }
  .team.py-7 .thumbnail_img img {
    height: auto;
  }
  section.tour_detail .outer_card .inner_card_thumbnail img {
    height: auto;
  }
  section.sites_tours.py-6 .customc-prev {
    top: 50%;
    left: 0.5rem;
  }
  section.sites_tours.py-6 .customc-next {
    top: 50%;
    right: 0.5rem;
  }
  .InnerBanner .featured-image-container img {
    height: 18rem !important;
  }
  .custom-buttons {
    bottom: 80px;
  }
  .details {
    margin-top: 4.875rem;
  }
  .experience.my-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  section.tour_details {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
  #contact.my-6 {
    margin-top: 6.875rem;
    margin-bottom: 2.875rem;
  }
  section.clients.py-6 {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
  section.questions {
    margin-top: 4.875rem;
    margin-bottom: 4.875rem;
  }
  #gallery.py-6 {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
  footer#Footer.pt-6 {
    padding-top: 4.875rem;
  }
  footer#Footer.pt-6 .copyright {
    margin-top: 4.875rem;
  }
  section.common-content.my-7 {
    margin-bottom: 4.875rem;
  }
  .team.py-7 {
    padding-top: 3.875rem;
    padding-bottom: 4.875rem;
  }
  body.page-template-aboutUs section.tour_detail {
    margin-bottom: 4.875rem;
  }
  body.page-template-contact section.contact.pb-6 {
    padding-bottom: 1.875rem;
  }
  body.page-template-tours section.common-content.my-7 {
    margin-bottom: 3.875rem;
  }
  body.page-template-tours section.tour_detail .outer_card:not(:last-child) {
    margin-bottom: 2rem;
  }
  section.sites_tours.py-6 {
    padding-top: 3.875rem;
    padding-bottom: 1.875rem;
  }
  .blocks.py-7 {
    padding-top: 4.875rem;
    padding-bottom: 2.875rem;
  }
  .blocks.py-7 .row:not(:last-child) {
    margin-bottom: 2rem;
  }
  .booking_steps.py-7 {
    padding-top: 3.875rem;
    padding-bottom: 2.875rem;
  }
  .faq {
    margin-top: 3.875rem;
    margin-bottom: 4.875rem;
  }
  .booking_steps.py-7 .thumbnail img {
    height: auto;
  }
  section.blogs.my-6 .blog-repeater .blog_thumbnail img {
    max-width: 100% !important;
    height: 250px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 769px) {
  .gallery__item:hover .img-position-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--theme-info-color) 100%);
  }
  .gallery__item:hover .img-position-text {
    opacity: 1 !important;
    z-index: 99999;
    color: #fff;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.5s;
  }
  .gallery__item:hover .zoom-icon {
    opacity: 1;
  }
  header#Header ul.header_nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
    box-shadow: 0px 0px 10px -11px #1e1e1e;
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-tours.page-id-848 .InnerBanner .container h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  body.page-template-tours.page-id-848 .custom-tour-details {
    bottom: 400px;
  }
  body.page-template-tours.page-id-848 .btn_custom {
    padding: 0.8rem 1.5rem !important;
  }
  body.page-template-tours.page-id-850 .btn_custom {
    padding: 0.8rem 1.5rem !important;
  }
  .body.page-template-tours.page-id-850 .custom-buttons {
    position: relative;
    bottom: 95px;
    z-index: 99999;
    margin: auto;
    text-align: center;
  }
  .body.page-template-tours.page-id-850 .custom-buttons .modal-dialog .modal-content {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .body.page-template-tours.page-id-850 .custom-buttons .modal-dialog .modal-content .modal-header {
    border: none !important;
  }
  body.page-template-tours.page-id-850 .custom-buttons .modal-dialog {
    max-width: 100% !important;
  }
  #myModal .modal-content {
    height: auto !important;
    width: 90% !important;
  }
  section.blog_detail.my-6 .blog_detail_thumbnail img {
    width: 100% !important;
    height: 250px !important;
  }
  section.recent-posts-archive .articles-card {
    display: block;
  }
  section.recent-posts-archive .articles-card .img-container img {
    height: 250px;
  }
  body.archive section.common-content.my-7 {
    margin-top: 4.875rem;
    margin-bottom: 4.875rem;
  }
  body.archive section.recent-posts-archive {
    margin-top: 4.875rem;
    margin-bottom: 4.875rem;
  }
  section.search-posts-archive .articles-card {
    display: block;
  }
  section.search-posts-archive .articles-card {
    display: block;
  }
  section.search-posts-archive .articles-card .img-container img {
    height: 250px;
  }
  section.search-posts-archive {
    margin-top: 4.875rem;
    margin-bottom: 4.875rem;
  }
}
@media only screen and (min-width: 576px) {
  .custom-buttons .modal-dialog {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .InnerBanner .img-container img {
    height: 15rem !important;
  }
  body.page-id-848 .InnerBanner .img-container img {
    height: 35rem !important;
  }
  body.page-id-848 .custom-buttons {
    bottom: 130px !important;
  }
  body.page-id-848 section.common-content.my-7 {
    margin-top: -11rem !important;
  }
  body.page-id-9634 .custom-buttons {
    bottom: 170px !important;
  }
  body.page-id-9634 .custom-buttons a.btn_custom:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  body.page-id-9634 .InnerBanner .img-container img {
    height: 35rem !important;
  }
  body.page-id-9634 .InnerBanner .container h1 {
    top: 10%;
    transform: translate(-50%, -10%);
  }
  body.page-id-9634 .custom-tour-details {
    bottom: 500px;
  }
  body.page-template-tour-walking section.common-content.my-7 {
    margin-top: -16rem !important;
  }
  body.page-id-850 .InnerBanner .img-container img {
    height: 25rem !important;
  }
  body.page-id-850 .InnerBanner .container h1 {
    top: 20%;
    transform: translate(-50%, -20%);
  }
  body.page-id-850 .custom-buttons {
    bottom: 100px !important;
  }
  body.page-id-850 section.common-content.my-7 {
    margin-top: -6rem !important;
  }
}/*# sourceMappingURL=responsive.css.map */