.tours-section {
    position: relative;
    background: #f6fbff
}

.tours-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.tours-section .upper-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.tours-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px
}

.tour-list-content,
.tours-block-one .inner-box .image-box {
    position: relative;
    display: block
}

.tours-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden
}

.tours-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: .5s
}

.tours-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05)
}

.tours-block-one .inner-box .image-box .rating {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 21px;
    line-height: 21px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    z-index: 1;
    font-size: 14px;
    color: var(--title-color)
}

.tours-block-one .inner-box .image-box .rating img {
    position: relative;
    top: -3px
}

.tours-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 24px 30px 31px
}

.tours-block-one .inner-box .lower-content h6 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 6px
}

.tours-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px
}

.tours-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: var(--title-color);
    font-family: "Barlow", sans-serif;
}

.tours-block-one .inner-box .lower-content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px
}

.tours-block-one .inner-box .lower-content h5 span {
    font-size: 14px;
    font-family: var(--text-font);
    font-weight: 400;
    color: var(--title-color)
}

.tours-block-one .inner-box .lower-content .day-time {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--title-color);
    padding-left: 21px;
    margin-bottom: 15px
}

.tours-block-one .inner-box .lower-content .day-time i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px
}

.tours-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--title-color);
    padding-right: 25px
}

.tours-block-one .inner-box .lower-content .link a i {
    position: absolute;
    top: 5px;
    right: 0
}

.item-shorting .right-column,
.tour-page-five-section .item-shorting .left-column,
.tours-section .tab-btns {
    position: relative;
    display: flex;
    align-items: center
}

.tours-section .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--title-color);
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 20px;
    margin-right: 10px;
    transition: .5s
}

.item-shorting .nice-select,
.item-shorting .text p {
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color)
}

.tour-page-five-section .item-shorting .left-column .select-box:last-child,
.tours-section .tab-btns li:last-child {
    margin: 0 !important
}

.tours-section .tab-btns li.active-btn,
.tours-section .tab-btns li:hover {
    color: #fff
}

.tours-section.alternat-2 {
    background: #fff
}

.tours-section .owl-carousel .owl-stage-outer {
    overflow: visible
}

.tours-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden
}

.tours-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible
}

.tours-section .owl-nav {
    position: absolute;
    top: -127px;
    right: 0
}

.tours-section .owl-nav .owl-prev {
    margin-right: 15px
}

.tours-block-one .inner-box .lower-content .rating {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 21px;
    line-height: 21px;
    background: #f3f3f3;
    text-align: center;
    border-radius: 50px;
    z-index: 1;
    font-size: 14px;
    color: var(--title-color)
}

.tours-block-one .inner-box .lower-content .rating img {
    position: relative;
    display: inline-block;
    top: -3px
}

.tours-section .three-item-carousel {
    padding-bottom: 90px;
    border-bottom: 1px solid #d9d9d9
}

.item-shorting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5
}

.item-shorting .text p {
    font-weight: 500
}

.item-shorting .nice-select {
    position: relative;
    display: block;
    padding: 4px 60px 4px 20px;
    border-radius: 3px;
    border: 1px solid #e5e5e5
}

.item-shorting .nice-select:before {
    display: none
}

.item-shorting .nice-select:after {
    position: absolute;
    content: '\e90b';
    font-family: icomoon;
    font-size: 10px;
    top: 5px;
    right: 20px
}

.tours-block-one .inner-box .image-box .offer-box {
    position: absolute;
    top: 20px;
    right: 88px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 25px;
    padding: 1px 10px
}

.tours-section.alternat-2 .tours-block-one .inner-box .image-box .offer-box {
    right: 20px
}

.tour-page-five-section .pattern-layer .pattern-1,
.tours-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: 400px;
    width: 285px;
    height: 323px;
    background-repeat: no-repeat
}

.tour-page-five-section .pattern-layer .pattern-2,
.tours-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    top: 570px;
    width: 192px;
    height: 349px;
    opacity: .05;
    background-repeat: no-repeat
}

.tour-page-five-section .item-shorting .left-column .select-box {
    margin-right: 30px
}

.item-shorting .select-box {
    min-height: 40px
}

.item-shorting .nice-select .list {
    min-width: 180px;
    left: inherit !important
}

.tours-section.testimonial-page-two .inner-container {
    padding-top: 120px;
    border-top: 1px solid #d9d9d9
}

.tours-section.testimonial-page-two .three-item-carousel {
    padding-bottom: 0;
    border-bottom: none
}

.rtl .tours-section .tab-btns li {
    margin-right: 0;
    margin-left: 10px
}

.rtl .tours-block-one .inner-box .lower-content .day-time {
    padding-left: 0;
    padding-right: 21px
}

.rtl .tours-block-one .inner-box .lower-content .day-time i {
    left: inherit;
    right: 0
}

.rtl .tour-page-five-section .item-shorting .left-column .select-box,
.rtl .tour-page-five-section .item-shorting .text {
    margin-right: 0;
    margin-left: 30px
}

@media only screen and (max-width:991px) {
    .tours-section .upper-box {
        display: block;
        text-align: center
    }

    .tours-section .upper-box .sec-title {
        margin-bottom: 30px
    }

    .tour-page-five-section .item-shorting .right-column,
    .tours-section .tab-btns {
        justify-content: center
    }

    .tour-page-five-section .item-shorting {
        display: block
    }

    .tour-page-five-section .item-shorting .left-column {
        justify-content: center;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {

    .tour-page-five-section .item-shorting .left-column,
    .tours-section .tab-btns {
        display: block
    }

    .tours-section .tab-btns li {
        float: left;
        margin-bottom: 10px
    }

    .rtl .tours-section .tab-btns li {
        float: right;
        margin-right: 0;
        margin-left: 10px
    }

    .tours-section .upper-box {
        text-align: left
    }

    .rtl .tours-section .upper-box {
        text-align: right
    }

    .tours-section {
        padding: 70px 0 40px
    }

    .tours-section .three-item-carousel {
        padding-bottom: 40px
    }

    .tour-page-five-section .item-shorting .left-column .select-box {
        margin: 0 0 30px !important
    }

    .tour-page-five-section {
        padding: 70px 0
    }

    .tours-section .owl-nav {
        display: none
    }

    .tours-section.testimonial-page-two .inner-container {
        padding-top: 70px
    }
}