/* Filter Bar */
.filter-bar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 12px;
    overflow-x: auto;
    padding-top: 40px;
    margin-top: -40px;
}

.filter-bar .filter-listing {
    position: relative;
    display: flex;
    padding: 12px 24px;
    align-items: flex-start;
    background: #fff;
    cursor: pointer;
    color: #24272C;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    white-space: nowrap;
    text-transform: capitalize;
    border-radius: 999px;
    border: 1px solid #EDEDED;
}

.filter-bar .filter-listing span {
    visibility: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    background-color: #24272C;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    padding: 6px 17px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}

/* Tooltip arrow */
.filter-bar .filter-listing span::after {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #24272C transparent transparent transparent;
}

/* Show tooltip on hover */
.filter-bar .filter-listing:hover span {
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + 8px);
}

.filter-bar a.filter-listing:hover,
.filter-bar a.filter-listing.active {
    color: #fff;
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    text-decoration: none;
}


.tf-listing-wrap,
.tf-listing-wrap .wrap-listing-post {
    position: relative;
}

.overlay-filter-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 50;
}

.overlay-filter-tab.autoload {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000000;
}

.filter-loader {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -0%);
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--theme-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

.overlay-filter-tab.autoload .filter-loader {
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Style 1 */
.tf-listing-wrap.style1 {
   
}

.paging-navigation.loadmore {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.toolbar-search-list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.toolbar-search-list .form-group {
    display: none;
}

.toolbar-search-list .form-group-order-by{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.toolbar-search-list .form-group-order-by  {
    color: #121212;
    font-size: 16px;
    line-height: 26px;
}
.toolbar-search-list .form-group-order-by .input_select_wrapper .input_select_input  {
    border: 1px solid #DFE2E7 !important;
    border-radius: 4px;
    color: #121212;
}

.sort-by .input_select_field .input_select_wrapper i {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.count-results {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
}

.toolbar-search-list #listing_order_by{
    width: 50%;
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
}

.toolbar-search-list #listing_order_by option:hover {
    background: var(--theme-primary-color);
}

.tf-listing-wrap .btn-display-listing-list,
.tf-listing-wrap .btn-display-listing-grid {
    color: #000;
}

.tf-listing-wrap .btn-display-listing-list:hover,
.tf-listing-wrap .btn-display-listing-grid:hover,
.tf-listing-wrap .btn-display-listing-list.active,
.tf-listing-wrap .btn-display-listing-grid.active {
    color: var(--theme-primary-color);
}

.tf-listing-wrap.style1 .wrap-listing-post .content-tab {
    width: 100%;
}


 .listing-post .tour-card {
    position: relative;
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
}

 .listing-post .tour-card .listing-thumb-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

 .listing-post .tour-card .listing-thumb-wrapper > img {
    -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;
    width: 100%;
    object-fit: cover;
    image-rendering: pixelated;
    /* transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02); */
}

 .listing-post .tour-card:hover .listing-thumb-wrapper > img {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.listing-post .tour-card .listing-thumb-wrapper .btn-wishlist {
    position: absolute;
    right: 8px;
    top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.listing-post .tour-card .listing-thumb-wrapper .btn-wishlist img {
    -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;
}


.listing-post .tour-card .listing-thumb-wrapper .btn-wishlist:hover img {
    content: url('../images/icons/wish-list.svg');
}


.listing-post .tour-card .listing-thumb-wrapper .meta-lable {
    position: absolute;
    left: 8px;
    top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    gap: 10px;
}


.tour-card .view-tour-video,
.tour-card  .view-gallery {
    background: #0000004D;
    backdrop-filter: blur(4px);
    border-radius: 99px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #fff;
    padding: 7px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 6px;
    align-items: center;
}

.tour-card .view-tour-video:hover,
.tour-card  .view-gallery:hover {
    background: var(--theme-primary-color);
}


 .listing-post .tour-card .listing-thumb-wrapper .item_info_price_discount,
 .listing-post .tour-card .listing-thumb-wrapper .featured-text {
    height: auto;
    padding: 6px 12px;
    color: #ffffff;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

 .listing-post .tour-card .listing-thumb-wrapper .item_info_price_discount {
    background-color: #ff0000;
}

 .listing-post .tour-card .listing-thumb-wrapper .featured-text {
    background-color: var(--theme-primary-color);
}


 .listing-post .tour-card .listing-thumb-wrapper .count-list-gallery img,
 .listing-post .tour-card .listing-thumb-wrapper .view-tour-video img {
    max-width: 20px;
    min-height: auto !important;
    background: unset !important;
}



 .listing-post .tour-card .tour-card-content .content-top {
    margin-bottom: 12px;
}

 .listing-post .tour-card .tour-card-content .address {
    gap: 7px;
    margin-bottom: 0px;
}

 .listing-post .tour-card .tour-card-content .address-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #5F615E;
}

 .listing-post .tour-card .listing-card-title,
 .listing-post .tour-card .listing-card-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;    
    color: #24272C;    
}

 .listing-post .tour-card .listing-card-title a:hover {
    color: var(--theme-primary-color);
}

 .listing-post .tour-card  .listing-card-title {
    margin-bottom: 19px;
}

 .listing-post .tour-card  .rating-review {
    margin-bottom: 0px;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;  
    color: #121212;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #24272C;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
}

 .listing-post .tour-card .rating-review  .rating > span {
    font-size: 11px;
    margin-right: 6px;
}

 .listing-post .tour-card  .rating-review .review {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #8A8C8A;    
}

 .listing-post .tour-card .rating-review .fa-star-half-alt:before,
 .listing-post .tour-card .rating-review .fa-star:before {
    color: #F1913D;
}

 .listing-post .tour-card .tour-info-middle {
    gap: 16px;
    row-gap: 5px;
}

 .listing-post .tour-card .day,
 .listing-post .tour-card .person {
    justify-content: space-between;
    align-items: center;
    gap: 9px;
}

 .listing-post .tour-card   .day i {
    font-size: 20px;
}

 .listing-post .tour-card  .day > div,
 .listing-post .tour-card  .person > div {
    font-size: 14px;
    font-weight: 400;    
    color: #5F615E;
}

 .listing-post .tour-card  .tour-info-bottom {
    border-top: 1px solid #EDEDED;
    padding-top: 17px;
    margin-top: 16px;
}

 .listing-post .tour-card .tour-info-bottom .currency_amount,
 .listing-post .tour-card .tour-info-bottom .price-content {
    color: var(--theme-primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;   
}

 .listing-post .tour-card .tour-card-content {
    border-radius: 0px 0px 16px 16px;
    padding: 24px 24px 22px;
    border: 1px solid #EDEDED;
    border-top: none;
}

/* End Style 1 */

/* style 2 */

.style2 .wrap-listing-post .listing-post {
    display: flex;
    height: 100%;
}

.style2 .wrap-listing-post {
    width: 100%;
}

.style2 .wrap-listing-post .content-tab {
    width: 100%;
}

.style2 .listing-post .tour-card {
    position: relative;
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.style2 .listing-post .tour-card .listing-thumb-wrapper {
    position: relative;
    overflow: hidden;
    display: block;    
    width: 47%;
}

.style2 .listing-post .tour-card .listing-thumb-wrapper > img {
    height: 100%;
    object-fit: cover;
}

.style2 .listing-post .tour-card .tour-card-content {
    width: 53%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border-radius: 0px 16px 16px 0px ;
    border: 1px solid #EDEDED;
    border-left: none;
}


.style2 .listing-post .tour-card .listing-card-title {
    flex-grow: 1;
}


/* End Style 2 */

/* Style 3 */
.style3 .tour-card {
    box-shadow: none;
}

.style3 .tour-card .tour-card-content {
    position: absolute;
    background: transparent;
    z-index: 5;
    bottom: 0;
    left: 0;
    padding: 24px 23px;
    width: 100%;
    border: none;
}

.style3 .tour-card .tour-info-bottom .currency_amount,
.style3 .tour-card .tour-info-bottom .price-content {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
}

.style3 .tour-card .listing-thumb-wrapper {
    position: relative;
    overflow: hidden;
    display: block;    
}

.style3 .tour-card .listing-thumb-wrapper .btn-wishlist,
.style3 .tour-card .listing-thumb-wrapper .group-meta .meta-lable {
    z-index: 5;
}

.style3 .tour-card .listing-thumb-wrapper::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.67%, rgba(0, 0, 0, 0.8) 100%);
}

.style3 .tour-card .tour-card-content .day > div, 
.style3 .tour-card .tour-card-content .person > div,
.style3 .tour-card .tour-card-content .rating-review,
.style3 .tour-card .tour-card-content .tour-info-bottom .price .currency_amount, 
.style3 .tour-card .tour-card-content .tour-info-bottom .price .price-content,
.style3 .tour-card .tour-card-content .tour-info-bottom .price,
.style3 .tour-card .tour-card-content svg,
.style3 .tour-card .tour-card-content .listing-card-title, 
.style3 .tour-card .tour-card-content .listing-card-title a,
.style3 .tour-card .tour-card-content .address-text {
    color: #fff;
}

.style3 .tour-card .tour-card-content .rating-review {
    gap: 9px;
}

.style3 .tour-card .tour-card-content .rating-review .rating {
    line-height: 1;
}

.style3 .tour-card .tour-card-content .listing-card-title, 
.style3 .tour-card .tour-card-content .listing-card-title a{
    font-size: 24px;
    font-weight: 600;
    line-height: 30.24px;     
}

.style3 .tour-card .tour-card-content .listing-card-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;  
    min-height: 60.48px; ;
}

.style3 .listing-post .tour-card .listing-thumb-wrapper .meta-lable {
    left: 24px;
    top: 23px;
    width: calc(100% - 90px);
}

.style3 .listing-post .tour-card .listing-thumb-wrapper .btn-wishlist {
    right: 24px;
    top: 24px;
}

.style3 .listing-post .tour-card  .tour-info-bottom {
    border-color: rgba(255, 255, 255, 0.15);
}


/* End Style 3 */

/* Style 4 */

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card {
    border-radius: 16px;
    box-shadow: none;
}

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content {
    position: absolute;
    background: transparent;
    z-index: 5;
    bottom: 0;
    left: 0;
    padding: 24px 25px;
    width: calc(100% - 110px);
}

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper {
    position: relative;
    overflow: hidden;
    display: block;    
}

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .btn-wishlist,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .group-meta .meta-lable {
    z-index: 5;
}

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.85%, rgba(0, 0, 0, 0.8) 100%);
}

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title, 
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2px;
}

