@media (max-width: 1366px) {
  .shop-box button {
    width: 257px;

}
.shop-box {
    padding: 60px 0px 0 0px;
    text-align: center;
}
 .shop-box1 button {
    width: 257px;

}
.shop-box1 {
    padding: 60px 0px 0 0px;
    text-align: center;
}
.input-group {

    gap: 7px;
}
.search-box {
 
    width: 171px;
    /* background: #92AA7B; */

}
.custom-right ul {
    display: flex;
    align-items: center;
    gap: 9px;
}
}
@media (max-width: 1160px) {}

@media (max-width: 1025px) {}

@media only screen and (max-width:991px) {

  /*RESPONSIVE NAVIGATION*/
  .mobile-menu {
    display: block;
  }
.mail-links ul li a {
    color: var(--white);
    font-size: 14px;
}
.social-links ul li {
    color: #fff;
    font-size: 14px;
}
  /*RESPONSIVE NAVIGATION*/
}

@media (max-width: 576px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-nav .navlinks ul {
    display: none;
    gap: 29px;
    justify-content: center;
  }

  .logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(108%) contrast(100%);
    width: 210px;
  }

  .custom-right ul {

    display: none;
  }

  .social-links ul {

    display: none;
  }

  .banner-after {

    display: none;
  }

  .main-banner::after {
    display: none;
  }

  .main-banner {
    height: 437px;
  }

  .main-banner-cont h1 {
    font-size: 60px;
  }

  .bread-crump h1 {
    font-size: 50px;
  }

  .bread-crump {
    height: 270px;
  }

  .news-sec-form {
    text-align: center;
  }

  .input-group {
    gap: 15px;
  }

  .subscribe-form input {
    width: 70%;
  }

  .subscribe-wrapper {
    width: 100%;
  }

  .shop-box img {
    height: auto;
    border-radius: 14px;
  }
  .shop-box1 img {
    height: auto;
    border-radius: 14px;
  }

  .mission-sec-cont {
    color: #fff;
    padding: 20px;
    text-align: center;
  }

  .hero-content {
    padding: 20px 10px;
    width: 80%;
  }

  .main-banner-cont {
    text-align: center;
  }

  .flash-content {
    padding: 70px 20px;
  }

  .flash-content p {

    font-size: 17px;

  }

  section.calender-sec {
    height: 420px;
    background: url(../images/background.png);
    text-align: center;
  }

  .footer-about {
    text-align: center;
  }
}
  @media (max-width: 320px) {}