.pagination_rac {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination_rac>li {
    margin: 0 2px;
    /* Adjust the margin as needed */
}

.pagination_rac .page-link {
    font-size: 12px;
    /* Adjust the font size as needed */
    padding: 0.3rem 0.6rem;
    /* Adjust the padding as needed */
    color: #555c64;
}

.pagination_rac .page-item.active .page-link {
    background-color: #CE5957;
    /* Change the background color for the active page */
    border-color: #CE5957;
    color: #fff;
    /* Change the text color for the active page */
}

.pagination_rac .page-link:hover {
    background-color: #555c64;
    /* Change the background color on hover */
    color: #fff;
    /* Change the text color on hover */
}

/* pagination_rac END */
.review-box {
    cursor: pointer;
    height: 100% !important;
    margin: 20px 10px 20px 10px !important;
}

.review-box:hover {
    margin: 0px 10px 0px 10px !important;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    height: 120% !important;
}

.review-box:hover .testi-box_text {
    height: 280px !important;
}

.review-box:hover .testi-box_img {
    background-color: #ffffff00 !important;
}

.offers-carousel-icon {
    background-color: #ffffff7d !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    border-radius: 25px !important;
    color: #fff;
}