.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .day > div, 
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .person > div,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .rating-review,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .currency_amount, 
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .price-content,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content svg,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title, 
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title a,
.tf-listing-wrap.style4 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .address-text {
    color: #fff;
}


.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav {
    position: absolute;
    right: 24px;
    top: auto;
    bottom: 28px;
    width: 104px;
    border-radius: 12px;
    background: #FFFFFF1A;
    height: 52px;
    z-index: 5;
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-prev,
.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-next,
.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav button {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-next:hover,
.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-prev:hover {
    color: var(--theme-primary-color);
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-next,
.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-prev {
    transform: none;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-dots {
    position: absolute;
    text-align: center;
    bottom: -20px;
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-dots .owl-dot {
    position: relative;
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-dots .owl-dot::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tf-listing-wrap.style4.has-carousel .owl-carousel .owl-dots .owl-dot.active::after {
    border: 1px solid #121212;
}

/* End Style 4 */
.input_select_wrapper .input_select_input {
    margin-bottom: 0 !important;
    border: none !important;
}

.sort-by .input_select_field .input_select_wrapper i,.sort-by .input_select_field .input_select_wrapper svg {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.input_select_field_sr_sort_by {
    max-width: 190px;
}


.input_select_list  {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    border: 1px solid #e8e8e8;
}

.input_select_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.input_select_list::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.input_select_list::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.input_select_list .term_item  {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    list-style: none;
    padding: 10px 0;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000 !important;
    white-space: normal;
    word-break: break-word;
}

.input_select_list .term_item:hover, 
.input_select_list .term_item.active {
    background-color: var(--theme-primary-color) !important;
    color: #fff !important;
}


/* Search Result */
.tf-search-result-wrap .form-group-order-by .sort-by .input_select_field .input_select_input{
    border: 0;
    background: transparent;
    margin-bottom: 0;
}

.tf-search-result-wrap .cards-container.row.has-sidebar.left, .tf-search-result-wrap .cards-container.row.half-map-left{
    flex-direction: row-reverse;
}

.tf-listing-wrap .wrap-listing-post .content-tab .content-tab-inner {
    position: relative;
}

.tf-listing-wrap .wrap-listing-post .content-tab .content-tab-inner .listing>.loading-icon {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    z-index: 99;
}

.tf-listing-wrap .wrap-listing-post .content-tab .content-tab-inner .loading-icon {
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.loading-icon .bubble {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    margin: 0 5px;
}

.loading-icon .dot {
    min-width: 10px !important;
    min-height: 10px !important;
    display: block;
    border-radius: 50%;
    background-color: #000;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    animation: bubble 1.2s -.6s infinite ease-out;
    -webkit-animation: bubble 1.2s -.6s infinite ease-out;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: var(--theme-primary-color);
    }

    50%,
    100% {
        background-color: var(--theme-primary-rgba);
    }
}

.loading-icon .bubble {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    margin: 0 5px;
}

.loading-icon .dot {
    min-width: 10px !important;
    min-height: 10px !important;
    display: block;
    border-radius: 50%;
    background-color: #000;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    animation: bubble 1.2s -.6s infinite ease-out;
    -webkit-animation: bubble 1.2s -.6s infinite ease-out;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: var(--theme-primary-color);
    }

    50%,
    100% {
        background-color: var(--theme-primary-rgba);
    }
}

/*Column listing*/

.tf-listing-wrap .wrap-listing-post .item {
    padding: 20px;
}

.wrap-listing-post .row {
    margin: -20px;
}

.tf-listing-wrap .wrap-listing-post.column-1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tf-listing-wrap .wrap-listing-post.column-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.99%;
    flex: 0 0 49.99%;
    max-width: 49.99%;
}

.tf-listing-wrap .wrap-listing-post.column-3 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.tf-listing-wrap .wrap-listing-post.column-4 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

/*End Column listing*/

/* Carousel */

.tf-listing-wrap.has-carousel .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
}

.tf-listing-wrap.has-carousel.style4 .row {
    margin-bottom: 0px;
}

.custom-img .tf-listing-wrap.has-carousel.style4 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper > img {
    max-height: 420px;
    object-fit: cover;
}

.tf-listing-wrap.has-carousel .row>* {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.tf-listing-wrap.has-carousel .wrap-listing-post .owl-carousel.owl-loaded {
    display: flex;
    justify-content: center;
}

.tf-listing-wrap.has-carousel .wrap-listing-post .item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.tf-listing-wrap.has-carousel .owl-carousel .owl-nav {
    position: absolute;
    right: 0%;
    top: 40%;
    width: 100%;
}


.tf-listing-wrap.has-carousel .owl-carousel .owl-nav .owl-next,
.tf-listing-wrap.has-carousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
    color: var(--theme-primary-color);
    background-color: #F4F4F4;
    border: none;
    font-size: 15px;
    text-align: center;
    padding: 0;
    display: flex;
    width: 66px;
    height: 66px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.tf-listing-wrap.has-carousel .owl-carousel .owl-nav .owl-next {
    left: unset;
    right: -120px;
}

.tf-listing-wrap.has-carousel .owl-carousel .owl-nav .owl-prev:before,
.tf-listing-wrap.has-carousel .owl-carousel .owl-nav .owl-next:before,
.tf-listing-wrap.has-carousel .owl-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-listing-wrap .owl-carousel .owl-nav .owl-prev:hover,
.tf-listing-wrap .owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background-color: var(--theme-primary-color);
}


.tf-listing-wrap.has-carousel .wrap-listing-post.owl-carousel .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tf-listing-wrap.has-carousel .owl-carousel .featured-property .carousel-image-box,
.tf-listing-wrap.has-carousel .owl-carousel:hover {
    cursor: e-resize;
}

.tf-listing-wrap.has-carousel .owl-carousel .listing-post {
    cursor: default;
}


.tf-listing-wrap.has-carousel .owl-carousel.row {
    margin: 0 !important;
}


.tf-listing-wrap.has-carousel .owl-carousel .owl-stage {
    display: flex;
}

.tf-listing-wrap.has-carousel .owl-carousel .item .listing-post .tour-card:hover .tour-card-content .address img.icon-marker,
.tf-listing-wrap.has-carousel .owl-carousel .item .listing-post .tour-card:hover .tour-card-content .tour-info-middle img.icon-date,
.tf-listing-wrap.has-carousel .owl-carousel .item .listing-post .tour-card:hover .tour-card-content .tour-info-middle img.icon-person,
.tf-listing-wrap.has-carousel .owl-carousel .item .listing-post .tour-card .tour-card-content .address img.icon-marker,
.tf-listing-wrap.has-carousel .owl-carousel .item .listing-post .tour-card .tour-card-content .tour-info-middle img.icon-date,
.tf-listing-wrap.has-carousel .owl-carousel .item .listing-post .tour-card .tour-card-content .tour-info-middle img.icon-person {
    width: unset;
}

/* End Carousel */

/* overlay at start */
.mfp-zoom-in.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-zoom-in.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-zoom-in.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-zoom-in .mfp-container,
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-container,
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Flex Slider Custom CSS */
.property-flexslider .slides li {
    z-index: 0 !important;
}

.property-flexslider .flex-control-nav {
    bottom: -5%;
}

.property-flexslider .flex-direction-nav li a {
    z-index: 300;
}

/* End Flex Slider Custom CSS */

/* Swiper */
.swiper-button-next2 {
    right: 0%;
    left: auto;
}

.swiper-button-prev2 {
    right: auto;
    left: 0%;
}

.tf-listing-wrap .swiper-pagination {
    cursor: default;
}

 .listing-post:hover .swiper-button-next2 {
    right: 4%;
}

 .listing-post:hover .swiper-button-prev2 {
    left: 4%;
}

.swiper-button-next2,
.swiper-button-prev2 {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #D9D9D9;
    position: absolute;
    z-index: 101;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition-delay: 0.2s;
    display: grid;
    align-items: center;
    justify-content: center;
}

.swiper-button-next2:hover,
.swiper-button-prev2:hover {
    color: var(--theme-primary-color);
}

.tf-listing-wrap .swiper-button-disabled {
    cursor: not-allowed;
}

 .listing-post .swiper-pagination-bullets-dynamic {
    bottom: 15px;
}

.swiper-button-next2 i,
.swiper-button-prev2 i {
    font-size: 18px;
    font-weight: 400;
}

.swiper-container-horizontal>.swiper-pagination {
    z-index: 100;
}

.swiper-container-horizontal>.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: var(--color-1);
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
    opacity: 1;
}

 .listing-post:hover .featured-property .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
 .listing-post:hover .featured-property .swiper-button-next2,
 .listing-post:hover .featured-property .swiper-button-prev2 {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    margin: 0px 2px 0px 2px !important;
    background: transparent;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
}

 .listing-post .featured-property .carousel-image-box {
    position: relative;
    display: block;
    height: 100%;
}

 .listing-post .featured-property .carousel-image-box img {
    height: 100%;
}

 .listing-post .featured-property img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

 .listing-post:hover .featured-property img {
    transform: scale(1.05);
}

.hover-listing-image {
    min-height: 309px;
    position: relative;
    z-index: 5;
}

.hover-listing-image .wrap-hover-listing {
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    overflow: hidden;
}

.hover-listing-image .wrap-hover-listing .listing-item {
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    position: static;
}

.hover-listing-image .wrap-hover-listing .listing-item .images {
    border: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -2;
}

.hover-listing-image .wrap-hover-listing .listing-item .images>img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .15s;
    width: 100%;
    height: 100% !important;
}

.hover-listing-image .wrap-hover-listing .listing-item.active .images {
    opacity: 1;
    z-index: -2;
}

.hover-listing-image .bullet-hover-listing {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between;
}

.hover-listing-image .bullet-hover-listing .bl-item {
    width: 100%;
    height: 4px;
    background-color: #86898E;
    z-index: 25;
    margin-right: 6px;
}

.hover-listing-image .bullet-hover-listing .bl-item.active {
    background: var(--theme-primary-color);
}

.hover-listing-image .bullet-hover-listing .bl-item:last-child {
    margin-right: 0;
}

.overlay-limit {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 55;
}

.overlay-limit p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.overlay-limit img {
    width: 40px !important;
    height: 40px !important;
    background: unset !important;
}

.tf-listing-wrap .featured-property .images {
    height: 100%;
}

/* End Swiper */

/* Icomoon */
.icons::before {
    font-family: 'icomoon' !important;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

.icons.icon-bed::before {
    content: "\e902";
}

.icons.icon-bath::before {
    content: "\e901";
}

.icons.icon-size::before {
    content: "\e900";
}

/* End Icomoon*/

/* overlay */

.owl-carousel.has-overlay .owl-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.owl-carousel.has-overlay .owl-item.active_overlay {
    opacity: 0.3;
}

/* single listing */

.widget-single-listing .listing-post {
    position: relative;
}

.widget-single-listing .listing-post .group-meta {
    position: absolute;
    top: 25px;
    left: 47px;
}

.widget-single-listing .listing-post .group-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.widget-single-listing .listing-post .features {
    border-radius: 3px;
    background: var(--theme-primary-color);
    padding: 0px 25px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    z-index: 6;
    line-height: 34px;
    height: 34px;
    margin-bottom: 0;
}

.widget-single-listing .listing-post .car-body {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.widget-single-listing .listing-post .car-body::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: var(--theme-primary-color);
    opacity: 0.1;
    bottom: 1px;
    left: 0;
}

.widget-single-listing .listing-post .title {
    color: #26232A;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
}

.widget-single-listing .listing-post .excerpt {
    color: #86898E;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 24px;
}

.widget-single-listing .listing-post .price .inner:nth-child(1) {
    font-size: 24px;
}

.widget-single-listing .listing-post .price .inner:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
}

.widget-single-listing .listing-post .price {
    margin-bottom: 49px;
}

.widget-single-listing .listing-post .button-details .button {
    color: #FFF !important;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 21px 62px;
}

.widget-single-listing .listing-post .bottom-content {
    padding-top: 40px;
    margin-top: 24px;
}

.widget-single-listing .listing-post .content {
    padding: 50px 48px 100px 48px;
}


/* pagination */
.pagination-wrap {
    width: 100%;
    margin-top: 27px;
}

.tfvt-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tfvt-pagination span,
.tfvt-pagination a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFE2E7;
    background: #FFFFFF;
    color: #121212;
    font-size: 18px;
    font-weight: 600;
}

.tfvt-pagination a:hover,
.tfvt-pagination .current {
    background: var(--theme-primary-color);
    color: #fff;
    border-color: var(--theme-primary-color);
}

.tfvt-pagination .prev,
.tfvt-pagination .next {
    font-size: 12px;
}

/* Responsive */

@media only screen and (max-width: 1300px) {
    .tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .description {
        gap: 10px;
        justify-content: left;
    }

     .listing-post .description ul,
    .tf-listing-wrap.style2 .featured-property .group-meta {
        flex-wrap: wrap;
    }

    .tf-listing-wrap .wrap-listing-post .bottom-content .price .regular_price {
        font-size: 17px;
    }

    .tf-listing-wrap .wrap-listing-post .bottom-content .price .sale_price {
        font-size: 16px;
    }

    .tf-listing-wrap .wrap-listing-post .bottom-content {
        flex-wrap: wrap;
        gap: 10px;
    }
}



@media only screen and (max-width: 991px) {
    .list .listing-post .tour-card .listing-thumb-wrapper {
        width: 45%;
    }

    .list .listing-post .tour-card .tour-card-content {
        width: 55%;
    }

    .tf-listing-wrap .wrap-listing-post.column-4 .item,
    .tf-listing-wrap .wrap-listing-post.column-3 .item,
    .tf-listing-wrap .wrap-listing-post.column-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-listing-wrap .wrap-listing-post.column-4 .item,
    .tf-listing-wrap .wrap-listing-post.column-3 .item,
    .tf-listing-wrap .wrap-listing-post.column-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul li:not(:last-child):after {
        background: transparent;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .bottom-content .price {
        gap: 5px;
        flex-wrap: wrap;
    }


    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul li {
        display: block;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .listing-post .featured-property,
    .tf-listing-wrap.style2 .wrap-listing-post .listing-post .content {
        width: 100%;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul {
        justify-content: space-between;
        align-items: flex-start;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul li {
        text-align: center;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul li .inner span {
        display: none;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul li img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .widget-single-listing .listing-post .content {
        padding: 50px 25px 50px 25px;
    }

    .widget-single-listing .listing-post .group-meta {
        top: 25px;
        left: 25px;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .description ul li::after {
        display: none;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .listing-post .featured-property {
        border-radius: 10px 10px 0 0;
    }
}

@media only screen and (max-width:768px) {

    .style3 .tour-card .listing-thumb-wrapper::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    }

     .listing-post .tour-card .tour-card-content .listing-card-title,  .listing-post .tour-card .tour-card-content .listing-card-title a {
        font-size: 17px;
    }

    .tf-listing-wrap .wrap-listing-post .item {
        padding: 5px;
    }   


    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content,
     .listing-post .tour-card .tour-card-content {
        padding: 10px;
    }


     .listing-post .tour-card .tour-card-content .tour-info-middle .day > div,  .listing-post .tour-card .tour-card-content .tour-info-middle .person > div {
        font-size: 14px;
    }

     .listing-post .tour-card .tour-card-content .address-text {
        font-size: 14px;
        line-height: 20px;
    }

     .listing-post .tour-card .tour-card-content .tour-info-bottom .price {
        font-size: 14px;
    }

     .listing-post .tour-card .tour-card-content .tour-info-bottom .price .currency_amount,  .listing-post .tour-card .tour-card-content .tour-info-bottom .price .price-content {
        font-size: 16px;
    }

     .listing-post .tour-card .tour-card-content svg,  .listing-post .tour-card .tour-card-content i {
        width: 13px;
        font-size: 13px;
    }

     .listing-post .tour-card .tour-card-content .tour-info-middle {
        gap: 5px;
    }

    .tf-listing-wrap .wrap-listing-post.column-4 .item, .tf-listing-wrap .wrap-listing-post.column-3 .item, .tf-listing-wrap .wrap-listing-post.column-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-listing-wrap.style2 .wrap-listing-post.column-4 .item, .tf-listing-wrap.style2 .wrap-listing-post.column-3 .item, .tf-listing-wrap.style2 .wrap-listing-post.column-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .listing-post .tour-card .day, 
    .listing-post .tour-card .person {
        gap: 5px;
    }

    .listing-post .tour-card .tour-info-bottom .currency_amount, .listing-post .tour-card .tour-info-bottom .price-content {
        font-size: 15px;
    }
   
    .tf-listing-wrap .owl-carousel .owl-dots {
        left: 20%;
    }

    .tf-listing-wrap.has-carousel .row {
        margin-bottom: 0px;
    }

    .hv-tool::after,
    .hv-tool::before {
        display: none;
    }

    .widget-single-listing .listing-post .description ul {
        justify-content: space-between;
        align-items: baseline !important;
    }

    .widget-single-listing .listing-post .description ul li {
        display: block !important;
        text-align: center;
    }

    .widget-single-listing .listing-post .description ul li img {
        margin: 0;
    }

    .tf-listing-wrap .wrap-listing-post .filter-bar {
        justify-content: center;
    }

    .tf-listing-wrap.style3 .wrap-listing-post .item .listing-post .tour-card .tour-card-content {       
        padding: 10px 10px;
    }

    .tf-listing-wrap.style3 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper > img {
        min-height: 300px;
    }

     .listing-post .tour-card .tour-card-content .tour-info-bottom {
        border-top: 1px solid #DFE2E7;
        padding-top: 7px;
        margin-top: 7px;
    }

     .listing-post .tour-card .tour-card-content .listing-card-title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
     .listing-post .tour-card .tour-card-content .content-top {
        margin: 0 ;
        margin-bottom: 4px;
        gap: 4px;
    }

     .listing-post .tour-card .tour-card-content .address {
        gap: 4px;
    }

    .filter-bar {
        justify-content: normal !important;
    }
    
    .tf-listing-wrap .wrap-listing-post .content-tab .content-tab-inner .listing.row {
        margin: 0 -5px;
    }
    
    .style3 .listing-post .tour-card .listing-thumb-wrapper .meta-lable {
        left: 10px;
        top: 10px;
        width: calc(100% - 70px);
    }
    .style3 .listing-post .tour-card .listing-thumb-wrapper .btn-wishlist {
        right: 10px;
        top: 10px;
    }
}


@media only screen and (max-width: 480px) {
  
    .list .listing-post .tour-card .tour-card-content,
    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content {
        width: 60%;
        padding: 10px;
        padding-left: 15px;
    }

    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper,
    .list .listing-post .tour-card .listing-thumb-wrapper {
        width: 40%;
    }
    .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .meta-lable,
    .list .listing-post .tour-card .listing-thumb-wrapper .meta-lable {
        left: 5px;
    }
}
@media only screen and (max-width: 420px) {
    .tf-listing-wrap .owl-carousel .owl-nav {
        right: 4%;
    }

    .tf-listing-wrap .owl-carousel .owl-dots {
        left: 25%;
    }

    .tf-listing-wrap .owl-dots .owl-dot {
        width: 25px;
    }
}
/* End Responsive */





