/* Add custom CSS styles below */ 


.mt-2{
  margin-top:2rem !important;
}


.categoryies__style{
  margin-top:-4rem;
}
.categoryies__style .box-img img{
  max-width:120px;
  max-height:120px;
}

section.s-block.s-block--banners .s-block__title .flex.flex-col.w-full h2.w-full.da-cp  , 
.s-slider-block__title h2{
  background: #000;
  color:#fff;
    padding: 0.7rem 10px 0.7rem 3rem;
    border-radius: 9999px 0 0px 9999px;
        width: fit-content;
}


section.s-block.s-block--logos-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  display:none;
}
/* Start Copyright Our Company */
.copyRight {
    display: flex;
    align-items: center;
    font-size: 1rem;
    box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
    color: #000 !important;
    width: fit-content;
    background: #fff;
    margin:1rem  auto;
    padding: .7rem;
    border-radius: 30px;
}

div[data-testid="bcio__popupTeaser"] {
  display: none !important;
}