.activity-icon  {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.desti-image-custom {
    height: 530px;
    background-size: cover;
    background-position: center;
}
.desti-image-custom-2, .feature-image {
    height: 260px;
    background-size: cover;
    background-position: center;
}

.grid.gallery {
    
        margin-bottom: 6rem;
}

.nav-tabs.nav-outlined {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    border-bottom: none;
}
.nav-tabs.nav-outlined.nav-rounded .nav-link:first-child {
    border-radius: 5rem 0 0 5rem;
}
.all_review_box {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 20px;
    position: relative;
    margin-top: 0;
}
.nav-tabs.nav-outlined .nav-link.active {
    background-color: #5533ff;
    color: #ffffff;
}
.nav-tabs.nav-outlined .nav-link {
    margin-top: 0;
    padding: 0.25rem 1.25rem;
}
.nav-tabs.nav-outlined .nav-link {
    border: 1px solid #5533ff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
    color: #5533ff;
    cursor: pointer;
}
.nav-tabs.nav-outlined.nav-rounded .nav-link {
    border-radius: 0;
    margin-right: 0;
}
.nav-tabs.nav-outlined.nav-rounded .nav-link:last-child {
    border-radius: 0 5rem 5rem 0;
}
.autocomplete-result-list {
    
    background: #fff !important;
}