#tour-search-container {
    margin: 0 auto;
}

#tour-list-container {
    font-size: 20px;
    max-width: 1440px;
    margin: 0 auto;
}

#tour-detail-container{
    max-width: 1129px;
    margin: 0 auto;
}

#tour-hero-image{
    min-height: 317px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#tour-hero-image h1,
#tour-hero-image h2 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

#tour-hero-image h1 {
    font-size: 40;
}

#tour-hero-image h2 {
    font-size: 60;
}

.tour-enq-btn {
    z-index: 2;
    min-width: 227px;
}

#tour-hero-image::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 50%);
    z-index: 1;
}

.tour-content-wrap {
    padding: 15px;
}

.tour-featured-img-wrap img {
    height: 244px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.tour-content-wrap .tour-title {
    font-family: 'Komet Font';
    font-family: var(--e-global-typography-dbe442b-font-family),Sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.tour-content-wrap .tour-excerpt {
    margin-bottom: 25px;
}

.tour-content-wrap .tour-days {
    font-style: italic;
}

.tour-content-wrap .tour-price {
    font-size: 38px;
    color: #34B233;
    padding-bottom: 22px;
    font-weight: bold;
}

.tour-content-wrap .tour-url {
    position: absolute;
    bottom: 15px;
    width: auto;
    right: 22px;
}

.tour-content-wrap .tour-url a{
    font-size: 15px;
    color: #000;
}

.tour-list-content{
    box-shadow: -4px 6px 12px 1px #0000001a;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

.tour-provider {
    margin-bottom: 30px;
}

.tour-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tour-nav .nav{
    justify-content: center;
    margin: 20px 0;
}

.tour-nav .nav .nav-link {
    color: #000;
    font-size: 20px;
}

.tour-nav .nav .nav-link.active {
    font-weight: bold;
}

div#itinerary-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.itinerary-content {
    width: 50%;
    padding: 20px;
}

#itinerary-wrap hr {
    width: 100%;
    height: 2px;
    background: #595959;
    opacity: 100%;
    margin: 15px 0;
}


.itinerary-heading h3 {
    font-size: 25px;
    color: #34B233;
    font-weight: bold;
}

.itinerary-detail,
.select2 .selection,
.select2-results__options .select2-results__option, 
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1rem;
    font-weight: 400;
}

.select2-container .select2-selection--single {
    min-height: 36px;
    padding: 3px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

div#overview-map {
    text-align: center;
}

#budget-range {
    height: 5px;
    background: #001;
    margin: 15px 0;
}

#budget-range span.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline-color: #34b233;
}

#budget-range .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #34b233;
}

#budget-range .ui-state-active,
#budget-range .ui-widget-content .ui-state-active, 
#budget-range .ui-widget-header .ui-state-active,
#budget-range a.ui-button:active, 
#budget-range .ui-button:active,
#budget-range .ui-button:focus-visible,
#budget-range .ui-button.ui-state-active:hover {
    border: 1px solid #34b233;
    background: #34b233;
    outline-color: #34b233;
}

.sidebar-filter .separator  {
    font-size: 12px;
    margin: 10px;
}

.sidebar-filter h4 {
    margin: 15px 0;
}

.sidebar-filter .select2-container {
    margin: 5px 0;
}

#tour-pagination {
    margin: 20px 0;
}

#tour-pagination ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

#tour-pagination ul li {
    list-style:none;
    display:inline-block;
    min-width: 30px;
    text-align: center;
}

#tour-pagination ul li a {
    display: block;
    color: #34B233;
    color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

#tour-pagination ul li a i{
    font-size: 15px;
    margin: 5px;
}

.tour-preloader, .nopackageresult {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.toggle-filter {
    display: none;
}

.tour-search-form .tour-destination {
    max-width: 400px;
    margin: 0 auto;
}

.tour-search-form .tour-destination::placeholder {
    text-align: center; 
 }
 
 /* or, for legacy browsers */
 
 .tour-search-form .tour-destination::-webkit-input-placeholder {
    text-align: center;
 }
 
 .tour-search-form .tour-destination:-moz-placeholder { /* Firefox 18- */
    text-align: center;  
 }
 
 .tour-search-form .tour-destination::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
 }
 
 .tour-search-form .tour-destination:-ms-input-placeholder {  
    text-align: center; 
 }

.tour-search-form button {
    padding: 5px 25px;
    margin: 0 auto;
    display: block;
}

.toggle-filter {
    padding: 5px 25px;
}

@media only screen and (max-width: 768px) {
    .tour-wrap {
        margin-top: 20px;
    }

    .tour-wrap .grid{
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 767px) {
    .toggle-filter {
        display: block;
        margin: 10px auto;
    }

    .filter-wrap{
        display: none;
    }

    #tour-detail-container .tab-content {
        margin: 20px;
    }

    .itinerary-content {
        margin: 0;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #000;
    }

    .itinerary-content hr {
        display: none;
    }

    .tour-featured-image {
        margin-bottom: 20px;
    }

    .tour-provider {
        text-align: center;
    }
}