.navbar-brand img{
    max-height: 80px;
}

.view-selection li {
    display: inline-block;
}

.view-selection li a {
    padding: 0.8em;
    border: 1px solid;
    border-radius: 5px;
}

.view-selection li .selected {
    background-color: #124bad;
    color: #fff;
}

.theme_two_box_img {
    height: 220px;
    background-position: center;
    background-size: cover;
}

.cruise_item_img {
    background-position: center;
    background-size: cover;
}

.accordion-button {
    padding: 0.5em 0.8em;
    line-height: 0;
    font-size: 14px;
}

.room_booking_heading h3 {
    margin-bottom: 1em;
}

.big-img {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.small-img {
    height: 130px;
    background-size: cover;
    background-position: center;
    width: 145px;
}

.change-room {
    padding: 0.5em;
    text-align: center;
    background-color: #8b3dea;
    border-bottom-right-radius: 30px;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #8b3dea;
}

.change-room:hover {
    background-color: #fff;
    border: 1px solid #8b3dea;
    color: #8b3dea;
}

.vc-container {
    width: 100% !important;
}

.vc-pane {
    padding: 20px 35px !important;
}

.vc-title {
    text-transform: capitalize !important;
}

.vc-day {
    min-height: 52px !important;
}

.vc-day.is-not-in-month * {
    opacity: 0.1 !important;
}

.vc-arrows-container {
    padding: 28px 10px !important;
}

.super_sub_content p {
    font-size: 14px !important;
}

.vc-day:has(> .is-disabled) {
    pointer-events: none;
}

.package-image {
    background-position: center;
    background-size: cover;
}

.table>:not(caption)>*>* {
    background-color: #fff;
}

.table-light {
    color: #115170;
}

/* .nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: #EAEAEB;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    border: none;
    color: #223645;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    margin: 0 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #8b3eea;
    border-color: #dee2e6 #dee2e6 #fff;
} */

.total {
    background-color: #8b3eea;
    padding: 2em;
    border-radius: 5px;
    color: #fff;
}

.exc-row {
    box-shadow: 0px 0px 10px 0px rgba(60, 64, 143, 0.2);
    border-radius: 5px;
}

.btn_active {
    background-color: #0093ff;
}
.slick-dots {
    text-align: center;
    margin-top: 1em;
}
.slick-dots li  {
   display: inline-block;
}
.slick-dots li button {
    color: transparent;
    background-color: transparent;
    border: none;
}
.slick-dots li button::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    color: #000;
}
.slick-dots li.slick-active button::before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: #000;
}

.banner_two_slider_item::before {
    content: '';
    background-color: #00000040;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.other-cab {
    display: none;
}

.show-more {
    background-color: #124bad;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 15px !important;
    display: inline-block;
}

.date {
    background-color: #2b2640;
}
.date.active {
    background-color: #114bad;
}
.banner_two_slider_item::before {
    content: '';
    background-color: transparent !important;

}
.banner_two_text h3, .banner_two_text h1, .banner_two_text h2, .banner_two_text h4 {
    text-shadow: 0 0 8px black;
}

@media only screen and (max-width: 767px) {
    .big-img {
        height: 350px;
    }
    .slider-nav {
        display: none;
    }
    .room_booking_right_side .row {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .room_booking_area {
        text-align: center;
    }
    .room_booking_right_side .room_person_select {
        margin-top: 1em;
    }
    .room_booking_area .name_search_form {
        margin-bottom: 1em;
    }
    .cruise_search_item .cruise_item_img {
        height: 200px;
    }
    .navbar-area {
        background-color: white !important;
    }
    .others-option-for-responsive .dot-menu {
        top: -40px;
        right: 80px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        max-height: 500px;
        height: auto;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .0);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .0);
        background-color: #fff;
    }

        .main-responsive-nav .logo {
        width: 28% !important;
    }

        .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: black !important;
    }
}