.reviews-tl-rr, .reviews-tl-rr a{
    color: #fff;
}

.reviews-tl-rr{
    padding: 150px 0;
    position: relative;
    z-index: 1;
    background-color: #231b5d;
}


.reviews-tl-rr .slideReviews{
    width: 1000%;
    position: relative;
    left: 0;
    transition: .4s left;
    display: flex;
    transition-timing-function: cubic-bezier(.29,.17,.33,.85);
}

.reviews-tl-rr .containerReview{
    overflow: hidden;
    padding-right: 0;
}

.tripadvisorlinkreviews{
    text-decoration: none;
}

.reviews-tl-rr .review_cont{
    width: 10%;
    padding-left: 1px;
    display: inline-block;
    position: relative;
}

.reviews-tl-rr h2{
    font-weight: 700;
    font-size: 3.3rem;
    margin-top: 110px;
    color: #fff;
}

.reviews-tl-rr .star, .reviews-tl-rr .starsN{
    fill: #fff;
    display: inline-block;
}


.reviews-tl-rr .reviewTxt{
    font-size: 1.5rem;
    margin-bottom: 20px;
    max-width: 95%;
}

.reviews-tl-rr .reviewUsr{
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 10px;
}

.reviews-tl-rr .txtbigquote svg{
    fill: #fff;
    width: 75px;
    height: 100px;
    transform: rotate(180deg);
}


.reviews-tl-rr .tripadvisorlinktext {
    border-bottom: 1px solid #fff;
}

.reviews-tl-rr .tripadvisor{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
}

.reviews-tl-rr a span{
    text-transform: uppercase;
}


.reviews-tl-rr .nextbutton u{
    border-bottom: 1px solid #fff;
    text-decoration: none;
    margin-right: 5px;
}

.reviews-tl-rr .nextbutton{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}


.reviews-tl-rr .nextbutton.line{
    border: 0;
    margin-right: 0;
}

.reviews-tl-rr .longarrowright {
    vertical-align: baseline;
}

.reviews-tl-rr .longarrowright .a{fill:#fff;}
.reviews-tl-rr .longarrowright .b{fill:none;stroke:#fff;}




.reviews-tl-rr .slide-out-left{-webkit-animation:slide-out-left .5s cubic-bezier(.455,.03,.515,.955) both;animation:slide-out-left .5s cubic-bezier(.455,.03,.515,.955) both}
@-webkit-keyframes slide-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}}@keyframes slide-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}}















@media (max-width: 1199.98px) { 
    .sep2 {
        margin-top: 120px;
    }

    .reviews-tl-rr .sep1:after{
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    }
    .reviews-tl-rr .sep2:before{
        clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%);
    }


}

@media (max-width: 991.98px) { 
    .reviews-tl-rr h2{
        margin-top: 0;
        position: relative;
        z-index: 1;
    }
    .reviews-tl-rr .sep2:before{
        height: 110px;
    }

    .reviews-tl-rr .txtbigquote svg {        
        width: 45px;
        height: 74px;
        margin-top: 20px;
    }
    
}

@media (max-width: 767.98px) {  

}






