@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 1399.98px) {
  .exp-number {
    font-size: 74px;
}
.cta-main {
    padding: 35px 0;
}
}
@media (max-width: 1199.98px) {
  .abt-img-wrapper{
  margin: 0 auto;
}
.product-main{
background-size: 130%;
}
.blog-card-content {
    padding: 16px 0px 0px 0px;
}
.footer-wrapper{
  gap:24px;
  flex-wrap: wrap;
}
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    border-radius: 0;
    background-color: var(--secondary);
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: 99;
    color: var(--white) !important;
  }
  .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
  }
  .navbar-nav {
    gap: 2px;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--white) !important;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: var(--white) !important;
  }
  .py-100 {
    padding: 70px 0;
  }
  .hb-banner-content {
    padding: 80px 0;
  }
  .hb-banner-content-2 {
    margin-top: 0px;
    padding: 30px;
  }
  .hb-banner {
   height: 500px;
    display: flex;
    align-items: center;
  }
  .title-lg {
    font-size: 44px;
  }
  .title-md {
    font-size:34px;
}
  .s-feature-box p {
    font-size: 18px;
    margin-top: 8px;
  }
  .product-main {
    background-size: 155%;
}
.contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.contact-form-wrapper{
  padding: 36px 0px;
}
}
@media (max-width: 767.98px) {
  .exp-years {
    height: 185px;
}
.exp-years {
    padding: 0px;
}
.product-main{
background-size: 280%;
}
.production-card {
    padding: 24px;
}
.pc-img {
    width:50px;
    height:50px;
    margin-bottom: 16px;
}
.production-card h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.t-user-img {
    width:80px;
    height:80px;
    border-radius: 120px;
    background-color: var(--gray);
    overflow: hidden;
    margin-bottom: 20px;
}
.body-text {
    font-size: 15px;
    line-height: 150%;
}
.cm-pagination, .tes-pagination {
    margin:24px auto 10px auto;
}
.t-user-img {
    margin-bottom:12px;
}
.t-user-name{
  font-size: 18px;
}
.cta-main{
background-image: none;
}
.phone-number{
  justify-content: center;
}
.input-control {
    padding: 14px 16px;
}
}
@media (max-width: 575.98px) {
  header {
    padding: 10px 0 10px 0;
  }
  .title-lg {
    font-size: 32px;
  }
    .title-md {
    font-size:26px;
}
  .mt-60 {
    margin-top: 32px;
  }
  .py-100 {
    padding: 50px 0;
  }
  .navbar-brand {
    max-width: 134px;
    width: 100%;
    display: block;
  }
  .s-feature-box p {
    font-size: 16px;
  }
  .highlight-title {
    font-size: 16px;
  }
  .btn-sihora-orange {
    padding: 10px 24px 8px 24px;
}
.section-heading {
    margin-bottom:14px;
}

.abt-img{
  aspect-ratio:16/9;
  overflow: hidden;
}
.exp-years {
 width: 100%;
 height: 100%;
 aspect-ratio:310/224;
}
.exp-data {
    margin-left: auto;
    margin-right: 34px;
}
.product-main{
background-size: 320%;
}
.product-swipper {
    margin-top: 24px;
}
.swipper-product-name {
    padding:12px 20px;
    max-width: 200px;
    font-size:16px;
    left: 0;
    bottom: 24px;
}
.footer-bottom{
  align-items: center;
  justify-content: center;
}
.footer-bottom p, .footer-bottom a{
  font-size: 14px;
  text-align: center;
}
.f-buttom-links {
justify-content: center;
align-items: center;
}
.footer {
    padding-top:50px;
}
.f-link {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
}
.footer-link-heading {
    margin-bottom: 14px;
}
.f-social-icon-wrapper {
  justify-content: center;
}
.page-heading {
    padding: 34px 0;
}
.page-heading h1 {
    font-size: 32px;
}

}

@media (max-width: 350px) {
  .product-main{
background-size: 400%;
}
}
