/* header */

.header {
  background-color: #fff;
  padding: 12px 100px;
  box-sizing: border-box;
  box-shadow: 5px 0px 8px black;
}
.header-links {
  display: flex;
  gap: 20px;
  color: #000;
  font-weight: 600;
}
.header-links a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000 !important;
}
.menuborder {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
}
.menuborder:hover {
  color: #000 !important;
}
.helpfont:hover {
  color: #000 !important;
}
.headimg {
  border: 1px solid #000;
  border-radius: 8px;
}

/* offcanvas css */

.uk-offcanvas-close.closebtn {
  background-color: #f0f0f0 !important;
  color: #000 !important;
  border-radius: 15px !important;
  top: 10px;
  padding: 7px;
}
.uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
#offcanvas-nav {
  width: 100vw;
}
.offcanvas-header {
  background-color: #fff;
  padding: 12px 0px;
  width: 100%;
  top: -40px;
  position: relative;
  box-shadow: 5px 0px 8px black;
}
.uk-offcanvas-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btntextclr {
  color: #000 !important;
  border: 2px solid #f0f0f0 !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
}
.btntextclr:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.offimg {
  left: 20px !important;
  position: relative;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 2px;
}
.subcategories {
  background-color: #f0f0f0 !important;
  padding: 10px;
  border-radius: 8px;
}
.category-heading {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #515151 !important;
}
.subcategory-list {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.subcategory-list li {
  margin-bottom: 5px;
}
.subcategory-list li a {
  text-decoration: none;
  color: #787878;
}
.subcategory-list li a:hover {
  color: #000;
}
.discoveroff {
  right: 100px;
}
.legaloff {
  right: 65px;
}

/* footer */

.footerbg {
  background-color: #343b46;
}
.txtclr {
  color: #fff !important;
}
.footcolm2 {
  bottom: 15px;
  position: relative;
}
.footcolm3 {
  bottom: 65px;
  position: relative;
}
.footcolm4 {
  bottom: 15px;
  position: relative;
}
.footericons {
  gap: 12px;
  display: flex;
}
.footer-icon {
  color: #fff;
  border: 1px solid #4a5059;
  background-color: #4a5059;
  padding: 5px;
  border-radius: 5px;
}
