.tax-ba_booking-locations .featured-image {
    text-align: center;
    margin-bottom: 50px;
}

.booking-location-map .booking-address {
    margin-bottom: 20px;
    display: none;
}

.booking-location-content {
    padding-right: 80px;
}

.booking-location-content .booking-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;    
    color: #24272C;
    margin-bottom: 24px;
}

.booking-location-content .booking-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #5F615E;
}

.booking-location-content .booking-desc li:first-child {
    margin-top: 20px;
}

.tax-ba_booking-locations .map-container .map {
   border-radius: 16px;
}

.tax-ba_booking-locations .related-tour.row {
    margin-top: 124px;
}

.tax-ba_booking-locations .image-gallery {
    margin-bottom: 100px;
}

.tax-ba_booking-locations .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    display: none;
}

.tax-ba_booking-locations .owl-carousel .owl-nav {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 100%;
}

.tax-ba_booking-locations .owl-carousel .owl-nav i {
    font-weight: 300;
}

.tax-ba_booking-locations .owl-carousel .owl-nav .owl-next,
.tax-ba_booking-locations .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%);
    background: #FFFFFF29;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(4px)
}

.tax-ba_booking-locations .owl-carousel .owl-nav .owl-next {
    left: unset;
    right: 40px;
}

.tax-ba_booking-locations .owl-carousel .owl-nav .owl-prev.disabled,
.tax-ba_booking-locations .owl-carousel .owl-nav .owl-next.disabled {
    cursor: not-allowed;
}

.tax-ba_booking-locations .owl-carousel .owl-nav .owl-prev:before,
.tax-ba_booking-locations .owl-carousel .owl-nav .owl-next:before,
.tax-ba_booking-locations .owl-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tax-ba_booking-locations .owl-carousel .owl-nav .owl-prev:hover,
.tax-ba_booking-locations .owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--theme-primary-color);
}

.tax-ba_booking-locations  .owl-carousel .owl-item img {
   width: auto;
}

.tax-ba_booking-locations .gallery-destination .owl-carousel .owl-item img {
    border-radius: 16px;
    height: 613px;
    width: 100%;
    object-fit: cover;
}

.gallery-destination  .group-meta .view-gallery {
    position: absolute;
    z-index: 5;
    left: 16px;
    bottom: 16px;
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    padding: 14px 24px;
    text-align: center;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-destination  .group-meta .view-gallery:hover {
    background: var(--theme-primary-color);
}

.gallery-destination .owl-item.current-item .group-meta .view-gallery {
    display: block;
}

.gallery-destination .owl-item {
    width: auto !important;
}

.gallery-destination .owl-carousel .owl-stage-outer {
    padding: 0px;
    margin: 0px;
}

.gallery-destination .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.gallery-destination .owl-item {
    flex:1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.gallery-destination .owl-item.current-item {
    flex: 2.03;
}

.related-tour .tf-listing-wrap > h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;    
    color: #24272C;
    margin-bottom: 38px;
    padding-right: 130px;
}


.related-tour .tf-listing-wrap .owl-carousel .owl-item .item {
    padding: 15px;
}

.related-tour .tf-listing-wrap {
    padding: 0;
}

.related-tour .tf-listing-wrap .owl-carousel .owl-stage-outer {
    padding: 0px 0 20px 0;
    margin: 0px;
}

.related-tour .owl-carousel .owl-nav {
    position: absolute;
    top: -63px;
    right: -12px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    width: auto;
    padding: 0;
}

.related-tour .owl-carousel .owl-nav.disabled {
    display: none;
}

.related-tour .owl-carousel .owl-nav .owl-next,
.related-tour .owl-carousel .owl-nav .owl-prev {
    width: 58px;
    height: 58px;
    border: 1px solid #EDEDED;
    color: var(--theme-primary-color);
    position: relative;
    left: auto;
    right: auto;
}

.related-tour .owl-carousel .owl-nav .owl-next:hover,
.related-tour .owl-carousel .owl-nav .owl-prev:hover {
    border-color: var(--theme-primary-color);
}

@media only screen and (max-width: 1200px) {
    .booking-location-content {
        margin-bottom: 50px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .tax-ba_booking-locations .image-gallery {
        margin-bottom: 40px;
    }
    .booking-location-content .booking-title {
        font-size: 30px;
        line-height: 40px;
    }
    .related-tour .tf-listing-wrap > h5 {
        font-size: 30px;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .tax-ba_booking-locations .owl-carousel .owl-nav .owl-next,
    .tax-ba_booking-locations .owl-carousel .owl-nav .owl-prev {
        left: 0px;
    }

    .tax-ba_booking-locations .owl-carousel .owl-nav .owl-next {
        right: 0px;
        left: auto;
    }

    .tax-ba_booking-locations .related-tour.row {
        margin-top: 60px;
    }

    .related-tour .tf-listing-wrap .owl-carousel .owl-item .item {
        padding: 0px;
    }


    .related-tour .tf-listing-wrap .owl-carousel {
        margin: 0;
    }

    .gallery-destination .owl-item.current-item {
        flex: 1;
    }

    .tax-ba_booking-locations .gallery-destination .owl-carousel .owl-item img {
        height: 380px;
    }

}




