.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

/* Cats 1 */
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}
section:nth-of-type(2)  .two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-of-type(2)  .banner-entry {
    height: 300px;
    background-color: #fff !important;
    transition: 0.2s;
}
section:nth-of-type(2)  .banner-entry:hover {
    transform: scale(1.04) !important;
}
section:nth-of-type(2) .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media(max-width:1200px){
    section:nth-of-type(2)  .banner-entry{
        height: 200px;
    }
}
@media(max-width:992px){
    section:nth-of-type(2) .md\:grid-cols-3 {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    section:nth-of-type(2)  .banner-entry{
        height: 200px;
    }
}

@media(max-width: 480px){
    section:nth-of-type(2)  .banner-entry{
        height: 160px;
    }
}
section:nth-of-type(2) {
  margin-top: 0px !important;
}
.footer-bottom{
  background-color: #fff !important;  
}





/* زر الواتساب جيتبوتن */
.gb-widget-1235 {
    display: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box !important;
}