@media (max-width: 767px) {
  tbody, td, tfoot, th, thead, tr{
    font-size: var(--f13);
  }
  ul,
  li {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: var(--primary-font);
    font-size: var(--f16);
  }
  p {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f14);
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m30);
    font-family: var(--heading-font);
  }
  h2 {
    font-size: var(--f25);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--heading-font);
    letter-spacing: 2px;
  }
  h3 {
    font-size: var(--f22);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--heading-font);
    letter-spacing: 1px;
  }
  h4 {
    font-size: var(--f18);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--heading-font);
    letter-spacing: 1px;
  }
  h5 {
    font-size: var(--f16);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--heading-font);
  }
  h6 {
    font-size: var(--f14);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--heading-font);
    letter-spacing: 1px;
  }

  .hem-social-icon-box {
    width: 100%;
    justify-content: space-between;
  }
  .delivered-section {
    padding: 80px 0px;
  }
  .social-icons {
    border-left: none;
  }
  .nav-links li {
    margin: 0;
  }
  .nav-links a {
    font-size: 18px;
    padding: 5px 0;
  }
  .header-logo .logo img {
    max-width: 135px;
  }
  .video-cont {
    justify-content: end;
  }
  .video-cont h1 {
    font-size: var(--f24);
  }
  .search-bar {
    padding: 0;
  }
  .search-bar form {
    width: 100%;
    margin-top: 20px;
  }
  .search-bar .col-3 {
    width: 100%;
  }
  .search-bar .col-6.md-12.sm-12 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .search-bar .datepicker-common-2 {
    width: 100%;
  }
  .search-bar input {
    border-radius: 10px;
    padding: 12px 22px 11px 11px;
  }
  .navigate-home {
    margin-top: 10px;
  }
  section {
    padding: var(--p40) 0;
  }
  footer .container {
    padding: 0 !important;
  }
  footer .footer-info h4 {
    font-size: 16px;
  }
  .subscribe-btn-new {
    padding: 15px 25px;
    text-align: center;
  }
  footer .copyright-text {
    margin-top: 65px !important;
  }
  footer .quick-links a {
    font-size: 14px;
  }
  footer .social-new-sec a i:first-child {
    margin-left: 0;
  }
  footer .footer-info p {
    font-size: 14px;
  }
  footer .footer-contact a {
    font-size: 14px;
  }
  footer p {
    font-size: 12px;
  }
  .common-banner-sec {
    &.page-title {
      .auto-container {
        /*bottom: 71px;*/
        h1 {
          letter-spacing: 2px;
        }
      }
    }
    &.details-com-banner{
      .auto-container{
        height: 30%;
      }
    }
  }
}

@media (max-width: 375px) {
  font-size: var(--f20);
}
