
ul li{
    list-style: none !important;
}
/* Base styles (mobile-first) */

/* Small devices (phones, 360px to 600px) */
@media (min-width: 360px) {
  .index-header-logo-responsive {
    width: 25%;
  }
}

/* Medium devices (tablets, 600px to 768px) */
@media (min-width: 600px) {
  .index-header-logo-responsive {
    width: 45%;
  }
}

/* Large tablets and small laptops (768px to 992px) */
@media (min-width: 768px) {
  /* Styles for landscape tablets */
}

/* Desktops (992px to 1200px) */
@media (min-width: 992px) {
  /* Styles for desktops */
}

/* Large desktops (1200px and above) */
@media (min-width: 1200px) {
   .index-header-logo-responsive {
    width: 35%;
  }
  /* Footer */
  .footer-contact li a{
    line-height: 1 !important;
    
  }


}
