@media (max-width: 1297px) {
  .menu-link {
    font-size: 13px;
  }
  .header-btn .menu-btn {
    font-size: 13px;
    padding: 7px 11px;
  }
  .logo {
    width: 200px;
  }
}
@media (max-width: 1099px) {
  .logo {
    width: 180px;
  }
  .header-btn .menu-btn {
    font-size: 11px !important;
    padding: 7px 10px;
  }
  .menu-link {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .header-btn .menu-btn {
    font-size: 16px !important;
    padding: 7px 20px;
  }
  .header-btn {
    margin-top: 20px;
  }
  .menu-link {
    font-size: 16px;
  }
  .menu-bg {
    padding-bottom: 30px;
  }
  .sub-heading {
    font-size: 45px;
  }
  .cmmt {
    margin-top: 50px;
  }
  .testimonials-box {
    padding: 40px 0px;
  }
  .footer-logo {
    width: 50%;
  }
  .strength-gallery {
    height: 350px;
  }
  .sub-banner .title {
    font-size: 40px;
  }
  .product-categories-box .category-tabs {
    justify-content: start !important;
  }
}
@media (max-width: 768px) {
  .about-box,
  .about-box-img {
    height: 100%;
  }
  .sub-heading {
    font-size: 40px;
  }
  .accordion_set {
    padding-left: 55px;
  }
  .cmmt {
    margin-top: 40px;
  }
  .testimonials-box {
    padding: 30px 0px;
  }
  .s-meadia {
    flex-direction: row;
    margin-top: 10px;
  }
  .strength-gallery {
    height: 300px;
  }
  .about-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: start !important;
  }
  .about-tabs .nav-link {
    white-space: nowrap;
  }
  .sub-banner .title {
    font-size: 37px !important;
  }
  .rr-box {
    height: 200px;
    overflow-y: scroll;
  }
}
@media (max-width: 600px) {
  .about-box,
  .about-box-img {
    height: 100%;
  }
  .sub-heading {
    font-size: 30px;
  }
  .cmmt {
    margin-top: 30px;
  }
  .banner-item img {
    height: 60vh;
  }
  .strength-gallery {
    height: 250px;
  }
  .strength-gallery .strength-full-toggle:checked + .strength-imgWrap {
    height: 70vh;
  }
  .strength-gallery .strength-close {
    top: 10px;
  }
  .inner-sub-heading {
    font-size: 25px !important;
  }
  .sub-banner .title {
    font-size: 30px !important;
  }
}
@media (max-width: 576px) {
  .pattern2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .priests .owl-nav,
  .events .owl-nav {
    position: static;
    margin-top: 10px;
    justify-content: center;
  }
}
