html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  

}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

  


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*gfdbdf*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    /* Show submenu when .show class is added via JS */
    .dropdown-submenu .dropdown-menu.show {
        display: block;
    }

/* Mobile fix: force submenu to align under main menu instead of going off-screen */
@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        position: relative;
        left: 0;
        width: 100%;
    }
}
@media (min-width: 576px) {
    .cookie-popup button.accept-policy {
        width: auto;
    }
}