/* hide chatbot floating button */
.bpFab{
    opacity:0 !important;
    pointer-events: none !important;
}
.avatar-20{
    height: 1.1rem;
    width: 1.1rem;
    min-width: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    
}
.width-fit-content{
    width:fit-content !important;
}
.service-img{
    border-radius:15px 15px 0px 0px !important;
}

.service-box-card .category-text{
    font-weight: 300;
    font-size: 14px;
}

.dark .btn-link{
    --bs-btn-hover-color: white !important
}

footer.footer{
    background-color: #2E4EA1 !important;
}

.font-weight-light{
    font-weight: lighter !important;
}

.font-weight-bold{
    font-weight: bold !important;
}

.w-md-25{
    width: 25% !important;
}
.w-md-75{
    width: 75% !important;
}
.font-size-10 {
  font-size: 0.50rem;
}
/* For all devices smaller than or equal to 768px (tablet and mobile sizes) */
@media screen and (max-width: 768px) {
    
    .w-md-25{
        width: 100% !important;
    }
    
    .w-md-75{
        width: 100% !important;
    }
    
    
    
}
