/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}

.gr-main-banner .image {
    display: none;
}
@media (min-width:1250px){
  section.gr-main-banner {
    height: 777px;
}
}
.gr-main-banner-0 .data-content {
    flex-direction: row-reverse;
}
section.gr-main-banner .down 
, .slider-circle {
    display: none !important;
}
footer img
,#mainnav img{
    object-fit: contain;
}
@media (min-width: 1024px) {
   .GR_departments  .lg\:grid-cols-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 33%;
        margin: auto;
    }
}
@media (max-width:767px){
  i.sicon-menu.text-text-secondary {
    color: #cc8884;
}
  section.gr-main-banner .btn-slider.py-2 {
    padding-bottom: .1rem;
    padding-top: .1rem;
}
  section.gr-main-banner .px-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  .category .h-\[85px\] {
    height: 122px;
}
 section.gr-main-banner .text-\[20px\] {
    font-size: 12px;
} 
  .GR_Interactive_banner .relative.-right-1\/2.h-\[120px\].-bottom-1\/2.z-2.block.lg\:hidden {
    display: none;
}
}