.main-logo {
  color: #fcae28;
  font-weight: 700;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.main-logo span {
  color: #000000;
}
.main-logo .dark {
  color: #fff;
}
.footer-widget .hotline-area .icon svg {
  fill: #efb93f;
}
.footer-widget .hotline-area .content h6 a {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  line-height: 1;
  transition: 0.35s;
}
.footer-widget .hotline-area .content span {
  color: #b3b3b3;
  font-size: 14px;
  font-family: var(--font-open-sans);
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-widget .hotline-area .icon {
  border-right: 1px solid #9b9999;
  padding-right: 20px;
}
.hotline-area .content p {
  color: #efb93f;
  margin-bottom: 3px;
}
.footer-widget .hotline-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home5-banner-area {
  border-radius: 0px;
}
.home5-banner-area .banner-bg {
  border-radius: 0px;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-12 {
  padding-right: 12px !important;
}

.menu-container p{
    color: #B3B3B3;
}
@media screen and (min-device-width: 991px) and (max-device-width: 1699px) { 
  .quick-links {
  margin-left: 90px !important;
  }
}
 .quick-links {
  margin-left: 0px;
  }
  .product-card .product-content .features {
    padding-bottom: 7px;
  }
  .details-btn a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #FAF8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}
 .details-btn a i {
    font-size: 24px;
    color: #cbc5c5;
    transform: rotate(-45deg);
    transition: 0.35s;
}
.details-btn a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #FAF8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}