/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2021 | 16:08:37 */
.custom-reviews .swiper-slide 
{
    background: #FFFFFF;
    padding: 40px 40px 40px;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 15%);
}

.custom-reviews .swiper-slide:before {
    content: '';
    position: absolute;
    left: 80%;
    top: 18px;
    width: 4px;
    height: 30px;
    background: #db2016;
    border-radius: 2px;
    transform: rotate( 
45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.custom-reviews .swiper-slide:hover::before {
   background: #2A4BDA !important;
}
.custom-reviews .swiper-slide:hover::after {
 background: #2A4BDA !important;
   
}

.custom-reviews .swiper-slide:after {
    content: '';
    position: absolute;
    left: 81%;
    top: 24px;
    width: 4px;
    height: 30px;
    background: #db2016;
    border-radius: 2px;
    transform: rotate( 
45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.place-card .place-card-large{
    display:none !important;
}