@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /* header */
  .header-section .menu-dropdown .mega-menu {
    padding: 20px 5% !important;
  }
  /* about */
  .about-section {
    padding-bottom: 0px !important;
  }
  .about-section .icon h6 {
    font-size: 14px;
    line-height: 24px;
  }

  /* footer */
  .footer-section p,
  .footer-section li,
  .footer-section li a {
    font-size: 14px;
  }
  .footer-section li {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .home-banner-section .banner-content h1 {
    font-size: 39px;
    line-height: 47px;
  }
  body h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* header */
  .header-section a,
  .header-section .nav-link {
    padding: 15px 11px !important;
  }
  .header-section .menu-dropdown .mega-menu {
    padding: 20px 3% !important;
  }
  .header-section .menu-dropdown .mega-menu li {
    width: 30% !important;
  }
  /* Slick */
  .slick-slider-section .slick-prev {
    left: 5px !important;
    top: -15px !important;
  }
  .slick-slider-section .slick-next {
    right: 5px !important;
    top: -15px !important;
  }
  /* about */
  .about-section {
    padding-bottom: 0px !important;
  }
  .about-section .view-more {
    text-align: center;
    margin-bottom: 50px;
  }
  /* footer */
  .footer-section p,
  .footer-section li,
  .footer-section li a {
    font-size: 11px;
  }
  .footer-section li {
    margin-bottom: 0px;
  }
  .footer-section br {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  /* header responsive section */
  .home-banner-section .shape-one {
    display: none;
  }

  .home-banner-section .shape-two {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1400px) {
  .shape-one,
  .shape-two,
  .shape-three,
  .shape-four,
  .shape-bg-three {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 992px) {
  .section-title {
    margin-bottom: 20px !important;
  }
  .home-banner-section .banner-content h1 {
    font-size: 44px;
    line-height: 54px;
  }
  /* header */
  .header-section .header-logo {
    margin: 15px 0px !important;
  }
  .header-section .nav-link img {
    width: auto !important;
  }
  .home-banner-section .banner-img {
    display: none !important;
  }
  /* Slick */
  .slick-slider-section .slick-prev {
    left: 5px !important;
    top: -15px !important;
  }
  .slick-slider-section .slick-next {
    right: 5px !important;
    top: -15px !important;
  }
  /* about */
  .about-section {
    padding-bottom: 0px !important;
  }
  .about-section .view-more {
    text-align: center;
    margin-bottom: 50px;
  }

  .get-touch-footer {
    margin-top: 40px !important;
  }

  .faqs-section .custom-accordion {
    width: 100%;
  }
  .contact-section .contact-image img {
    height: 400px;
  }
  .faqs-section .accordion {
    width: 100% !important;
  }
  .about-section .w-90 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* faq */
  .faqs-section .accordion-button {
    font-size: 17px;
    line-height: 22px;
    padding: 0px !important;
  }
  .faqs-section .accordion-body {
    padding: 10px 25px 0px 0px !important;
  }
  .faqs-section .accordion-body p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .package-section .section-title {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 550px) and (max-width: 992px) {
  body .h6-line-clamp {
    -webkit-line-clamp: 1;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 550px) {
  section {
    padding: 30px 0px;
  }
  body h2 {
    font-size: 25px;
    line-height: 32px;
  }
  body h5 {
    font-size: 20px;
    line-height: 25px;
  }
  iframe {
    height: 250px !important;
  }
  /* home banner */
  .home-banner-section {
    height: 500px !important;
  }
  .home-banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  /* Slick */
  .slick-slider-section .slick-prev,
  .slick-slider-section .slick-next {
    display: none !important;
  }

  .time-event-section h2 {
    max-width: 355px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .demo-btn-group a:last-child span:last-child {
    display: none;
  }
  .home-banner-section .banner-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  body .modal-custom-design .modal-title {
    max-width: 300px;
  }
  body .modal-custom-design .btn-close {
    padding: 7px 12px !important;
  }
}
@media (min-width: 992px) {
  .header-section .mobile-menu {
    display: none;
  }
}
@media (min-width: 1400px) {
  .home-service-section {
    width: 100%;
    background-image: url("../images/service/service-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -50px;
  }
}
@media (max-width: 1400px) {
  .home-service-section {
    background: linear-gradient(
      to right,
      rgba(255, 137, 0, 0.12),
      rgba(13, 154, 255, 0.12)
    );
  }
}
