.tour-highlights-content {
    color: #474646;
    margin-top: 40px;
}

.tour-highlights-content .tour_title {
    font-size: 32px;
}

.tour-highlights-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.tour-highlights-content h1 {
    font-size: 30px;
}

.tour-highlights-content .tour-tiles-content a {
    text-decoration: none;
}

.tour-highlights-content .tour-tiles-content .tile {
    text-align: center;
    color: #808080;
    background-color: #F1F1F1;
    margin-bottom: 40px;
}

.tour-highlights-content .tour-tiles-content .img-inclusions {
    height: 20px;
    width: 20px;
}

.tour-highlights-content .tour-tiles-content .tile .img-container {
    margin-bottom: 10px;
}

.tour-highlights-content .tour-tiles-content .tile .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 225px;
    background-color: lightblue;
}

.tour-highlights-content .tour-tiles-content .tile .type-title {
    margin-top: 20px;
}

.tour-highlights-content .tour-tiles-content .tile .no-margin-bot {
    margin-bottom: 0;
}

.tour-highlights-content .tour-tiles-content .tile .deal-name {
    color: #58b6e7;
    font-weight: 900;
    height: 36px;
    width: 85%;
    line-height: 16px;
    font-size: 16px;
    overflow: hidden;
}

.tour-highlights-content .tour-tiles-content .tile .name-container {
    height: 40px;
}

.tour-highlights-content .tour-tiles-content .tile .tour-tile-content {
    height: 28px;
    font-size: 16px;
}

.tour-highlights-content .tour-tiles-content .tile .inclusion-tile-content {
    height: 25px;
}

.tour-highlights-content .tour-tiles-content .tile .apply-tile-content {
    height: 50px;
    padding-top: 5px;
}

.tour-highlights-content .tour-tiles-content .tile .apply-label {
    margin-bottom: 0;
    line-height: 15px;
}

.tour-highlights-content .tour-tiles-content .tile .value-content {
    min-width: 210px;
    margin: auto;
    margin-top: 10px;
}

.tour-highlights-content .tour-tiles-content .tile .value-content p {
    font-size: 12px;
}

.tour-highlights-content .tour-tiles-content .tile .value-content label {
    font-weight: bold;
    font-size: 18px;
}

.tour-highlights-content .tour-tiles-content .tile .value-content .col-sm-4:nth-child(2) {
    color: #58b6e7;
}

.tour-highlights-content .tour-tiles-content .tile .tile-destination {
    font-size: 16px;
    margin-bottom: 0;
}

.tour-highlights-content .tour-tiles-content .tile .left-value {
    background-color: #ececec;
}

.tour-highlights-content .tour-tiles-content .tile .apply-img {
    width: 20px;
}

.tour-highlights-content .tour-tiles-content .tile .text-bold {
    font-weight: bold;
    color: #000;
}

.tour-highlights-content .tour-tiles-content .tile .btn-tile {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 7px 22px;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

.img-inclusions {
    height: 20px;
    width: 20px;
    margin-right: 2px;
}

.search-container {
    text-align: center;
    padding-top: 30px;
}

.search-container select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

.search-container button {
    background-color: #58b6e7;
    border: 1px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 6px 25px;
    text-decoration: none;
    margin-top: 5px;
}

#tourSearchForm label {
    color: white;
}

.search-block div.form-group {
    text-align: left;
}

.item-logo img {
    width: 70%;
}

.item-logo-center {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Departing Dropdown MultiSelect CSS */
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #666 !important;
}
.multiselect-container.dropdown-menu label{
    color: black !important;
}
.multiselect-container.dropdown-menu label:hover{
    color: white !important;
}
.btn-default:active, .btn-default:hover, .btn-primary.active, .btn:active, .btn:hover {
    border-color: #666 !important;
    background-color: white !important;
    color: #555 !important;
}
.multiselect-native-select .btn-group {
    color: #555 !important;
}
.multiselect.dropdown-toggle.btn {
    color: #555 !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    background-color: white !important;
}

#Months {
    height: 34px !important;
}