.s1{
    margin-left: 223px;
}
@media (max-width: 767px){
    .s1{margin-left:0px;}
   
}
.s2{
    padding-bottom: 0px;
}
.s3{
    padding: 20px;
}
.s4{
    width: 75px;
}
.s5{
    margin-left: 150px;
}
@media (max-width: 767px){
    .s5{margin-left:0px;}
}
.s6{
    padding-top: 0px;
}
.s7{
    padding: 20px;
}
.s8{
    height: 400px;
}
@media (max-width: 767px){
    .s8{height:auto;}
}
.imgwidth{
    width: 991px;
}
@media (max-width: 767px){
    .imgwidth{width: 376px;}
}
.es{
    width: 250px !important;
    height: 42px !important;
    background-color: green !important;
}
.hs{
     position: sticky; 
     top: 0px;
      z-index: 100;
}
.s22 {
    background-image: url('/customer_layout/assets/images/history/ofioh_vission.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  @media (max-width: 768px) {
    .banner .swiper-slide.swiper-slide-active{
        background-image: url(/customer_layout/assets/images/banner-bg--mobile.jpg) !important;
    }
  }