@media (max-width: 991px) {
  .nav-menu,.btn-primary {
    display: none !important;
  }
  .btn-primary{
    display: block !important;
  }
  .cnt{
    height: 93px !important;
  }
}
@media (max-width: 767px) {

    .floating-icon {
        display: none;
    }
}

@media (max-width: 768px) {
  #hero-carousel .carousel-item {
    height: 70vh;
  }
.carousel-caption .tagline {
    font-size: 23px;
}
  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption .desc {
    font-size: 15px;
  }
}

@media(max-width: 991px) {
    .about-image-grid {
        min-height: auto;
    }
    .about-image-grid .img-box {
        position: static;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .feature-item {
        text-align: center;
        padding-left: 0;
    }

    .feature-icon {
        position: static;
        margin: 0 auto 10px;
    }
}

@media (max-width: 768px) {
    .security-banner {
        height: 280px;
        text-align: center;
    }
}

/* Mobile Responsive */
@media (max-width: 575px) {
  .section-title { 
    font-size: 26px; 
  }
  .blog-card img { 
    height: 170px; 
  }
  .blog-card h5 { 
    font-size: 16px; 
  }
  .blog-card p { 
    font-size: 14px; 
  }
}

@media (max-width: 767px) {
  .inner-banner {
    padding: 100px 0;
  }

  .inner-title {
    font-size: 32px;
  }

  .inner-breadcrumb {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .product-title {
    font-size: 1.5rem;
  }
  .product-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .contact-title {
    font-size: 26px;
  }

  .contact-box {
    padding: 15px !important;
  }

  .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .blog-title {
    font-size: 24px;
    text-align: center;
  }

  .blog-subtitle {
    font-size: 16px;
    text-align: center;
  }

  .blog-date {
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    font-size: 12px;
  }

  .blog-details-img {
    margin-top: 20px;
  }
}