@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar > ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }

  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }
  .banner_section {
    background: url(../image/banner-img.jpg) no-repeat center;
    color: #fff;
    text-align: center;
    padding: 170px 0px 50px;
    position: relative;
  }
  .banner_item h1 {
    color: #fff;
    margin-bottom: 13px;
    text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
  }

  h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 400;
  }
  h2 {
    font-size: 37px;
    font-weight: 700;
  }
  h3{
    font-weight: 700;
  }
  .banner_item p br {
    display: none;
    text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
  }
  .service_item {
    margin-bottom: 40px;
  }
  .content.text-center.p-5.pb-0 {
    padding: 20px !important;
  }
  p br {
    display: none;
  }
  section.about_section {
    text-align: center;
  }
  section.about_section img {
    margin-top: 20px;
  }
  .inner_service h1 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .inner_service {
    padding: 210px 0px 0;
  }
  header#main_header {
    color: #fff;
    background: transparent;
    padding: 16px 0px;
    position: absolute;
    left: 0;
    z-index: 999;
    right: 0;
    display: none;
  }
  section.about_section2 img {
    margin-top: 27px;
  }
  #main_header {
    display: none;
  }
  .banner_area {
    padding-top: 220px;
    padding-bottom: 46px;
    text-align: center;
    background: url(../image/IMG_0605.JPG) no-repeat center;
  }
  .hd_banner {
    padding: 0px 22px;
  }
  .col-lg-2.text-end {
    text-align: center !important;
  }
  .banner_area:before {
    display: none;
  }
      .expensive_dubai_city .heading h2 {
        color: var(--theme-color);
        padding-bottom: 184px;
    }
  a.hd-link {
    width: 96px;
    border: 1px solid var(--theme-color);
      background: url(../image/dublincitywalks.jpeg)center center / cover no-repeat!important;
    color: #fff;
    background: rgba(85, 160, 152, 0.3);
    height: 96px;
    border-radius: 100px;
    padding: 0px 0;
    display: inline-block;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    padding-top: 29px;
    transition: all 0.5s;
    font-size: 14px;
  }
  section.dublin_tours .heading span {
    text-align: center !important;
    font-weight: 500;
  }
  section.member_independent img {
    max-width: initial !important;
    width: 123px;
    margin-top: 22px;
    margin: 0 auto;
  }
  section.member_independent .heading {
    border-left: 0px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  section.member_independent {
    padding: 60px 0 50px;
  }
  .content.text-center.gap-p {
    padding: 30px 2px 0;
  }
  .expensive_dubai_city:before {
    display: none;
  }
 .expensive_dubai_city {
    padding-bottom: 40px;
}
  section {
    padding: 70px 0px;
  }
  section.contact_Section:before {
    position: absolute;
    background: var(--theme-color);
    content: "";
    right: 0;
    width: 10px;
    height: 100%;
    top: 0;
  }

  .contact_details {
    padding: 40px 22px;
    margin-top: 30px;
  }
  .footer_area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 22px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    bottom: 0;
    background-size: 100%;
  }
  .footer_area {
    background: url(../image/footer-area.jpg) no-repeat center;
    padding: 70px 0px 80px;
    color: #fff;
    position: relative;
  }
  .footer_info p {
    font-weight: 300;
    padding-right: 4px;
    line-height: 27px;
    font-size: 16px;
    margin: 24px 0 30px;
  }
  .footer_menu h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #55a098;
    margin-bottom: 14px;
  }
  .footer_menu {
    margin-top: 20px;
  }
  .inner_banner h1 {
    margin-bottom: 0px;
    font-size: 40px;
  }
  .book_online_form {
    margin-top: 20px;
  }
  .logo a img {
    width: 270px;
  }
  .contact_Section {
    position: relative;
    padding: 0 0 70px;
  }
  .footer_menu {
    padding-left: 0px;
  }
  .copyright.text-start.mt-5.d-flex.justify-content-between.align-items-center {
    margin-top: 60px !important;
    display: inherit !important;
  }

  .copyright.text-start.mt-5.d-flex.justify-content-between.align-items-center
    p {
    margin-bottom: 27px !important;
  }
  /* new responsive */
  .about_man span {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 25px;
    padding: 9px 33px;
    left: 0px;
    bottom: -22px;
    width: 100%;
  }
  .about-back {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 3px 4px 4px 1px #b5b5b5;
    margin-bottom: 20px;
  }
  .texti-sec .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: block !important;
  }

  #videos::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 54px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #dublin-grand-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 54px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  .texti-sec.pb-2.pt-4 {
    overflow: hidden;
  }
  #reviews::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #blog::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #museums-galleries-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #james-joyce-tour-jemes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #georgian-architecture-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #rising-tour-1916::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #about_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #contact_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
