@media (min-width: 991px) {
  .responsive-menu {
    display: none;
  }
  .card-slider.owl-theme .owl-dots {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
}
@media (max-width: 991px) {
  header {
    display: none;
  }
  .searchForm .btnSearch {
    margin: 0 6px;
  }
  section {
    padding: 40px 0 !important;
  }
}
@media (max-width: 768px) {
  .site-search .woocommerce-product-search,
  .site-search .widget_search .search-form {
    width: 85%;
  }

  .comp-rights,
  .copy-right {
    text-align: center;
  }
  .copy-right p {
    margin-bottom: 10px;
  }
  .section-title h4 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }
  .section-title h6 {
    margin: 0 auto 18px;
  }
  .item-name h3 {
    font-size: 24px;
    margin: 10px 0 10px;
}
.package-price span.p {
    font-size: 46px;
}
.offer-item ul {
    min-height: auto;
}
  footer {
    padding-top: 40px;
  }
  .comp-rights p {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .bottom-footer {
    margin-top: 32px;
  }

  .read-more a,
  .read-more button,
  .read-more a.register {
    font-size: 17px;
  }

  .footer {
    padding-bottom: 40px;
  }
  .ryad-logo {
    margin-left: 0 !important;
  }
  .contact-form {
    padding: 32px 16px;
    margin-top: 24px;
  }
  .section-title h1,
  .hero-details h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .hero-btns {
    flex-direction: column;
    margin: 34px 0 15px;
  }
  .hero-list ul {
    flex-direction: column;
    /*align-items: start;*/
  }
  .hero-list ul li {
    margin-bottom: 14px;
  }
  .feature-item .feat-name h5 {
    font-size: 18px;
  }
  .feature-item {
    padding: 33px 16px;
  }
  .features {
    padding-bottom: 10px !important;
  }
  .section-title h5 {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .offer-item {
    padding: 32px 16px;
    height: auto;
}
.offer-item.more-requested{
margin-top: 52px;
}
.service-list ul li {
    width: 100%;
}
.additional-services .title h3 {
    font-size: 21px;
}
.additional-services{
  padding: 32px 16px;
}
.footer-links {
    margin-top: 24px;
}
}
@media (max-width: 425px) {
  .sidebar {
    width: 320px;
  }
}
