.float {
    position: fixed;
    width: 16rem;
    height: 35px;
    bottom: 15px;
    right: 21px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.call {
    position: fixed;
    width: 16rem;
    height: 40px;
    bottom: 60px;
    right: 21px;
    background-color: #ee3232;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.footer_p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
}

.footer_p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: #ee3232;
}

.title {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 2rem;
}

.sidebar {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    display: inline-block;
}

.sidebar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ee3232;
}

.pagination .page-link {
    color: #333;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}