@media only screen and (max-width: 767px) {
    .discovery-new-item h5 {
        font-size: 18px;
        font-weight: 600;
    }
}
@media (min-width: 1150px) {
    .collection-item-v2 .collection-content .heading {
        font-size: 20px;
        line-height: 25px;
    }
}
.text, .flat-title .sub-title {
    font-size: 16px;
    line-height: 30px;
}
.slider-bg {
    position: absolute;
    background: #00000040;
    width: 100%;
    height: 99%;
}
.flat-testimonial-bg-1 {
    background-image: url(../images/image_bg_testimonials.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap-slider .box-content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}
.wrap-slider .box-content p {
    margin-bottom: 0;
}
.mt-20 {
    margin-top: 20px;
}
.ps-20 {
    padding-left: 40px;
}
.pe-20 {
    padding-right: 40px;
}
.flat-spacing-09 {
    padding-top: 0px;
    padding-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.discovery-new-item {
    border: 0px solid var(--main);
    background: orange;
}
.discovery-new-item h5 {
    color: #fff;
}
.discovery-new-item a {
    border: 1px solid #fff;
    color: #fff;
}
.discovery-new-item a:hover {
    background-color: #fff;
    color: var(--main);
}
.logo-header img {
    width: 122px;
}
.rating i {
    font-size: 16px;
    color: #f5b502;
}
.swiper-slide img {
    max-width:100%;
}
@media (min-width: 768px) {
    .testimonial-item.style-column {
        min-height: 407px;
    }
}

@media only screen and (max-width: 767px) { 
    .ps-20 {
        padding-left: 0;
    }
    .wrap-slider .box-content h1 {
        font-size: 42px;
        line-height: 45px;
        font-style: italic;
    }
    .slider-video .tf-btn {
        margin-top: 0;
    }
}