.reviews-wrap {
    /* width: 652px; */
}

@media(max-width: 1370px) {
    .reviews-wrap {
        width: 978px;
    }

}

@media(max-width: 1070px) {
    .reviews-wrap {
        width: 652px;
    }

}

@media(max-width: 730px) {
    .reviews-wrap {
        width: 326px;
    }

    .hider {
        position: initial;
        left: 0px;
    }
}


.menu-toggle-button,
.down-svg,
.submit-button,
.question-menu-open,
.next,
.prev,
.booking-select,
.bin-input {
    cursor: pointer;
}

.reviews-section {
    display: flex;
    justify-content: center;
}

.reviews {
    /* width: calc(50vw + 100px); */
    /* width: 652px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hider {
    position: relative;
    left: 100px;
}

.hider {
    position: initial;
    left: 0px;
}

.testimonial-stars .star.f {
    filter: brightness(.5) hue-rotate(90deg);
    width: 30px;
}



.reviews-title h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.reviews-container {
    /* border-image-width: calc(30vw + 100px); */
    position: relative;
    font-size: 14px;
    line-height: 1.4em;
    box-sizing: border-box;
    text-align: left;
    direction: ltr;
}

.reviews-title,
.reviews-wrap {
    box-sizing: border-box;
    columns: #333;
}

.reviews-wrap {
    margin-bottom: 1.5rem;
}

.separator {
    height: 1.5rem;
    position: relative;
}

.reviews-container {
    margin-bottom: 0px;

}

.reviews-controls {
    color: #000000;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4em;
    top: 145px;
    position: relative;
}

.next,
.prev {
    z-index: 900;
}

.next {
    display: block;
    right: 2px;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: 1;
    transition: all 200ms ease-out;
}

.next-container {
    position: relative;
    left: 30px;
}

.next::before {
    top: 8px;
    right: 0px;
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute;
}

.next::after {
    top: 18px;
    right: 0px;
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute;
}

.prev {
    display: block;
    left: 2px;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: 1;
    transition: all 200ms ease-out;
}

.prev-container {
    position: relative;
    right: 30px;
}

.prev::before {
    top: 18px;
    left: 0px;
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;

    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute;
}

.prev::after {
    top: 8px;
    left: 0px;
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute;
}

.reviews-container-wrapper {
    padding-top: 47px;
    padding-bottom: 8px;
    margin: 0 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding-top: 50px;
    max-width: 1304px;
}

.review-item {
    position: relative;
    max-width: 33.333333%;
    padding: 0 8px;
    transition: all .3s ease-out;
    min-width: 310px;
}

.review-item:hover {
    transform: translateY(-10px);
    transition: all .3s ease-out;
}

.review-inner {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    background-color: white !important;
    backdrop-filter: blur(0px);
    border-style: solid !important;
    border-color: #e5e5e5 !important;
    background: #ffffff !important;
    background-color: rgb(255, 255, 255);
    border-radius: 4px !important;
    padding: 15px !important;
    margin: 0 !important;
    display: block;
    position: relative;
    min-width: 250px;
    user-select: none;
    cursor: grab;
}

.review-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;

}

.reviewer-profile {
    margin: 0px !important;
    margin-top: -47px !important;
    margin-bottom: 15px !important;
    align-self: center;
}

.reviewer-profile img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 32px;
    padding: 0px !important;
    display: block;
    border-radius: 30px;
    min-width: initial !important;
    max-width: initial !important;
    object-fit: cover;
    object-position: top;
}

.profile-details {
    text-align: center;
    width: 100%;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-details::after {
    border: none;
    top: -10px;
    right: inherit;
    left: calc(50% + 32px - 27px);
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    width: 26px;
    height: 26px;
}

.profile-details {
    display: grid;
}

.profile-name {
    padding-right: 0px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
    grid-column-start: 1;
    grid-column-end: 5;
}

.profile-date {
    color: #000000;
    opacity: 0.5;
    font-size: 12px !important;
    grid-column-start: 1;
}

.review-stars {
    grid-column-start: 2;
    padding-left: 20px;
}

.star {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 !important;
    margin-right: 0px;
    margin-right: 1px !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.star.f {
    background-image: url("https://cdn.trustindex.io/assets/platform/Google/star/f.svg");
}

.star.e {
    background-image: url("https://cdn.trustindex.io/assets/platform/Google/star/e.svg");
}

.review-content {
    height: 81px !important;
    text-align: center;
    line-height: 20.3px;
    height: 81.2px;
    font-size: 14px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0;
}

.view-more {
    text-align: center;
    display: block;
    padding: 5px 0 0;
}

.view-more-button {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 12.6px;
    color: #000000;
    opacity: 0.5;
    text-decoration: none !important;
    transition: color 300ms ease-out;
    cursor: pointer;
}

.scroller {
    display: flex;
    position: relative;
    /* padding-left: 500px; */
    transition: all 1s ease-out;
}