/* Filter Bar */
svg.icon-marker {
    width: 12px;
}

svg.icon-date {
    width: 18px;
}

svg.icon-person {
    width: 21px;
}
.filter-bar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px
}

.filter-bar .filter-listing {
    position: relative;
    display: flex;
    padding: 5px 40px;
    align-items: flex-start;
    background: #FFF;
    box-shadow: 8px 1px 10px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    border-radius: 4px;
}

.filter-bar a.filter-listing:hover,
.filter-bar a.filter-listing.active {
    color: #fff;
    background: var(--theme-primary-color);
    text-decoration: none;
}

.filter-bar a.filter-listing.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid var(--theme-primary-color);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.tf-search-result-wrap.tf-search-result {
    padding: 0 15px;
}

.tf-search-form-wrap .tf-search-form-inner #search_form .input-group {
    position: relative;
    padding-right: 200px;
}

.tf-search-form-wrap #search_form {
    position: relative;
    z-index: 100;
}

#search_form .input-group .search_advanced_field .search_advanced_title {
    font-size: 0;
    color: transparent;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 1;
}
  
#search_form .input-group .search_advanced_field .search_advanced_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('../images/icons/icon-filter.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
}

.tf-search-form-wrap.style1 #search_form .input-group .search_advanced_field .search_advanced_title:before {
    background: url('../images/icons/icon-filter-2.svg') center center no-repeat;
}

#search_form .input-group>div.search-field-inner:has(.search_advanced_field) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-right: none !important;
    z-index: 100;
    position: static;
}

#search_form .input-group > div.submit button {
    border-radius: 33.5px;
}

#search_form .input-group .add_ids_title ul.add_ids_list .term_item_level_0.term_item_disabled {
    font-weight: 700;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--theme-primary-color);
}

.daterangepicker .calendar-time .input_select_field i,
.daterangepicker .calendar-time .input_select_field .input_select_input  {
    color: var(--theme-primary-color);
}

.daterangepicker .calendar-time .input_select_field .input_select_input {
    font-size: 14px;
}

.daterangepicker .calendar-time .input_select_field i {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.daterangepicker .drp-buttons .btn {
    background: #081E2A;
    border-color: #081E2A;
    color: #fff;
}

.daterangepicker .drp-buttons .btn:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.daterangepicker .input_select_field .input_select_title > div {
    padding-left: 10px;
}

#search_form .input-group {
    justify-content: flex-start;
}

#search_form .btn-primary.btn-search {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 14px 45px 14px 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#search_form .btn-primary.btn-search i::before {
    content: "\e946";
    font-family: 'vitourwp' ;
    font-size: 20px;
}

.tf-search-form-wrap .tf-search-form-inner .search_advanced_select_wrapper {
    width: calc(100% + 50px);
    left: 0;
    margin-left: -25px !important;
}

.search_advanced_select_wrapper .advanced-taxonomy-block .term_item_checkbox {
    flex-basis: 30%;
    max-width: 30%;
    padding: 5px;
}

.tf-search-form-wrap .tf-search-form-inner #search_form .input-group {
    position: relative;
    padding-right: 200px;
}

.tf-search-form-wrap .tf-search-form-inner #search_form .input-group .search-field-inner {
    width: calc((100% - 60px) / 4);
    margin: 10px 0;
}

.tf-search-form-wrap .tf-search-form-inner #search_form .input-group .search-field-inner .fa-chevron-up,
.tf-search-form-wrap .tf-search-form-inner #search_form .input-group .search-field-inner .fa-chevron-down {
    display: block !important;
    color: #fff;
    font-size: 12px;
}

.tf-search-form-wrap.style2 .tf-search-form-inner #search_form .input-group .search-field-inner .fa-chevron-up,
.tf-search-form-wrap.style2 .tf-search-form-inner #search_form .input-group .search-field-inner .fa-chevron-down {
    color: #605858;
}

.tf-search-result-wrap .tf-search-form-wrap {
    padding-bottom: 80px;
}
/* End Filter Bar*/

/* Style 1 */
.tf-listing-wrap.style1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    box-sizing: border-box;
    color: var(--text-body-text, #3A3A3C);
}

