@media only screen and (max-width:991px){.ast-breadcrumbs-wrapper{margin:50px 25px;}}
.footer-links{display:flex;justify-content: center;align-items: center;gap: 9px;padding: 3px 0;flex-wrap: wrap;}::-webkit-scrollbar{ width:6px;}::-webkit-scrollbar-track{ border-radius:10px;}::-webkit-scrollbar-thumb{ background:linear-gradient(to bottom right,#f2d156 0%,#f27a56 100%); border-radius:10px;}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom right,#f2d156 0%,#a72600 100%); border-radius:10px;}
.breadcrumbs {
  font-size: 14px;
  margin: 70px 0 0;
  color: #666;
}

.breadcrumbs a {
  color: #0a6ea8;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  color: #444;
}