.banner_area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 26px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center!important;
    bottom: 0;
    background-size: contain!important;
}

}

@media screen and (max-width: 767px) {
.banner_area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 26px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center!important;
    bottom: 0;
    background-size: contain!important;
}
  #reviews::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  .book_guided_section a {
    margin-top: 7px;
    display: inline-block;
  }
  #blog::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #museums-galleries-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #james-joyce-tour-jemes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #georgian-architecture-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #rising-tour-1916::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #about_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #contact_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  .input-form-1 {
    margin-top: 10px;
  }
  .banner_area {
    background: url(../image/IMG_0605.JPG) no-repeat center;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: auto;
      padding-top: 100px;
      position: relative;
    
    } 
    .hd_banner h1 {
      font-weight: 500;
      margin-bottom: 61px;
      color: #000;
    }
}

@media screen and (max-width: 567px) {
  .banner_area{
    position: relative;
  }
.banner_area:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: 26px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center!important;
    bottom: 0;
    background-size: contain!important;
}
  .texti-sec .owl-prev {
    position: absolute;
    left: 10px;
    bottom: 40%;
    display: block;
}
  .texti-sec .owl-next {
    position: absolute;
    right: 69px;
    bottom: 40%;
     display: block;
  }
  .img-youtube {
    width: 200px;
  }
  #videos::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #dublin-grand-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  .footer_info a img {
    margin-bottom: 27px;
    width: 290px;
  }
  .logo a img {
    width: 180px;
  }

  .inner_banner {
    padding-top: 275px !important;
    padding-bottom: 25px !important;
  }
  /* }
  .book-online-img img{
    border: 8px solid #eeeeee;
    border-radius: 100%;
    width: 100%;
    } */
  .book_guided_section {
    text-align: center;
  }
  #reviews::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  .terms-and-condition {
    margin-top: 10px;
    text-align: center;
  }
  #blog::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #museums-galleries-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #james-joyce-tour-jemes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #georgian-architecture-tour::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #rising-tour-1916::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #about_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
  #contact_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
    background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    bottom: 0;
    background-size: 100%;
  }
   .banner_area {
  background: url(../image/IMG_0605.JPG) no-repeat center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 200px;
    position: relative;
  
  } 
  .input-form.input-form-1.d-flex input {
    margin-left: 7px;
  }
  .owl-prev {
    position: absolute;
    bottom: 30%;
    width: 0px;
    left: -12px;
  }
  .owl-next {
    position: absolute;
    bottom: 30%;
    width: 0px;
    right: 7px;
  }
  .owl-prev span {
    font-size: 50px;
  }
  .owl-next span {
    font-size: 50px;
  }
.hd_banner h1 {
    font-weight: 700;
    margin-bottom: 61px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.5) 0px 4px 6px;
}
  h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .banner_area {
    background-size: auto;
    padding-top: 86px;
    position: relative;
  } .dublin_tours2 .blog_content {
    text-align: center !important;
  }
}

@media screen and (max-width: 320px) {
}
