.scroll-margin-top {
  scroll-margin-top: 67px;
}

.logo-text {
  display: none;
}

@media (min-width: 1200px) {
  .logo-text {
    display: block;
  }
}

@media (max-width: 991px) {
    #header .header-btn-collapse-nav {
        margin: 0 auto 0 auto !important;
    }
}

@media (min-width: 992px) {
    #header .header-nav-bar .header-nav-main nav > ul > li > a {
        font-size: 1.2rem !important;
    }
}

.address-2 {
  font-weight: 400 !important;
  font-size: 13px !important;
}

.top-header-bg {
    background-color: #f4f4f4 !important;
}

@media (min-width: 1300px) {
    .header-width {
        max-width: 1300px !important;
    }
}

.practice-wrapper {
    border: 3px solid #c69d66;
    border-radius: 4px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.practice-wrapper .title {
    font-size: 1.5rem;
}

.contact-data {
    color: #c69d66;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.contact-data-small {
    color: #c69d66;
    font-weight: 400 !important;
    font-size: 13px !important;
}

#footer {
    background-color: #f4f4f4;
}

#footer h4 {
    color: #000;
}

.footer-text {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}

.footer-text-gold {
    color: #c69d66 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.footer-text-gold a {
    color: #c69d66 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background-color: #f4f4f4;
}











