/* Testmonial */

.arrow {
    position: relative;
}

.testmonialwrap .slide-container.active {
    display: block;
}

.testmonialwrap .slide-container {
    display: none;
}

.slide1 {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 10px #3337;
    padding: 20px;
    margin: 10px;
    position: relative;
    transform-style: preserve-3d;
    animation: slide .4s linear;
}

.testmonialwrap .slide-container .slide1 .icon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 35px;
    color: #ffc107;
}

.testmonialwrap .slide-container .slide1 .user {
    display: flex;
    align-items: center;
}

.testmonialwrap .slide-container .slide1 img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.testmonialwrap .slide-container .slide1 .user .user-info h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    font-family: "Poppins", Arial, sans-serif;
}

.testmonialwrap .slide-container .slide1 .user .user-info .stars i {
    color: #ffc107;
    font-size: 15px;
}

.testmonialwrap .slide-container .slide1 .text {
    color: #333;
    font-size: 16px;
    padding-top: 15px;
    font-style: italic;
}

.arrow #next,
.arrow #prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 10px #3337;
}

.arrow #next {
    right: -30px;
}

.arrow #prev {
    left: -30px;
}

@media only screen and (max-width: 600px) {
    .arrow #next,
    .arrow #prev {
        display: none
    }
}

.book-btn {
    display: block;
    position: relative;
    background-color: #202a67;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 23px;
    width: 60%;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 18px;
    letter-spacing: 0.07em;
    border-radius: 4px;
    margin: 25px 0px 10px;
}

.book-btn:hover {
    background-color: #fff;
    color: #202a67;
    border-color: #202a67;
}


/* top cities section start */

.no-arrow .slick-next,
.no-arrow .slick-prev {
    display: block !important;
}

.slick-prev:before,
.slick-next:before {
    color: #2f355f;
    font-size: 30px;
}

.slick-prev,
.slick-next {
    top: 40%;
}