@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    display: block;
    transition: all 0.1s ease-out;
  }

  .dropdown:hover > .dropdown-menu {
    padding: 20px 0;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .dropdown-item:hover {
    color: #fff;
    background-color: #000;
  }
  .hero-container {
    background-color: aqua;
  }
  #contact-address {
    /* width: 40vw; */
    font-size: 1.3vw;
    font-weight: 400;
  }

  #contact-details a {
    text-decoration: none;
    color: var(--red-color);
    font-size: 1.2vw;
    font-weight: 400;
  }
  .call-email i {
    color: var(--red-color);
    font-size: 1.3vw;
    font-weight: 400;
  }
  .flag {
    background-color: whitesmoke;
    width: 10%;
    padding: 5px;
    border-radius: 50%;
  }
  #icons i {
    font-size: 2.2vw;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid rgb(206, 201, 201);
    border-radius: 50%;
  }
}

@media screen and (max-width: 580px) {
  #usptitlediv h3 {
    font-size: 40px;
    padding-left: 25px;
    /* text-align: center; */
  }
  marquee {
    display: none !important;
  }
  #about-details p {
    margin-top: 7vw;
  }

  .uspsec .uspblock .uspcnt p {
    font-size: 16px;
    /* margin-bottom: 50px; */
  }
  .uspsec .uspblock {
    margin-bottom: 10px;
  }
  .uspsec .uspblock .uspimg img {
    height:100px;
    /* margin-bottom: -35px; */

  }
  .uspsec {
    display: block;
    height: 760px;
  }
  .our-products img {
    height: auto;
    max-width: 100%;
  }
  .about_btn button {
    /* height: 10vw;
    width: 20vw; */
    background-color: aqua;
    font-size: 5vw;
  }
  .Franchise {
    padding: 10px 55px;
  }
  .Franchise img {
    height: 240px;
    max-width: 290px;
    border-radius: 50%;
    /* border: 5px solid var(--cream-color); */
    object-fit: cover;
  }
  .Franchise h4 {
    font-size: 9vw;
    margin-top: 10vw;
  }
  .Franchise h2 {
    font-size: 13vw;
  }
  .Franchise p {
    font-size: 6vw;
    width: 80vw;
  }
  .uspsec .uspblock {
    margin-bottom: 1px;
  }
  .about-img {
    height: 400px;
    width: 300px;
  }

  .subtitle {
    font-size: 1.5rem;
    font-weight: 500;
  }
  #product-details .title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 40px;
  }
  .toastproduct {
    height: 250px;
    width: 250px;
    margin-top: 15px;
  }

  .khariproduct {
    height: 250px;
    width: 250px;
    margin-top: 15px;
  }

  .butterproduct {
    height: 250px;
    width: 250px;
    margin-top: 15px;
  }
  .cookiesproduct {
    height: 200px;
    width: 200px;
    margin-top: 15px;
  }
  .creamrollproduct {
    height: 250px;
    width: 250px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .uspsec .uspblock .uspimg img {
    height: 85px;
    margin-bottom: 500px;
  }
}

