@media only screen and (min-width: 1200px) and (max-width: 1740px) {
  .section_text p {
    height: 100px;
    overflow: hidden;
  }

  h2 {
    font-size: 48px;

    line-height: 58.9px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  section.room .slider_block img {
    height: 804px;
  }

  h2 {
    font-size: 50px;
    line-height: 63.9px;
  }

  section.room .padding {
    padding: 37px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 991px) {
  .side-bar {
    display: none;
  }
}

@media (max-width: 1199px) {
  section {
    padding: 80px 0;
  }

  ul.navbar-links {
    display: none;
  }

  section.sliders .item img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  section.sliders {
    height: 50vh;
    margin-top: 0;
  }

  body {
    overflow-x: hidden !important;
  }
  .experience_img img {
    width: unset;
  }
}

@media (max-width: 990px) {
  .company_profile img {
    height: 500px;
  }
  .profile_about {
    padding-right: 0;
  }
  a.navbar-logo {
    position: relative;
    left: -55px;
  }
  .navbar-logo img {
    width: 196px;
    height: 60px;
    object-fit: contain;
  }
  .footer_icon span {
    font-size: 72px;
  }
  .footer_icon {
    margin-top: 3px;
    margin-left: 0;
  }
  .footer_icon small {
    font-size: 26px;

    left: 30px;
  }
  .footer_img img {
    width: 45%;
    margin-top: 20px;
  }
  section.packages .activites_item {
    padding: 5px;
  }
  .blog_content h3 {
    padding-right: 26px;
  }
  .blog_img img {
    height: 355px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .about_page-img img {
    height: 424px;
  }
  section.banner {
    margin-top: 0;
  }
  section.banner .banner_img img {
    height: 33vh;
  }
  .company-profile-img img {
    height: 440px;

    width: 100%;
  }
  .conpany_profile_title {
    display: none;
  }
  .profile_about {
    height: unset !important;
  }
  .why_wrap {
    margin: 1px;
  }
  section.why_us {
    margin-top: 10px;
  }
  .why_wrap {
    min-height: 300px;
    max-height: 300px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .packages_price p {
    font-size: 25px;
  }
  h5 {
    font-size: 19px;
    line-height: 29px;
  }
  .highilight .ul_list ul h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
  }
  .blog_block:hover .portfolio-hover-content {
    display: flex;
  }
  /* mobile menu start */
  .side-bar {
    background: #dd5903;
    backdrop-filter: blur(15px);
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
  }

  .side-bar::-webkit-scrollbar {
    width: 0px;
  }

  .side-bar.active {
    left: 0;
    position: fixed;
    z-index: 999999;
  }

  .side-bar .menu_mobile {
    width: 100%;
    margin-top: 30px;
    z-index: 99999999;
  }

  .side-bar .menu_mobile .item a {
    display: block;
    padding: 5px 30px;
    line-height: 40px;
  }

  .side-bar .menu_mobile .item a:hover {
    background: #e37228;
    transition: 0.3s ease;
    color: white;
  }

  .side-bar .menu_mobile .item i {
    margin-right: 15px;
  }

  .side-bar .menu_mobile .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 9px 20px;
    transition: 0.3s ease;
  }

  .menu-btn i.fas.fa-bars {
    color: #088738;
  }

  .side-bar .menu_mobile .item .sub-menu {
    background: #e16f25;
    display: none;
  }

  .side-bar .menu_mobile .item .sub-menu a {
    padding-left: 80px;
  }

  .rotate {
    transform: rotate(90deg);
  }

  .close-btn {
    position: absolute;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
  }

  .menu-btn,
  .side-bar {
    z-index: 99;
    position: fixed;
  }

  .menu-btn {
    right: 5%;
    right: 15px;
    top: 14px;
    font-size: 33px;
    color: #202182;
    z-index: 9999;
    font-size: 33px;
    color: white;
    z-index: 9999;
    z-index: 999999;
    background: #dd5903;
    position: fixed;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
  }

  .menu_mobile .item a,
  .side-bar i.fa {
    color: white;
  }

  nav.navbar {
    position: relative;
    background: blue;
    background: white;
  }

  nav.nav.navbar.sticky-bar {
    background: white;
  }
  nav.nav.navbar.sticky-bar .navbar-logo img {
    width: 200px;
    height: 81px;
  }
  .slider_content h1 {
    font-size: 55px;

    line-height: 70px;
  }
  .slider_content {
    width: 70%;
  }
  /* mobile menu end */
  .booking_form {
    min-width: 140%;
  }
}

@media (max-width: 767px) {
  .blog_block:hover .portfolio-hover-content {
    display: block;
  }
  .slider_content h1 {
    font-size: 40px;
    line-height: 53px;
  }
  .slider_content h1 {
    text-shadow: 1px 1px 1px #111;
  }
  .footer_icon small {
    font-size: 26px;
    left: 118px;
  }
  section.packages .activites_item {
    margin: 5px 5px 5px 5px;
  }
  .section_title .py-4,
  .section_title .py-3 {
    padding: 0 !important;
  }
  .testimonial_box-text {
    padding: 10px 0;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .offer_block {
    height: unset;
  }
  .offer_slider.p-md-0.p-2.slick-initialized.slick-slider {
    overflow: hidden;
  }
  section.about_video .section_title h1 {
    line-height: 47px;

    font-size: 35px;
  }
  img.about_youtube-btn {
    width: 100px;
    height: 90px;
  }
  .counter {
    font-size: 50px;
    line-height: 60px;
  }

  div#counter-box {
    margin-bottom: 23px;
  }
  .banner_content {
    padding: 3px 13px;
  }
  .company-profile-img img {
    height: 431px;
  }
  .breadcrumb li.active {
    padding: 5px 23px;
  }
  .activities_img img {
    height: 262px;
  }
  section.packages_page.packages
    .activities_content
    d-flex
    flex-column
    justify-content-center
    h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .tour_offer-img img {
    height: 50vh;
  }
  section.featured_about::before {
    height: 61px;
  }
  li.nav-item a.nav-link {
    font-size: 19px;
  }
  .nav-tabs .nav-item {
    width: 33.3%;
  }
  li.nav-item {
    background: white;
    border: 1px solid #dbdfe3;
  }
  .accordion {
    padding: 10px 0;

    font-size: 14px;

    font-weight: 400;

    border-bottom: 1px solid rgb(214, 214, 214);

    display: flex;

    align-items: center;
  }
  .accordion .step {
    font-size: 12px;

    height: 31px;
    width: 55px;
    line-height: 31px;
  }
  .accordion .accordion-title {
    margin: 0px 31px 0 0;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .department_img img {
    height: 409px;
  }
  .activities_content d-flex flex-column justify-content-center h3 {
    width: 100%;
  }
}

@media (max-width: 556px) {
  .slider_content h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }
  section {
    padding: 55px 0;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .footer_icon span {
    font-size: 49px;
  }
  div#counter-box {
    margin-bottom: 30px;
  }
  .company_table tr td:first-child {
    min-width: 122px;
  }
  .breadcrumb li.active {
    font-size: 27px;
    padding: 7px;
    margin: 0 auto;
  }
  .banner_content {
    width: 76%;

    text-align: center;

    margin: 0 auto;
  }
  .company_profile img {
    height: 395px;
    object-fit: cover;
  }
  .activities_img img {
    height: 278px;
  }
  .testimonial_box {
    margin-left: 0;
  }
  .testimonial_box-img {
    display: none;
  }
  .testimonial_box-text {
    padding: 20px;
  }
  .testimonial_box-info.d-flex.mt-4 {
    margin-top: 6px !important;
  }
  section.banner .banner_img img {
    height: 18vh;
  }

  .banner_content {
    display: none;
  }
  .btn_wrapp a {
    padding: 0px 10px;
  }
  .accordion .step {
    min-width: 50px;
    max-width: 50px;
  }
  .accordion::after {
    font-size: 1rem;
  }
  .ul_list ul li {
    font-size: 15px;
  }
  li.nav-item a.nav-link {
    font-size: 15px;
    padding: 10px;
  }
  .featured_title p {
    font-size: 17px;
    line-height: 27px;
  }
  .highilight_img {
    display: none !important;
  }
  .highilight {
    padding: 27px !important;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .btn_wrapp a.btn_transparent {
    padding: 8px 16px;
  }
  .nav-tabs .nav-item {
  
    width: 33.3% !important;
}
li.nav-item.nav_block {
  width: 50% !important;
}
.activities_content h3 {
  font-size: 20px;
  line-height: 28px;

}

}
