@media only screen and (max-width: 1399px) {}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
  .hero-content h1 {
    font-size: 50px;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 5px 15px;
  }

  .sticky-bar a.nav-link {
    padding: 6px 14px !important;
  }

  .navbar-collapse {
    margin-bottom: 25px;
  }

  .main-button {
    margin-top: 20px;
  }

  #reachus-sec {
    margin-bottom: 80px;
  }

  #our-testimonial-sec {
    margin-bottom: 80px;
  }

  #contactus-sec {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 16px;
  }

  #home-hero-bottom-sec .container-box {
    margin-bottom: 20px;
  }

  #home-hero-bottom-sec {
    margin-bottom: 60px;
  }

  #popular-sec {
    margin-bottom: 60px;
  }

  #hot-deals-sec {
    margin-bottom: 60px;
  }

  #reachus-sec {
    margin-bottom: 60px;
  }

  .contact-form-sec {
    height: 600px;
  }

  #contactus-sec {
    margin-bottom: 60px;
  }

  #reachus-sec .content-sec p {
    text-align: justify;
  }

  .card-img,
  .card-img-bottom,
  .card-img-top {
    margin-bottom: 10px;
  }

  .footer-cu-sec-align,
  .footer-Links-sec-align {
    justify-content: left;
  }

  .footer-aboutus-sec,
  .footer-Links-sec,
  .footer-cu-sec {
    margin-bottom: 30px;
  }
  .card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
}

@media only screen and (max-width: 575px) {
  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content h1 br {
    display: none;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-content p br {
    display: none;
  }

  p {
    font-size: 14px;
  }

  .common-title h4 {
    font-size: 24px;
  }

  .common-title p {
    font-size: 14px;
  }

  .common-title p br {
    display: none;
  }

  .common-title {
    margin-bottom: 40px;
  }

  #reachus-sec .content-sec h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  #reachus-sec .content-sec p {
    font-size: 14px;
  }

  #reachus-sec .content-sec p br {
    display: none;
  }

  #hot-deals-sec h3 {
    font-size: 20px;
  }

  #home-hero-bottom-sec .container-box {
    text-align: center;
  }

  #our-testimonial-sec .content {
    padding: 0px;
  }

  #our-testimonial-sec {
    margin-bottom: 40px;
  }

  .card-img,
  .card-img-bottom,
  .card-img-top {
    margin-bottom: 20px;
  }

  .footer-cu-sec-align,
  .footer-Links-sec-align {
    justify-content: start;
  }

  #our-services-sec .content-box {
    padding: 0 14px;
  }

  #contactus-sec {
    margin-bottom: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .footer-bt-sec p {
    text-align: center;
  }
  .hero-banner {
    height: 460px !important;
  }
  .hero-btn {
    padding: 10px;
}
}

@media only screen and (max-width: 420px) {}