/* Header Responsive */

@media (max-width: 768px) {
  .header-wrapper {
    padding: 10px 16px;
  }
  .nav-desktop {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-mobile {
    display: flex;
    margin: 0 16px;
  }
  .search-results{
    width: auto;
    left: 4%;
    top: 20%;
  }
  /* hide desktop search on mobile */
  .search-btn,
  .search-panel {
    display: none !important;
  }
  .hero-section {
    padding-top: 70px ;
  }
  .main-heading p {
    padding: 0;
  }
  .main-heading {
    margin-top: 20px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-brand img {
    margin: 0 auto 15px;
  }
  /* SERVICE + LINKS SIDE BY SIDE */
  .footer-col:nth-child(2),
  .footer-col:nth-child(3) {
    display: inline-block;
    width: 48%;
    text-align: left;
  }

  .footer-col:nth-child(2) {
    float: left;
  }

  .footer-col:nth-child(3) {
    float: right;
  }

  /* CLEAR FIX */
  .footer-top::after {
    content: "";
    display: block;
    clear: both;
  }

  /* NEWSLETTER CENTER */
  .footer-newsletter {
    margin-top: 20px;
  }

  .newsletter-form {
    flex-direction: row;
  }

  .newsletter-form input {
    width: 65%;
  }

  .newsletter-form button {
    width: 35%;
  }

  /* SOCIAL CENTER */
  .social-icons {
    justify-content: center;
  }

  /* Alyaka  */
  .about-brand-desciption {
    margin-top: 30px;
  }

  .about-table span {
    background-color: transparent;
    color: black;
    padding: 0;
    font-size: 12px;
  }

  .comment-tap {
    height: 70px;
  }
  .home-newsletter .right-portion h3 {
    padding-left: 0;
    font-size: 25px;
  }
  .home-newsletter .right-portion p {
    margin: 10px 0 18px 0;
    padding-left: 0;
  }
  .home-newsletter .right-portion .input-section{
    margin-right: 0;
  }
  .home-newsletter .right-portion .input-section .bi{
    font-size: 20px;
  }
  .home-newsletter .left-portion {
    order: -1;
  }
}

@media (max-width: 576px) {
  @media (max-width: 526px) {
    .hero-section {
      padding-bottom: 0px;
    }
    .hero-section-midle p {
      width: 80%;
    }
    .hero-section-midle h1 {
      font-size: 25px;
      width: 100%;
    }
    .brand-logo {
      height: 40px;
      margin-right: 0;
    }
    .home-btns{
      display: flex;
      width: 100%;
    }
    .home-heading {
      font-size: 20.8px;
      margin: 60px 0 4px 0;
    }
    .hero-section-midle{
      margin-top: 0;
    }
    .hover-style{
      padding: 5px;
    }
    .home-newsletter .right-portion .input-section input {
      padding-left: 0;
      text-align: center;
      font-size: 15px;
    }
    .home-newsletter .right-portion .input-section .btn {
      font-size: 10px;
      padding: 5px;
    }
    .footer-bottom p{
      font-size: 12px;
    }
  }
}

@media (max-width:625px) {
    .container-xxl {
      padding: 0px 40px;
    }
    .search-results{
      width: auto;
      left: 9%;
      top: 20%;
    }
}
@media (max-width: 585px) {
  .container-xxl {
    padding: 0px 40px;
  }
  .main-heading h1 {
    font-size: 21px;
  }

  .all-latest-blog {
    width: 100%;
  }

  .comment-here {
    padding: 30px;
}

.comment-here img {
    height: 50px;
}

.comment-tap button {
    font-size: 15px !important;
    height: 50px !important;
}

    .comment-tap {
      height: 50px;
    }

    .comment-here img {
    height: 50px;
}

.comment-tap button {
    font-size: 15px !important;
    height: 50px !important;
}
}

@media (max-width: 480px) {
  .social-icons {
    gap: 10px;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .latest-blog {
    margin-top: 10px;
  }

  .about-post {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .about-post {
    flex-direction: column;
  }
}
