@media (max-width: 1158px) {
  .social-head {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cd-dropdown .cd-close .close-r1 {
    display: inline-block !important;
    text-align: center !;
    background-color: #050f1d !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px;
    color: #b4d443 !important;
    text-decoration: none !important;
    font-size: 20px !important;
    border-radius: 4px !important;
  }
}
@media (max-width: 767px) {
  .social-head {
    display: none !important;
  }
  .main-logo {
    width: 300px !important;
  }
  .offer-box img {
    object-fit: contain;
  }
}
@media (max-width: 600px) {
  .main-logo {
    width: 250px !important;
  }
  .itemimg img {
    height: 170px;
  }
}
@media (max-width: 400px) {
  .main-logo {
    width: 230px !important;
  }
  .itemimg img {
    height: 140px !important;
  }
}
