body:not(.home-page) .brand-area {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ededed !important;
}
body:not(.home-page) .brand-area h2.title {
    color: #838383 !important;
}

.btn.invert, 
.btn.invert:after {
    background: var(--bd-theme-secondary);
}
.btn.invert:hover:before {
    background: var(--bd-theme-primary) none repeat scroll 0 0;
}
.btn.invert:after {
    background: transparent;
}

.box-icon {
    display: flex;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: var(--bd-logo-secondary);
    font-size: 30px;
    color: white;
}

.logo img {
  max-width: 100px;
}
@media (max-width: 575px) {
  .logo img {
    max-width: 65px;
  }
}
.header-phone .icon {
    color: var(--bd-theme-secondary);
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li {
    z-index: 9;
}
.mobile-menu .navigation li.active > a {
    color: #3639bc;
}
.footer-logo img {
    max-width: 100px;
}
@media xs {
  .footer-logo img {
    max-width: 100px;
  }
}
.footer-wrap .col-2 .footer-widget {
    padding: 93px 25px;
}

.fw-schedule-list li {
    margin-top: 15px;
}
.fw-schedule-list li span {
    display: inline-block;
}

.header-style-two .header-action > ul > li {
  padding-left: 10px;
  margin-left: 10px;
}
#sticky-header.sticky-menu .header-action li.header-shop-cart, 
/*#sticky-header.sticky-menu .header-action li.header-phone, */
#sticky-header.sticky-menu .header-action li.header-btn:last-child {
    display: none !important;
}

.navbar-wrap ul li .sub-menu.custom {
    min-width: 650px;
}
.navbar-wrap ul li .sub-menu.custom li {
    display: inline-block;
    width: 32%;
}

.navbar-wrap ul li .sub-menu.custom.col2 li {
    width: 49%;
}

.header-style-two .header-action .header-phone {
    margin-left: 0px;
}
.navbar-wrap ul li .sub-menu {
    min-width: 350px;
}

.navbar-wrap ul li .sub-menu li a i {
    color: #bf3a2b;
    font-size: 15px;
    margin-right: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-style-two .menu-area .container .row {
      margin-left: 215px !important;
  }
  .header-style-two .header-action .header-phone {
    display: contents !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-style-two .header-action .header-phone {
    display: none;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two .header-action .header-shop-cart {
    background-position: right center;
    display: none;
  }
}


@media all and (max-width: 500px) {
    .slick-initialized .slick-slide:after {
        top: 0;
    }
    section.cta-area .cta-btn-wrap {
        text-align: center;
        display: block;
    }
    section.special-offer-area .special-price-wrap {
        text-align: center;
        margin-right: 10px;
    }
    section.special-offer-area .special-price-wrap h2.special-price {
        margin-right: 0;
        align-items: center;
        justify-content: center;
    }
    section.cta-area .cta-btn-wrap > a:first-child {
        margin-bottom: 15px;
    }
    section.special-offer-two {
        padding-bottom: 30px;
    }
    section.fact-area {
        padding-top: 30px;
    }
    section.subscribe-two-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.subscribe-two-area .subscribe-img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .btn {
        display: flex !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: fit-content !important;
        padding: 10px 15px !important;
    }
    .transparent-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .pricing-two-item {
        padding: 35px 20px;
        margin-bottom: 30px;
    }
    .pricing-two-item .pricing-btn {
        margin-bottom: 20px !important;
    }
    .pricing-three-item {
        padding: 35px 15px;
    }
    .pricing-three-item .btn {
        padding: 10px 15px;
    }
}



.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}