.eassybooks-bg-color-primary {
    background-color: #15418f !important;
}
.eassybooks-bg-color-secondary {
    background-color: #ffbf01 !important;
}
.eassybooks-font-color-white {
    color: #FFFFFF !important;
}
.eassybooks-font-color-black {
    color: #000000 !important;
}
.eassybooks-font-color-primary {
    color: #15418f !important;
}
.eassybooks-font-color-secondary {
    color: #ffbf01 !important;
}

.whatsAppIcon {
    position: fixed;
    bottom: 40px;
    z-index: 3;
    left: 30px;
}

/* .mw-25 {
    max-width: 25% !important;
} */

.eassybooks-align-bullet {
    float: left;
    margin-left: -24px;
    margin-top: 6px;
}

.eassybooks-align-li {
    padding-left: 24px;
}

.eassybooks-customer-li {
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.eassybooks-customer-li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.eassybooks-location{
    margin-left: auto; margin-right: auto; display: block;
}

.eassybooks-section {
    scroll-margin-top: 70px; /* Adjust this value based on your navbar height */
}
.main-menu li a.nav-link {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.sticky-header{
    padding: 5px 0 !important;
}

.swiper-nav-control .swiper-button-next, .swiper-nav-control .swiper-button-prev{
    background-color: #175cff !important;
    border-color: #175cff !important;
}
.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 425px) {
    .footer-bottom.footer-light .eassybooks-font-color-white{
        text-align: center !important;
    }
}