.tf-listing-wrap.style1 .wrap-listing-post {
    width: 100%;
}

.tf-listing-wrap.style1 .wrap-listing-post .content-tab {
    width: 100%;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card {
    position: relative;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.03);
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper > 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;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card:hover .listing-thumb-wrapper > img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .meta-lable {
    position: absolute;
    left: 10px;
    top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .item_info_price_discount,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .featured-text {
    height: auto;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .item_info_price_discount {
    background-color: #ff0000;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .featured-text {
    background-color: var(--theme-primary-color);
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .count-list-gallery,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .view-tour-video {
    position: absolute;
    right: 70px;
    top: 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.81);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px;
    height: 29px;
    cursor: pointer;
    -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;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .view-tour-video{
    right: 10px !important;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .count-list-gallery img,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper .view-tour-video img {
    max-width: 20px;
    min-height: auto !important;
    background: unset !important;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content {
    color: #83827F;
    background: #FFFFFF;
    position: relative;
    top: -10px;
    width: 100%;
    padding: 13px 27px;
    border-radius: 8px;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content .address {
    gap: 9px;
    margin-bottom: 4px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .address-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #83827F;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title,
.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #081E2A    
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title a:hover {
    color: var(--theme-primary-color);
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title {
    margin-bottom: 8px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .rating-review {
    margin-bottom: 13px;
    gap: 2px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .rating-review  .rating > span {
    font-size: 12px;
    margin-right: 7px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .rating-review .review {
    color: #5C727D;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .rating-review .fa-star-half-alt:before,
.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .rating-review .fa-star:before {
    color: #FBAD17;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle {
    gap: 16px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .day,
.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .person {
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .day i {
    font-size: 20px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .day > div,
.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .person > div {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #83827F;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom {
    border-top: 1px solid #EFEFEF;
    padding-top: 11px;
    margin-top: 20px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price {
    gap: 5px;
    align-items: baseline;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .currency_amount,
.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .price-content {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .price-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

.tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .item_info_price_old .currency_amount,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price .item_info_price_old .currency_amount {
    color: #83827F;
    font-weight: 500;
    text-decoration: line-through;
}


/* End Style 1 */

/* style 2 */

.tf-listing-wrap.style2 .wrap-listing-post .listing-post {
    display: flex;
}

.tf-listing-wrap.style2 .wrap-listing-post {
    width: 100%;
}

.tf-listing-wrap.style2 .wrap-listing-post .content-tab {
    width: 100%;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card {
    position: relative;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.03);
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .listing-thumb-wrapper img {
    width: 100%;
    min-height: 310px;
    height: 100%;
    object-fit: cover;
}


.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content svg,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content i,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price::before,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .address .address-text, 
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title a,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content {
    -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;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content svg,
.tf-listing-wrap .wrap-listing-post .item .listing-post .tour-card .tour-card-content i {
    color: var(--theme-primary-color);
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content svg,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content i {
    color: var(--theme-secondary-color);
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content {
    background-color: var(--theme-primary-color);
    color: #fff;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .address .address-text,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .listing-card-title a {
    color: #fff;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .tour-info-bottom .price {
    background-color: #FFC300;
    color: #000;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .tour-info-bottom .price::before {
    border-bottom-color:  #FFC300;
}

/* .tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .address img.icon-marker {
    content: url(../images/icons/marker-yellow.svg);
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .tour-info-middle img.icon-date {
    content: url(../images/icons/date-yellow.svg);
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .tour-info-middle img.icon-person {
    content: url(../images/icons/person-yellow.svg);
} */

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content {
    position: relative;
    top: -63px;
    background: #fff;
    border-radius: 6px;
    margin: 0 15px;
    margin-bottom: -63px;
    padding: 11px 20px 22px;
    -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;
    box-shadow: 0px 5px 7px 0px #0000000D;    
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .address-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #83827F;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title {
    margin-bottom: 3px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .listing-card-title a {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #081E2A;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .address {
    margin-bottom: 1px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle {
    gap: 10px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .day,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .person {
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .day > div,
.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-middle .person > div {
    font-size: 15px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom {
    position: absolute;
    top: -20px;
    left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price {
    position: relative;
    background-color: var(--theme-primary-color);
    padding: 3px 22px;
    gap: 9px;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price  .currency_amount {
    color: #fff;
    -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;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card:hover .tour-card-content .tour-info-bottom .price .currency_amount {
    color: #000;
}

.tf-listing-wrap.style2 .wrap-listing-post .item .listing-post .tour-card .tour-card-content .tour-info-bottom .price::before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: 25px solid var(--theme-primary-color);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

/* End Style 2 */
.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: 600;
}

.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: 15px;
}

.tf-listing-wrap .owl-carousel .owl-item .item {
    padding: 15px 0;
}

.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 .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-dots {
    position: absolute;
    left: 50%;
    bottom: 0%;
    display: flex;
}

.tf-listing-wrap.has-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: #C1C3C6;
    border-radius: 50%;
    margin: 0 15px;
}

.tf-listing-wrap.has-carousel .owl-dots .owl-dot.active {
    background-color: var(--theme-primary-color);
}

.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;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post:hover .swiper-button-next2 {
    right: 4%;
}

.tf-listing-wrap .wrap-listing-post .item .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;
}

.tf-listing-wrap .wrap-listing-post .item .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;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post:hover .featured-property .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.tf-listing-wrap .wrap-listing-post .item .listing-post:hover .featured-property .swiper-button-next2,
.tf-listing-wrap .wrap-listing-post .item .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;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .featured-property .carousel-image-box {
    position: relative;
    display: block;
    height: 100%;
}

.tf-listing-wrap .wrap-listing-post .item .listing-post .featured-property .carousel-image-box img {
    height: 100%;
}

.tf-listing-wrap .wrap-listing-post .item .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;
}

.tf-listing-wrap .wrap-listing-post .item .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*/
.owl-carousel .owl-dots .owl-dot {
    overflow: unset;
    position: relative;
}

.has-carousel .owl-dots .owl-dot::after {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 50%;
}

.has-carousel .owl-dots .owl-dot.active::after {
    border-color: var(--theme-primary-color);
}

/* 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;
}

/* Responsive */

@media only screen and (max-width: 1300px) {
    .tf-listing-wrap.style1 .wrap-listing-post .item .listing-post .description {
        gap: 10px;
        justify-content: left;
    }

    .tf-listing-wrap .wrap-listing-post .item .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) {

    .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 .listing-post,
    .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: 767px) {

    #search_form .search_advanced_select_wrapper {
        margin-top: 95px;
    }

    .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 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .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;
    }
}

@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;
    }
}

@media only screen and (max-width: 360px) {

    .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 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* End Responsive */

@media only screen and (max-width:1200px) {
    .tf-search-form-wrap .tf-search-form-inner #search_form .input-group .search-field-inner {
        width: calc((100% ) / 2);
    }
}


@media only screen and (max-width:768px) {
    .tf-search-form-wrap .tf-search-form-inner #search_form .input-group {
        padding-right: 0;
    }
    #search_form .input-group {
        justify-content: flex-start;
    }

    .tf-search-form-wrap.style1 .tf-search-form-inner #search_form .input-group>div:not(:last-child) {
        border: none;
        padding-right: 0;
    }
 
    #search_form .add_input_field .add_ids_list {
         width: 100%;
    }

    #search_form .search_advanced_field {
        padding: 15px 0;
    }

    .tf-search-form-wrap .tf-search-form-inner #search_form .input-group .submit {
        all: unset;
    }

    .tf-search-form-wrap .tf-search-form-inner #search_form .input-group .submit .button,
    .tf-search-form-wrap .tf-search-form-inner #search_form .input-group .submit,
    .tf-search-form-wrap .tf-search-form-inner #search_form .input-group .search-field-inner {
        width: calc((100% ));
    }

    .tf-search-form-wrap.style1 .tf-search-form-inner #search_form .input-group>div:not(:last-child) {
        border: none;
    }


    .search_advanced_select_wrapper .advanced-taxonomy-block .term_item_checkbox {
        flex-basis: 100%;
        max-width: 100%;
        padding: 5px;
    }
    
}