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

  #main_header {
    display: none;
  }

  .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: #121212;
    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;
    right: -100%;
    width: 100%;
    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 {
    right: 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: 15px;
    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 .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
    height: 350px;
    overflow-y: scroll;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 6px 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;
  }


  p br {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
  }

  .banner_section h1 span {
    display: block;
    margin-left: 0;
  }

  .banner_section .banner_heading {
    padding-left: 0;
    text-align: center;
  }

  .banner_section h1 {
    line-height: 68px;
  }

  .banner_section .hd_info {
    justify-content: center;
  }

  .banner_section h3 span {
    font-family: var(--span-font);
    color: var(--theme-color-second);
    font-size: 28px;
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }

  h2 {
    font-size: 48px;
  }

  .home_sec1 .content3 .btom_content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    color: #000;
    text-align: center;
  }

  .home_sec1 .content3 .btom_content h4 {
    font-size: 32px;
    margin-bottom: 7px;
  }

  section {
    padding: 50px 0px;
  }

  .small img {
/*     width: 155px; */
	  width: 100px;
  }

  .banner_section {
    padding: 85px 0px 180px;
    background: url(../image/banner_mb.jpg) no-repeat bottom / cover !important;
  }

  .home_sec2 h2 {
    line-height: 1;
    font-size: 49px;
  }

  .home_sec2 h2 br {
    display: none;
  }

  .home_sec2 {
    padding: 55px 0;
    text-align: center;
  }

  .home_sec2 .comon-btn2 {
    margin: auto;
  }

  .home_sec2 .heading {
    background: #ffffffc2;
    padding: 40px 0;
  }

  .product_sec2 .left_content_img .main-img {
    margin-bottom: 12px;
    min-height: 0px;
    overflow-y: hidden;
  }

  .product_sec2 .left_content_img .main-img {
    margin-bottom: 12px;
    height: 490px;
    overflow-y: hidden;
    object-fit: cover;
  }

  .left_content_img p br {
    display: block;
  }

  .private-tour-section {
    padding: 50px 0 !important;
  }

  .tour-box {
    max-width: 100%;
    border-radius: 12px;
    background: #ffffffba !important;
  }

  h3 {
    font-size: 38px;
  }

  .home_sec5 .btom_content {
    flex-wrap: wrap;
    gap: 20px;
  }

  .contact_form_sec form {
    padding-left: 0;
  }

  .contact_form_sec .heading p {
    margin-bottom: 0;
  }

  .contact_form_sec h2 span {
    font-family: var(--span-font);
    font-size: 36px;
    color: #663130;
    /* margin-left: 0; */
  }

  .blog_sec .left_content h6 {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
  }

  .blog_sec .left_content .btom_content {
    position: absolute;
    bottom: 24px;
    padding: 0 30px;
  }

  .blog_sec .right_content .top_img img {
    width: 110px;
  }

  .blog_sec .right_content h6 {
    font-size: 17px;
    line-height: 25px !important;
    margin-bottom: 11px;
  }

  footer .ft_top_rigth_form {
    padding-left: 0;
  }

  footer .ft_top_rigth_form form button {
    width: 62%;
    padding: 11px 0;
    border-radius: 3px;
    border: none;
    letter-spacing: 2px;
    background: var(--theme-color-third);
    color: #fff;
  }

  footer .ft_menu {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  footer .ft_menu ul li {
    margin-bottom: 13px;
    display: inline-block;
    padding-right: 20px;
  }

  footer .copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: -30px;
    flex-wrap: wrap;
    gap: 14px;
  }

  footer .copy-right ul {
    display: flex;
    gap: 23px;
    align-items: center;
  }

  footer {
    padding: 60px 0 35px;
    color: #000;
  }
}


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

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