/* Add custom CSS styles below */ 
.top-navbar {

    display: none;
}
.navbar-brand img {
    max-height: 4.5rem !important;
    height: 8rem;
}
.s-block {
    margin-top: 0rem;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.GR_Why_choose_use .grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


@media (min-width: 768px) {
.GR_departments .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 40%;
    margin: 2rem auto;
} 

  
}



@media (max-width: 768px) {

.sicon-menu:before {
    content: "\ed7f";
    color: var(--color-primary);
}
 footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
div#contact-slot:nth-of-type(2) {
    display: none;
}