.reviewSliderWrapper .swiper-pagination-bullet {
    background: #DBDBDB;
    width: 10px;
    height: 10px;
}
.reviewSliderWrapper .reviewSliderPagination {
    bottom: -30px !important;
}

.reviewSliderWrapper {
    align-items: center;
}

.reviewSlider {
    box-shadow: 0px 3px 15px #00000026;
    border-radius: 10px;
}

.reviewSlider .swiper-slide {
    background: #ffff;
    height: 350px;
    display: flex;
    flex-direction: column;
}

.reviewSlider .swiper-slide .card-body {
    padding: 50px 60px 0 60px;
}

.star-span-wrapper span {
    font-size: 20px;
}

.star-rating {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}

.name-of-customer-btn {
    background-color: #000000 !important;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-of-customer-btn h6 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.star {
    color: #ccc;
    font-size: 30px;
}

.star.selected {
    color: gold;
}

.feedback-card {
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px #00000026;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

span.review-stars {
    font-size: 35px;
    color: rgba(23, 35, 55, .3);
}

.give-feedback-title {
    font-size: 28px;
    color: rgba(23, 35, 55, 1);
    font-weight: 700;
}

button.give-feedback-btn {
    background: #000000;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    padding: 7px 30px;
    font-size: 18px;
}

.feedback-form {
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px #00000026;
    height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 75px;
}

.feedback-form .name-input input {
    border: 1px solid #B5B5B5 !important;
    border-radius: 4px !important;
    padding: 1rem 1rem !important;
}

.feedback-form .feedback-form-title {
    margin-top: 30px;
}

.feedback-form label.sec-top {
    margin-bottom: 25px;
}

.feedback-form .feedback-btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.feedback-form .feedback-btn-wrap .feedbcak-submit-btn {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .reviewSlider .swiper-slide {
        height: 375px;
    }
    .reviewSlider .swiper-slide .card-body {
        padding: 15px 15px 0 15px;
    }
    div#giveFeedbackSection {
        margin-top: 50px;
    }
    .feedback-card {
        height: 300px;
    }
    .feedback-form {
        height: 525px;
        padding: 0 30px;
    }
    .feedback-form .name-input input {
        padding: .5rem .5rem !important;
    }
}