.tour-nav-tab {
    --radius: 1rem;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.tour-nav-tab .nav-link {
    --radius: 0.75rem;
    border-radius: var(--radius);
}

.nav-tabs.tour-nav-tab .nav-link {
    background-color: transparent !important;
    color: var(--nav-link);
}

.nav-tabs.tour-nav-tab .nav-link.active {
    background-color: var(--primary-50) !important;
    color: var(--primary-color) !important;
}

/* .dropdown-select-people {
    --min-width: 20rem;
    min-width: var(--min-width);
}

.dropdown-select-people input {
    --max-width: 30px;
    max-width: var(--max-width);
} */
.mr-25 {
    margin-right: 100px !important;
}

.w-20reem {
    width: 20rem;
}

.custom-img-banner {
    height: 400px;
}

.gap-3 {
    gap: 12px;
}

.w-350px {
    width: 350px;
}

.h-233px {
    height: 233px;
}

.h-44px {
    height: 44px;
}
.tab-content>.tab-pane.tour {
    width: 100%;
    display: block !important;
    overflow-y: hidden;
    height: 0;
    padding: 0 15px;
}
.w-35px{
    width: 35px;
}


.tab-content>.tab-pane.active.tour {
    display: block !important;
    visibility: inherit !important;
    opacity: 1;
    height: auto;
}

@media (min-width: 1200px) {

    .explore-tour-item:nth-child(4),
    .explore-tour-item:nth-child(5) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .explore-tour-item:nth-child(4) img,
    .explore-tour-item:nth-child(5) img {
        aspect-ratio: 2/1;
    }
}

@media (max-width: 430px) {

    .custom-hidden-sm {
        display: none !important;
    }
}

div#drop-location {
    transform: translate3d(0px, 48px, 0px) !important;
}

div#drop-location-EN {
    transform: translate3d(0px, 48px, 0px) !important;
}