/* code by mandeep singh */
/* inner pages css  */

@media (max-width: 550px) {
    /* header  */
    .header_logo {
        margin-left: 0px;
        position: relative;
  right: 50px;
    }

    /* about page  */
    .a-u-section-margin{
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .inn-ban-abou{
        height: 350px;
      }
      .col-lg-6.Breadcrumbs {
        height: 350px;
       }
      .aboutussection .Breadcrumbs {
        height: none;
        transform:skew(0)
      }
      .aboutussection .Breadcrumb-row{
        transform: scale(1.0);
      }
      .aboutussection .Breadcrumb-row .secondrow {
        left: 0;
        margin-left: 20px;
      }
      .aboutussection p {
        margin-right: 7px;
      }
     .aboutussection .mobileview{
        font-size: 27px;
     }
    .number {
        height: auto;
      }
    .aboutussection .timeline-height{
      height: auto;
    }
    .section-margin{
        margin: 0;
    }
    .subcard{
        width: 100%;
        padding: 14px; 
        margin: 2.8em 0.1rem;
    }
    /* Sustainability */
    .Sustainability .Breadcrumbs {
        height: none;
        transform:skew(0)
      }
      .inner-banner-Sustainability {
        height: 350px;
      }
      .Sustainability .Breadcrumb-row{
        transform: scale(1.0);
      }
      .Sustainability .Breadcrumb-row .secondrow {
        left: 0;
        margin-left: 20px;
        padding-right: 48px;
      }
      .Sustainability h3,
      .Sustainability p {
        text-align: center; /* Center text on smaller screens */
      }
      .Sustainability p {
        margin-right: 7px;
      }

      /* certification  */
      .inner-banner-certifation{
        height: 350px;
      }
      
     /* product  */
     .inner-banner-product{
        height: 350px;
     }

    /* Career page  */
    .inner-banner-career{
        height: 350px;
    }
    .career h3 {
        font-size: 27px;
        text-align: center;
    }
    
    /* contact us  */

    /* footer */

    .footerlogo img{
        width: 100%;
    }

    footer .copyright h6{
        line-height: 1.7rem;
    }
  .about_mobile_width{
    width: 90%;
  }
  .home_icon {
    margin-left: 8px;
}
.director_margin{
  margin-top: 50px;
  margin-bottom: 50px;
}
.inner-banner-contactus {
  background-image: url(../img/28.png);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 350px;
}
li.nav-item {
  border-bottom: 1px solid lightgrey;
}
}
@media only screen and (max-width: 500px) {
    /*  certifation */
    .certifation img {
      margin-right: -48px;
    }
    .certifation h3{
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 900px) {
    .aboutussection .backgroundimagedesk {
      background-image: url(../img/headpic.png);
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      height: 500px;
  }
  }
  @media (min-width: 280px) and (max-width: 450px){
  .border-end {
    border-right: black !important;
  }
  footer .copyright h6 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 25px;
  }
  .copyright {
    text-align: center !important;
  }
  }
  @media (min-width: 280px) and (max-width: 450px){
    .period_1991{
      padding-bottom: 1% !important;
    }
    .period_2023{
      padding-bottom: 1% !important;
    }
    div#counterBox {
      padding: 1% 9% 1% 9%;
  }
  .number .row {
    padding-top: 1%;
}
.aboutussection p {
  color: #212529;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-spacing: -0.5px;
  hyphens: auto;
}
.certifation p {
  color: #212529;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-spacing: -0.5px;
  hyphens: auto;
}
.singlepageproduct .line-after
span
&:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 75% !important;
    margin-left: 1%;
    border-top: 4px solid #dc3545;
}
.singlepageproduct img {
  position: relative;
  margin-top: -220px;
  left: 260px;
}
.product_detail {
  padding-left: 1rem!important;
}
  }
  @media (max-width: 992px) {
    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
        background: white;
    }
    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 45%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background: white;
        z-index: 2;
    }
    .copyright {
      text-align: center !important;
    }
    span.virat_header {
      /* font-family: lato; */
      font-size: 18px;
      font-weight: 500;
      margin: 0 8px;
    }
    i.fa-solid.fa-house.fa-lg.mobile_home_icon {
      position: relative;
      left: 5px;
  }
  }
  /* @media (min-width:280px) and (max-width:450px){
    .product_detail {
      padding-left: 1rem!important;
    }
  } */