/* SIMPLE CSS REBOOT */
body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: "AcuminVariableConcept", sans-serif;
}

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h2,
h1.h2 {
    font-family: butlerbold;
    font-size: 45px;
    color: #622171;
    margin-bottom: 2rem;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

@font-face {
    font-family: "butlerbold";
    src: url("/fonts/web/fonts/butler_bold-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/butler_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url("/fonts/web/fonts/AvenirNext_Variable.woff2")
        format("woff2-variations");
    font-family: "Avenir Next Variable";
    font-style: normal;
}

@font-face {
    font-family: "nilland-smallcapsregular";
    src: url("/fonts/web/fonts/nilland-smallcaps-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/nilland-smallcaps-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

#tours {
    background-color: #c8e1f0;
    padding-bottom: 8vw;
}

#cruises {
    padding-bottom: 8vw;
    background-color: #fbfbf9;
}

.more_tours_btn img,
.more_cruises_btn img {
    width: 15%;
    height: auto;
    float: right;
}

/* NAVBAR */
.navbar-nav .nav-item .nav-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
}

/* Whatsapp information - find out more */
.whatsapp_wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.footer_logo_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31vw;
    object-fit: cover;
    z-index: 1;
}

.third_mice {
    background-image: url("/assets/images/tours/Footer_Logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.whatsapp_information {
    position: relative;
    z-index: 2;
    padding: 8vw 0 13vw 0;
}

.whatsapp_information p,
.mice_whatsapp_information p {
    font-weight: bold;
    color: #00549d;
    font-size: 23px;
    padding-bottom: 11px;
}

.whatsapp_contact_number .spacing_line::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 1px;
    bottom: -11px;
    height: 45px;
    background-color: #ffffff;
}

/* Footer */
.position-relative {
    position: relative;
}

.footer_layout {
    position: relative;
    background-color: #00549d;
    padding: 20vw 0 3vw 20vw;
    overflow: hidden;
}

.footer_layout img {
    width: 22%;
    height: auto;
    margin: -15vw 0 0 -16vw;
}

.flex_container {
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    margin: -19vw 0 0 10vw;
}

/* .cruise_list {
    width: 98vw;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.destinations_list {
    width: 150vw;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.inspiration_list {
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
} */

.resources_list {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-left: 8vw;
}

.resources_list a {
    text-decoration: none;
    color: #ffffff;
}

.information {
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.information .footer_email,
.information .footer_whatsapp_1,
.information .footer_whatsapp_2,
.whatsapp_contact_number .whatsapp_information_1,
.whatsapp_contact_number .whatsapp_information_2 {
    text-decoration: none;
    color: #ffffff;
}

.information .footer_email:hover,
.information .footer_whatsapp_1:hover,
.information .footer_whatsapp_2:hover,
.resources_list .privacy_policy:hover,
.resources_list .about_us:hover,
.resources_list .contact_us:hover,
.resources_list .term_condition:hover {
    color: #add8e6;
}

.footer_icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 9px;
    margin: 45px 206px 0 0;
}

.footer_icons .fa-brands {
    font-size: 30px;
    color: white;
    margin: 4vw 0 0 17px;
}

.font_bold {
    font-weight: bold;
}

#back-to-top-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    width: 3rem;
    height: 3rem;
    display: none;
}

.back-to-top-text {
    width: 10rem;
}

/* Home */

/* .slick-dots {
    bottom: 25px !important;
} */

.gallery-slick .slick-dots {
    bottom: -25px !important;
}

.slick-dots li button:before {
    font-size: 12.5px !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    color: #ffc100 !important;
    opacity: 1 !important;
}

/* Banner dots styling - green color */
#home-banner .slick-dots {
    bottom: 20px !important;
    position: absolute !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    display: block !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#home-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#home-banner .slick-dots li {
    display: inline-block !important;
    margin: 0 5px;
    width: auto;
    height: auto;
    pointer-events: auto !important;
}

#home-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    background: transparent;
    pointer-events: auto !important;
    cursor: pointer;
}

#home-banner .slick-dots li button:before {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
    line-height: 12px;
}

#home-banner .slick-dots li.slick-active button:before {
    color: #00549d !important;
    opacity: 1 !important;
}

#home-banner .slick-dots li:hover button:before {
    color: #00549d !important;
    opacity: 1 !important;
}

#home-banner {
    margin-bottom: 0;
}

nav.navbar {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    position: absolute;
    width: 100%;
}

.navbar-brand .nav-logo {
    position: relative;
}

.banner-container {
    position: relative;
    padding-top: 190px;
    z-index: 2;
    pointer-events: none;
}

.home_banner {
    position: relative;
    background-image: url("/assets/blue-sky-with-white-cloud-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 7vw;
}

.home_banner .banner-container .banner_images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_banner .banner-container .banner_images img {
    border-radius: 30px;
    width: 85vw;
    height: 40vw;
    object-fit: cover;
    pointer-events: auto;
}

.banner_images h1 {
    position: absolute;
    width: 34vw;
    color: white;
    font-weight: bold;
    font-size: 45px;
    text-shadow: 4px 5px 15px black;
    margin: auto auto auto -35vw;
}

.container {
    max-width: 1145px;
}

.navbar .collapse .border_right::after {
    position: absolute;
    content: "";
    background: black;
    bottom: 12px;
    right: 0;
    height: 26%;
    border-right: 1px solid white;
    width: 2px;
}

.navbar .collapse .nav-item .nav-link {
    color: white;
}

.navbar .collapse .nav-item:hover {
    background-image: linear-gradient(180deg, #00549d, #fbfbf9 136%);
}

.navbar .collapse .nav-link:hover {
    color: black;
}

.navbar .collapse .nav-item.active {
    background-image: linear-gradient(180deg, #00549d, #fbfbf9 136%);
    text-decoration: underline;
    text-underline-offset: 35%;
    text-decoration-color: #00549d;
    text-decoration-thickness: 2px;
}

.navbar .collapse .nav-link.active {
    color: black;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 3 !important;
    background-color: #69abd1;
    width: 20vw;
}

.dropdown-menu:not(.show) {
    display: none;
}

.dropdown-menu .drop_down_list {
    padding: 0 5px 0 5px;
    margin-bottom: 2px;
}

.dropdown-menu .no_margin_dropdown_list {
    padding: 0 5px 0 5px;
    margin-bottom: 15px;
}

.dropDown_title p {
    padding-left: 10px;
    background-color: #00549d;
    color: #ffffff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-caret {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-right: 10px;
}

.tour_type_title {
    font-weight: bold;
    padding: 0 0 6px 10px;
    color: #00549d;
}

.cruise-list {
    padding: 0;
    list-style: none;
}

.cruise-list li,
.tour-list li {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4rem;
    margin: 5px;
    padding: 4px 12px;
}

.cruise-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #00549d;
    border-radius: 50%;
    margin-right: 10px;
}

.cruise-name,
.tour-name {
    font-style: italic;
    color: #00549d;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.cruise-name a,
.tour-name a {
    color: #00549d;
}

.tour-list {
    padding: 0;
    list-style: none;
}

.tour-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #00549d;
    border-radius: 50%;
    margin-right: 10px;
}

.tours_title {
    position: relative;
    padding-bottom: 2vw;
}

.tours_title p {
    text-align: center;
    font-weight: bold;
    color: #00549d;
    font-size: 35px;
}

.tours_card {
    padding: 0;
    margin: 0 0 30px 0;
    border-radius: 40px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    height: 490px;
}

.tours_card_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin-right: 1vw;
}

.tours_card_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.25) 40%,
        rgba(0, 0, 0, 0.7) 100%
    );
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
}

.tours_card_code {
    margin-bottom: 1vw;
}

.tours_card_days {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.2em;
}

.tours_card_title,
.cruises_card_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1vw;
}

.tours_card_desc,
.cruises_card_desc {
    font-size: 1rem;
    line-height: 1.3;
}

.from {
    padding-top: 1vw;
}

.tours_card_price {
    display: flex;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    align-items: center;
}

.tours_card_price_container {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.tours_card_per {
    font-size: 1rem;
    font-weight: 400;
}

/* .tours_card_btn {
    background: #fff;
    color: #00549d;
    font-weight: bold;
    border-radius: 25px;
    padding: 8px 79px;
    text-decoration: none;
    font-size: 18px;
    margin: auto;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    align-items: center;
}

.tours_card_btn:hover {
    background: #00549d;
    color: #fff;
    text-decoration: none;
} */

/* .more_tours_btn {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: end;
}

.more_tours_btn a {
    border: 1px solid #00549d;
    border-radius: 50px;
    color: #00549d;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 4px 44px 6px 1vw;
    cursor: pointer;
}

.more_tours_btn .narrow_right {
    position: absolute;
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 0 9vw;
    background-color: #00549d;
    border-radius: 50%;
    padding: 1px 6px;
}

.more_tours_btn a:hover {
    background-color: #00549d;
    color: #ffffff;
} */

/* Cruises */
.cruises_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 2vw;
}

.cruises_title p {
    text-align: center;
    font-weight: bold;
    color: #00549d;
    font-size: 35px;
}

.cruises_card {
    padding: 0;
    margin: 0 1vw 30px 0;
    border-radius: 40px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    min-width: 24.1%;
    height: 500px;
}

.cruises_card_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin-right: 1vw;
}

.cruises_card_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.25) 40%,
        rgba(0, 0, 0, 0.7) 100%
    );
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
}

/* .cruises_card_btn {
    background: #fff;
    color: #00549d;
    font-weight: bold;
    border-radius: 25px;
    padding: 9px 10px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    align-items: center;
}

.cruises_card_btn:hover {
    background: #00549d;
    color: #fff;
    text-decoration: none;
} */

/* .more_cruises_btn {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: end;
}

.more_cruises_btn a {
    border: 1px solid #00549d;
    border-radius: 50px;
    color: #00549d;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 4px 44px 6px 1vw;
    cursor: pointer;
}

.more_cruises_btn .narrow_right {
    position: absolute;
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 0 9vw;
    background-color: #00549d;
    border-radius: 50%;
    padding: 1px 6px;
}

.more_cruises_btn a:hover {
    background-color: #00549d;
    color: #ffffff;
} */

.scientist-signature {
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    height: auto;
    max-width: 60%;
}

/* Carousel */
#carouselExampleIndicators {
    padding-bottom: 3vw;
}

.carousel-indicators li {
    width: 50px;
    background-color: #00549d;
}

/* About Page */
#about-meet {
    background-image: url("/assets/images/about/Header_Background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.about_us_container {
    padding: 246px 10vw 44px 10vw;
    font-size: 21px;
}

.about_us_container p {
    color: #00549d;
    padding: 2vw 5vw 0 5vw;
    text-align: justify;
}

.about_us_container .about_us_title {
    padding-bottom: 1vw;
    font-size: 45px;
    font-weight: bold;
}

.about_us_container .about_us_title_child {
    padding-top: 0;
    font-weight: bold;
}

.about_us_container .about_us_list {
    padding: 1vw 6vw 0 9vw;
    margin-bottom: 0;
    color: #00549d;
}

/* Our Service */
#our_service {
    background-color: #fbfbf9;
    padding: 2vw 6vw 0 6vw;
    overflow: hidden;
}

.our_service .our_service_title {
    text-align: center;
    font-weight: bold;
    color: #00549d;
    font-size: 35px;
    padding-bottom: 5vw;
}

.our_service .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

.our_service .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .our_service .row > .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .our_service .row > .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
}

@media (min-width: 1400px) {
    .our_service .row > .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
}

.our_service_card {
    display: flex;
    flex-direction: column;
    margin-bottom: 5vw;
    width: 100%;
    flex: 1;
    min-width: 0;
}

.our_service_header {
    position: relative;
    text-align: center;
    background-color: #00549d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 35px;
    margin-bottom: -3vw;
    z-index: 1;
}

.our_service_header img {
    width: 30%;
    height: auto;
    margin-top: -3vw;
}

.our_service_header p {
    padding-bottom: 1vw;
    font-size: 21px;
}

.our_service_content p {
    padding: 1vw 2vw 0 2vw;
    text-align: justify;
    color: #00549d;
    font-weight: 400;
    font-size: 21px;
}

.our_service_content p:last-child {
    padding-bottom: 0;
}

.our_service_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.our_service_font {
    font-weight: bold;
    font-size: 21px;
}

.our_service_more_cruises_btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    align-items: center;
}

.our_service_more_cruises_btn img {
    width: 50%;
    height: auto;
    padding-bottom: 10px;
}

/* .our_service_more_cruises_btn a {
    border: 1px solid #00549d;
    border-radius: 50px;
    color: #00549d;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 4px 45px 6px 1vw;
    cursor: pointer;
}

.our_service_more_cruises_btn .narrow_right {
    position: absolute;
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 0 11vw;
    background-color: #00549d;
    border-radius: 50%;
    padding: 1px 6px;
}

.our_service_more_cruises_btn a:hover {
    background-color: #00549d;
    color: #ffffff;
} */

/* Contact Page */
#contact-us .footer_img_contact_us {
    width: 100%;
    height: 1784px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: none;
}

.chanbrothers_map {
    position: absolute;
    top: 302px;
    left: 50%;
    transform: translateX(-50%);
}

/* Center the map iframe within its container */
.chanbrothers_map iframe {
    display: block;
    width: 1000px;
    height: 450px;
    max-width: 920px; /* matches iframe width attribute */
}

.contact_us_card {
    position: absolute;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    top: 820px;
    left: 5vw;
    width: 40vw;
    min-height: 391px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
}

.call_to_find_out_more,
.for_further_inquires {
    position: relative;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    width: 30vw;
    margin: 2vw auto 1vw auto;
}

.call_to_find_out_more .first_line,
.call_to_find_out_more .second_line,
.for_further_inquires .first_line,
.for_further_inquires .second_line {
    width: 5vw;
    border: 1.3px solid #00549d;
}

.call_to_find_out_more p,
.for_further_inquires p {
    font-weight: bold;
    color: #00549d;
    font-size: 18px;
}

.contact_us_whatsapp_contact_number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 68%;
    padding: 7px;
    margin-bottom: 5px;
    border: 1.5px solid #00549d;
}

.contact_us_whatsapp_contact_number .fa-whatsapp {
    font-size: 3vw;
    color: #00549d;
}

.contact_us_whatsapp_contact_number a {
    color: #00549d;
    font-size: 25px;
    margin: 0 0 0 8px;
    font-weight: bold;
}

.for_further_inquires_gmail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 74%;
    padding: 7px;
    margin-bottom: 45px;
    background-color: #00549d;
}

.for_further_inquires_gmail p {
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 0 0;
    font-weight: bold;
}

.contact_form {
    position: absolute;
    top: 820px;
    left: 47vw;
    display: flex;
    flex-direction: column;
    padding: 0 3vw 0 3vw;
    width: 49vw;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    color: #00549d;
    border-radius: 30px;
}

.contact_form .invalid-feedback {
    color: #007bff;
}

.contact_form .row {
    padding-bottom: 1vw;
}

.contact_form .text-danger {
    color: #00549d !important;
}

.contact_form .title {
    font-weight: bold;
    font-size: 24px;
    padding: 1vw 0 1vw 0;
}

.contact_form_policy {
    padding-top: 7px;
    align-items: center;
}

.contact_form_policy p {
    padding-left: 8px;
    font-size: 14px;
}

.chan_brothers_policy {
    color: #00549d;
    font-weight: bold;
    text-decoration: underline;
}

.contact_form_policy input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 15px;
    height: 15px;
    border: 2px solid #00549d;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.contact_form_policy input[type="checkbox"]:checked {
    background-color: #00549d;
    border-color: #00549d;
}

/* Add a checkmark when checked */
.contact_form_policy input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Mice Page */
#mice_background_image {
    background-image: url("/assets/images/about/Header_Background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.mice_container {
    padding: 18vw 10vw 7vw 10vw;
    text-align: center;
}

.mice_container p {
    color: #00549d;
    padding: 2vw 5vw 0 5vw;
}

#second_mice {
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 10vw 65px 10vw;
}

.mice_1_image,
.mice_2_image {
    display: flex;
    justify-content: center;
}

.mice_1_image img,
.mice_2_image img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 84%;
    height: auto;
    margin-top: -4vw;
}

.mice_1_image img {
    padding: 120px 0 0 0;
}

.mice_2_image img {
    padding: 0;
}

.other_services {
    position: relative;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    width: 49vw;
    margin: 0 auto 0 auto;
}

.other_services .first_line,
.other_services .second_line {
    width: 10vw;
    border: 1px solid blue;
}

.other_services p {
    font-weight: bold;
    color: #00549d;
    font-size: 3vw;
}

.travel_insurance_card {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin: 2vw auto 5vw auto;
    height: 100%;
    width: 25vw;
}

.travel_insurance_header p {
    font-size: 2vw;
}

/* Privacy Policy Page */
#privacy-policy {
    background-image: url("/assets/images/about/Header_Background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.privacy_policy_spacing {
    padding-left: 15px;
}

.privacy_policy_container {
    padding: 15rem 10vw 10vw 10vw;
}

.privacy_policy_container p {
    color: #00549d;
    padding: 1.3vw 5vw 0 5vw;
    text-align: left;
}

.privacy_policy_container .privacy_policy_title {
    padding-top: 2.5vw;
    font-size: 30px;
    font-weight: bold;
}

.privacy_policy_group_list {
    color: #00549d;
    padding: 1.3vw 5vw 0 5vw;
    margin-left: -27px;
}

.privicy_policy_list,
.privicy_policy_list_child {
    margin-bottom: 0;
}

.privicy_policy_list li::marker {
    content: "- ";
}

.privicy_policy_list_child li::marker {
    content: "+ ";
}

.privicy_policy_list_child {
    margin-left: 2px;
}

/* Terms & Condition Page */
#term-condition {
    background-image: url("/assets/images/about/Header_Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 7rem;
}

.term_condition_navbar {
    margin-top: 25rem;
}

/* Cruise Listing & Tour Listing*/

#cruise-listing {
    padding: 5rem 0 2vw 0;
}

.cruise-text-wrapper h4,
.tour-text-wrapper h4 {
    font-weight: bold;
}

.cruise-listing-main-title {
    background-color: #00549d;
    border-radius: 40px;
    padding: 0.3rem 8.5rem;
    font-size: 1.75rem;
    display: inline;
    margin: 0 auto;
    margin-bottom: 3rem;
    color: #ffffff;
    font-weight: bold;
}

.cruise-title-gap {
    padding: 13vw 0 4vw 0;
    width: 100%;
}

.couldnt_find_cruise h2 {
    color: #00549d;
}

.cruise-listing-btn,
.tour-listing-btn {
    background-color: #00549d;
    border-radius: 20px;
    width: 100%;
    padding: 0.3rem 4.5rem;
    margin-bottom: 0;
    color: #fff;
    display: inline;
    font-weight: bold;
}

.cruise-listing-btn:hover,
.tour-listing-btn:hover {
    color: black;
    background-color: #69abd1;
}

.cruise_listing_btn,
.tour_listing_btn {
    margin: 0 auto 2vw auto;
}

.cruise-card img,
.tour-card img {
    height: 296px;
    object-fit: cover;
    width: 100%;
}

.cruise-text-wrapper,
.tour-text-wrapper {
    padding: 1rem;
}

.cruise-title {
    font-weight: bold;
    color: #00549d;
}

.cruise-categories {
    margin-bottom: 1rem;
}

.cruise-description,
.tour-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
}

.tour_listing_code {
    margin-bottom: 10px;
}

.tour_duration p {
    color: #00549d;
    font-size: 18px;
    margin-bottom: 10px;
}

.tour_tile {
    margin-bottom: 10px;
}

.tour_listing_price {
    display: flex;
    flex-direction: row;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00549d;
    align-items: baseline;
}

.tour_listing_per {
    font-size: 1rem;
    font-weight: 400;
}

/* Cruise Details */
#cruise_details {
    padding: 257px 0 139px 0;
    background-image: url("/assets/Header_Background.png");
    background-size: cover;
    overflow: hidden;
}

.cruise-images .slick-dots li button:before {
    font-size: 12.5px !important;
    color: #7b44ca !important;
    opacity: 1 !important;
}

.cruise-images .slick-dots {
    bottom: unset !important;
}

.cruise_details_category {
    background-color: #00549d;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px 15px;
    margin-bottom: 1vw;
    max-width: 16vw;
    text-align: center;
}

.cruise_title {
    font-size: 30px;
    color: #00549d;
    font-weight: bold;
    width: 100%;
    padding-bottom: 1vw;
    margin-top: -1vw;
}

.cruise_details_description {
    color: #00549d;
    font-size: 16px;
    padding-bottom: 1vw;
}

.cruise-img {
    object-fit: cover;
    height: 38vw;
    width: 35vw;
    border-radius: 50px;
}

.cruise_details_itinerary_btn {
    display: inline-flex;
}

.cruise_details_itinerary_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #00549d;
    border-radius: 50px;
    color: #00549d;
    font-size: 1rem;
    text-decoration: none;
    padding: 0 0 0 1vw;
    width: 206px;
    cursor: pointer;
}

.cruise_details_itinerary_btn .narrow_right {
    color: #ffffff;
    font-size: 20px;
    background-color: #00549d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 1;
}

.cruise_details_itinerary_btn a:hover {
    background-color: #00549d;
    color: #ffffff;
}

.cruise_details_navbar {
    padding-top: 6vw;
}

.nav-tabs .cruise_details_nav_link {
    font-size: 20px;
    width: 40vw;
    background-color: #00549d;
    color: #ffffff;
    border-radius: 0;
    padding: 12px 0;
}

.nav-tabs .cruise_details_nav_link_left_radius {
    border-top-left-radius: 15px;
}

.nav-tabs .cruise_details_nav_link_right_radius {
    border-top-right-radius: 15px;
}

.nav-tabs .cruise_details_nav_link.active {
    background-color: #69abd1;
    border: none;
    color: black;
    text-decoration: underline;
    background-color: #69abd1;
    text-underline-offset: 35%;
    text-decoration-color: #00549d;
    text-decoration-thickness: 2px;
}

/* Tours Details */
#tours_details {
    padding: 257px 0 139px 0;
    background-image: url("/assets/Header_Background.png");
    background-size: cover;
    overflow: hidden;
}

.tours-images .slick-dots li button:before {
    font-size: 12.5px !important;
    color: #7b44ca !important;
    opacity: 1 !important;
}

.tours-images .slick-dots {
    bottom: unset !important;
}

.tours_details_code {
    background-color: #00549d;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px 15px;
    margin-bottom: 1vw;
    width: 14vw;
    text-align: center;
}

.tours_details_category {
    background-color: #00549d;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px 15px;
    margin-bottom: 1vw;
    max-width: 16vw;
    text-align: center;
}

.tours_details_title {
    font-size: 30px;
    color: #00549d;
    font-weight: bold;
    width: 100%;
    margin-top: -1vw;
}

.tours_details_duration {
    font-size: 22px;
    padding-bottom: 2vw;
    color: #00549d;
}

.tours_details_price {
    display: flex;
    flex-direction: row;
    font-size: 1.7rem;
    font-weight: bold;
    color: #00549d;
    margin-bottom: 0.7em;
    align-items: baseline;
}

.tours_details_per {
    font-size: 1rem;
    font-weight: 400;
}

.price_bold {
    font-weight: bold;
    font-size: 30px;
}

.tours_details_description {
    color: #00549d;
    font-size: 16px;
    padding-bottom: 1vw;
}

.tours-img {
    object-fit: cover;
    height: 38vw;
    width: 35vw;
    border-radius: 50px;
}

.tours_details_itinerary_btn {
    display: inline-flex;
}

.tours_details_itinerary_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #00549d;
    border-radius: 50px;
    color: #00549d;
    font-size: 1rem;
    text-decoration: none;
    padding: 0 0 0 1vw;
    width: 206px;
    cursor: pointer;
}

.tours_details_itinerary_btn .narrow_right {
    color: #ffffff;
    font-size: 20px;
    background-color: #00549d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 1;
}

.tours_details_itinerary_btn a:hover {
    background-color: #00549d;
    color: #ffffff;
}

.tours_details_excel_btn {
    display: inline-flex;
    margin-top: 1vw;
}

.tours_details_excel_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #00549d;
    border-radius: 50px;
    color: #00549d;
    font-size: 1rem;
    text-decoration: none;
    padding: 8px 8px 8px 1vw;
    width: 206px;
    cursor: pointer;
}

.tours_details_excel_btn .narrow_right {
    color: #ffffff;
    font-size: 20px;
    background-color: #00549d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 1;
}

.tours_details_excel_btn a:hover {
    background-color: #00549d;
    color: #ffffff;
}

.tours_details_navbar {
    padding-top: 6vw;
}

.nav-tabs .tours_details_nav_link {
    font-size: 20px;
    width: 26.6vw;
    background-color: #00549d;
    color: #ffffff;
    border-radius: 0;
    padding: 12px 0;
    border: 1px solid #add8e6;
}

.nav-tabs .tours_details_nav_link_left_radius {
    border-top-left-radius: 15px;
}

.nav-tabs .tours_details_nav_link_right_radius {
    border-top-right-radius: 15px;
}

.nav-tabs .tours_details_nav_link.active {
    background-color: #69abd1;
    border: none;
    color: black;
    text-decoration: underline;
    background-color: #69abd1;
    text-underline-offset: 35%;
    text-decoration-color: #00549d;
    text-decoration-thickness: 2px;
}

#floatButton {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 95px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    z-index: 100;
}

.slick-slide {
    margin: 0 1vw 0 1vw;
}

.slick-slider .slick-track {
    width: 12207px !important;
}
@media only screen and (min-width: 1025px) {
    .container {
        min-width: 90.4%;
        max-width: 0;
    }

    .navbar .collapse {
        position: absolute;
        background-color: #00549d;
        mask-image: linear-gradient(to bottom, black 30%, transparent 80%);
        border-radius: 20px 20px 0 0;
        width: 459px;
        right: 7.5%;
        bottom: -2127%;
        padding: 0 0 8vw 0;
    }

    .navbar-brand .nav-logo {
        position: absolute;
        width: 15%;
        height: auto;
        max-width: 160px;
        left: 7.8%;
        top: 35px;
    }

    .tours_title .tours_bus {
        width: 7%;
        height: auto;
        margin: -3.6% 0 0 0;
    }

    .cruises_title .cruises_ship {
        position: static;
        margin: -3.7% 0 0 0;
        width: 7%;
        height: auto;
    }

    .navbar .collapse .nav-item {
        position: relative;
        padding: 53px 4.1% 5px 4.1%;
    }

    .tours_card_content {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 0 13px 30px 13px;
        width: 100%;
        height: 60%;
        text-align: left;
        box-sizing: content-box;
    }

    .cruises_card_content {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 0 13px 30px 13px;
        width: 100%;
        height: 52%;
        text-align: left;
    }

    .mice_container .mice_title {
        padding-top: 3vw;
        font-size: 39px;
        font-weight: bold;
    }

    .mice_content {
        display: flex;
        flex-direction: column;
        height: 52vw;
        width: 107%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }

    .travel_insurance_content {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 108%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border: 1px solid #f0f0f0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        background-image: linear-gradient(180deg, #69abd1, #ffffff 90%);
        z-index: 1;
    }

    .travel_insurance_content p {
        padding: 2vw 2vw 3vw 2vw;
        text-align: justify;
        color: #00549d;
        font-size: 14px;
    }

    .travel_insurance_header {
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center;
        align-items: center;
        background-color: #00549d;
        color: #ffffff;
        font-weight: bold;
        border-radius: 60px;
        z-index: 2;
        width: 108%;
        height: 100%;
        padding: 2vw 0 2vw 0;
        margin-bottom: -44px;
    }

    .whatsapp_information {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 8vw 0 10% 0;
    }

    .mice_whatsapp_information {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 3%;
    }

    .whatsapp_contact_number {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #00549d;
        border-radius: 145px;
    }

    .whatsapp_contact_number p {
        color: white;
        font-size: 39px;
        margin: 7px 26px 0 8px;
    }

    .whatsapp_contact_number .fa-whatsapp {
        font-size: 370%;
        color: #ffffff;
        margin: 1vw 0 1vw 26px;
    }

    .our_service_content {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
        justify-content: flex-start;
        padding-top: 4vw;
        padding-bottom: 30px;
        background-image: linear-gradient(180deg, #69abd1, #fbfbf9 50%);
        border: 1px solid #f0f0f0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .our_service_content p:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .tab-content {
        padding: 0 10vw 0 10vw;
    }

    .cruise-tab-content {
        padding: 0 10vw 0 10vw;
    }
}

@media only screen and (min-width: 1039px) {
    .mice_whatsapp_information {
        padding-bottom: 5%;
    }
}

@media only screen and (min-width: 1069px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 57px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1072px) {
    .mice_content {
        height: 48vw;
    }
}

@media only screen and (min-width: 1094px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 60px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1099px) {
    .mice_whatsapp_information {
        padding-bottom: 7%;
    }
}

@media only screen and (min-width: 1112px) {
    .navbar .collapse {
        position: absolute;
        background-color: #00549d;
        border-radius: 20px 20px 0 0;
        width: 459px;
        right: 7.5%;
        bottom: -2194%;
        padding: 0 0 8vw 0;
    }

    .mice_content {
        display: flex;
        flex-direction: column;
        height: 46vw;
        width: 107%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }
}

@media only screen and (min-width: 1145px) {
    .mice_content {
        height: 43vw;
    }
}

@media only screen and (min-width: 1176px) {
    .cruises_card_content {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 0 13px 30px 13px;
        width: 100%;
        height: 48%;
        text-align: left;
    }
}

@media only screen and (min-width: 1197px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 64px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1213px) {
    .mice_content {
        height: 39vw;
    }
}

@media only screen and (min-width: 1222px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 66px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1233px) {
    .cruises_card_content {
        height: 42%;
    }
}

@media only screen and (min-width: 1234px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 69px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1238px) {
    .tours_card_content {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 0 13px 30px 13px;
        width: 100%;
        height: 57%;
        text-align: left;
        box-sizing: content-box;
    }
}

@media only screen and (min-width: 1250px) {
    .mice_content {
        height: 37vw;
    }
}

@media only screen and (min-width: 1253px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 71px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1265px) {
    .tours_card_content {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 0 13px 30px 13px;
        width: 100%;
        height: 57%;
        text-align: left;
        box-sizing: content-box;
    }

    .navbar .collapse .nav-item {
        position: relative;
        padding: 74px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        min-width: 90.6%;
        max-width: 0;
    }

    .navbar .collapse {
        bottom: -2326%;
    }

    .navbar .collapse .nav-item {
        position: relative;
        padding: 52px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1320px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 59px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1327px) {
    .chanbrothers_map iframe {
        min-width: 81vw;
    }
}

@media only screen and (min-width: 1323px) {
    .mice_content {
        height: 33vw;
    }
}

@media only screen and (min-width: 1355px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 63px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1381px) {
    .navbar .collapse .nav-item {
        position: relative;
        padding: 70px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1400px) {
    .navbar .collapse {
        bottom: -2394%;
    }

    .navbar .collapse .nav-item {
        padding: 53px 4.1% 5px 4.1%;
    }

    /* .navbar-nav .nav-item .nav-link,
    .dropDown_title p,
    .cruise-name,
    .tour-name {
        font-size: 18px;
    } */

    .tours_card_content {
        height: 50%;
    }

    .cruises_card_content {
        height: 37%;
    }
}

@media only screen and (min-width: 1403px) {
    .mice_content {
        height: 30vw;
    }
}

@media only screen and (min-width: 1411px) {
    .navbar .collapse .nav-item {
        padding: 58px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1437px) {
    .mice_header {
        width: 91px;
    }
}

@media only screen and (min-width: 1443px) {
    .navbar .collapse .nav-item {
        padding: 64px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1480px) {
    .navbar .collapse .nav-item {
        padding: 70px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1500px) {
    .navbar .collapse {
        bottom: -2505%;
    }

    .navbar .collapse .nav-item {
        padding: 54px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1536px) {
    .container {
        min-width: 89.1%;
        max-width: 0;
    }

    .navbar .collapse .nav-item {
        padding: 53px 4.1% 5px 4.1%;
    }

    .tours_card_content {
        height: 51%;
    }

    .whatsapp_information {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 8vw 0 12% 0;
    }

    .mice_header {
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center;
        align-items: center;
        background-color: #00549d;
        color: #ffffff;
        font-weight: bold;
        border-radius: 50%;
        z-index: 1;
        margin: -3vw;
        width: 92px;
    }

    .mice_content {
        display: flex;
        flex-direction: column;
        height: 32vw;
        width: 107%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }

    .travel_insurance_header {
        margin-bottom: -62px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        position: absolute;
        width: 100%;
    }

    #floatButton {
        position: fixed;
        width: 65px;
        height: 67px;
        bottom: 129px;
        right: 47px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 45px;
        z-index: 100;
    }

    #back-to-top-button {
        font-size: 20px;
        position: fixed;
        bottom: 2rem;
        right: 3rem;
        z-index: 9999;
        width: 4rem;
        height: 5rem;
        display: none;
    }

    .for_further_inquires_gmail p {
        color: #ffffff;
        font-size: 30px;
        margin: 0 0 0 0;
        font-weight: bold;
    }

    .call_to_find_out_more p,
    .for_further_inquires p {
        font-weight: bold;
        color: #00549d;
        font-size: 20px;
    }

    .cruises_title .cruises_ship {
        position: static;
        margin: -49px 0 0 0;
        width: 6%;
        height: auto;
    }

    .about_us_container {
        padding: 246px 10vw 44px 10vw;
        font-size: 25px;
    }

    .our_service_header p {
        padding-bottom: 1vw;
    }

    .our_service_content {
        flex: 1;
        min-height: 0;
        padding-bottom: 30px;
    }

    .our_service_content p:last-child {
        padding-bottom: 0;
    }

    .our_service_content p {
        padding: 1vw 2vw 0 2vw;
        text-align: justify;
        color: #00549d;
        font-weight: 400;
    }

    /* .our_service_more_cruises_btn a {
        border: 1px solid #00549d;
        border-radius: 50px;
        color: #00549d;
        font-size: 1.4rem;
        text-decoration: none;
        padding: 4px 49px 6px 1vw;
        cursor: pointer;
    }

    .our_service_more_cruises_btn .narrow_right {
        position: absolute;
        color: #ffffff;
        font-size: 28px;
        margin: 0 0 0 157px;
        background-color: #00549d;
        border-radius: 50%;
        padding: 1px 6px;
    } */

    .mice_container {
        text-align: center;
        font-size: 18px;
    }

    .mice_content .mice_title {
        font-weight: bold;
        font-size: 30px;
    }

    .mice_content {
        display: flex;
        flex-direction: column;
        height: 40vw;
        width: 107%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }

    .mice_content p {
        padding: 1vw 2vw 0 2vw;
        text-align: left;
        color: #ffffff;
        font-weight: 400;
        font-size: 18px;
    }

    .travel_insurance_content p {
        padding: 2vw 2vw 3vw 2vw;
        text-align: justify;
        color: #00549d;
        font-size: 18px;
    }

    .travel_insurance_card {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin: 2vw auto 5vw auto;
        height: 100%;
        width: 30vw;
    }

    .cruise-listing-main-title {
        font-size: 2.75rem;
    }

    .filter-item {
        font-size: 18px;
    }

    .tour_listing_code {
        font-size: 20px;
    }

    .tour_tile,
    .cruise-title {
        font-size: 24px;
    }

    .cruise-description,
    .tour-description {
        font-size: 1rem;
    }

    .tour_listing_price {
        display: flex;
        flex-direction: row;
        font-size: 2rem;
        font-weight: bold;
        color: #00549d;
        align-items: baseline;
    }

    .cruise-listing-btn,
    .tour-listing-btn {
        font-size: 20px;
    }

    .tour_duration p {
        font-size: 20px;
    }

    #tours_details,
    #cruise_details {
        padding: 290px 0 139px 0;
    }

    .tours_details_code,
    .cruise_details_category {
        font-size: 20px;
    }

    .tours_details_price {
        font-size: 2rem;
    }

    .tours_details_description,
    .cruise_details_description {
        font-size: 20px;
    }

    /* .nav-tabs .tours_details_nav_link,
    .nav-tabs .cruise_details_nav_link {
        width: 40vw;
        font-size: 20px;
    } */

    thead tr:first-child th {
        font-size: 18px !important;
    }

    .table-bordered thead th {
        font-size: 18px;
    }

    .table-bordered td {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1551px) {
    .navbar .collapse .nav-item {
        padding: 59px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1587px) {
    .navbar .collapse .nav-item {
        padding: 68px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1635px) {
    .navbar .collapse .nav-item {
        padding: 72px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 1673px) {
    .navbar .collapse {
        bottom: -2581%;
    }

    .tours_card_content {
        height: 52%;
    }
}

@media only screen and (min-width: 1679px) {
    .mice_content {
        display: flex;
        flex-direction: column;
        height: 34vw;
        width: 107%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }
}

@media only screen and (min-width: 1691px) {
    .mice_content {
        display: flex;
        flex-direction: column;
        height: 35vw;
        width: 105%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }
}

@media only screen and (min-width: 1743px) {
    .navbar .collapse {
        bottom: -2646%;
    }
}

@media only screen and (min-width: 1818px) {
    .mice_header {
        width: 108px;
    }

    .mice_content {
        height: 30vw;
    }
}

@media only screen and (min-width: 1819px) {
    .navbar .collapse {
        bottom: -2712%;
    }
}

@media only screen and (min-width: 1830px) {
    .tours_card_content {
        height: 53%;
    }
}

@media only screen and (min-width: 1901px) {
    .navbar .collapse {
        bottom: -2770%;
    }
}

@media only screen and (min-width: 1908px) {
    #tours_details,
    #cruise_details {
        padding: 316px 0 139px 0;
    }
}

@media only screen and (min-width: 1920px) {
    .container {
        min-width: 89%;
        max-width: 0;
    }

    .tours_card_content {
        height: 47%;
    }

    .tours_card,
    .cruises_card {
        min-height: 559px;
    }
}

@media only screen and (min-width: 2000px) {
    .whatsapp_contact_number {
        width: 1041px;
    }

    .whatsapp_information p {
        font-size: 35px;
    }

    .whatsapp_contact_number p {
        font-size: 55px;
    }

    .whatsapp_contact_number .fa-whatsapp {
        font-size: 520%;
    }

    .whatsapp_contact_number .spacing_line::after {
        position: relative;
        display: inline-block;
        content: "";
        width: 1px;
        bottom: -14px;
        height: 69px;
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 2010px) {
    .navbar .collapse .nav-item {
        padding: 77px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 2032px) {
    .travel_insurance_content p {
        font-size: 24px;
    }
}

@media only screen and (min-width: 2039px) {
    .navbar .collapse .nav-item {
        padding: 84px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 2095px) {
    .navbar .collapse .nav-item {
        padding: 91px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 2109px) {
    .mice_header {
        width: 122px;
    }
}

@media only screen and (min-width: 2115px) {
    .tours_card_content {
        height: 48%;
    }
}

@media only screen and (min-width: 2128px) {
    .navbar .collapse .nav-item {
        padding: 95px 4.1% 5px 4.1%;
    }
}

@media only screen and (min-width: 2161px) {
    .navbar .collapse .nav-item {
        padding: 97px 4.1% 9px 4.1%;
    }
}

@media only screen and (min-width: 2195px) {
    .mice_content {
        display: flex;
        flex-direction: column;
        height: 25vw;
        width: 100%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }
}

@media only screen and (min-width: 2198px) {
    .navbar .collapse .nav-item {
        padding: 99px 4.1% 9px 4.1%;
    }
}

@media only screen and (min-width: 2225px) {
    .navbar .collapse .nav-item {
        padding: 108px 4.1% 10px 4.1%;
    }
}

@media only screen and (min-width: 2251px) {
    .tours_card,
    .cruises_card {
        min-height: 609px;
    }

    .tours_card_content {
        height: 45%;
    }
}

@media only screen and (min-width: 2267px) {
    .navbar .collapse {
        bottom: -3007%;
    }

    .navbar .collapse .nav-item {
        padding: 66px 4.1% 10px 4.1%;
    }
}

@media only screen and (min-width: 2318px) {
    .navbar .collapse .nav-item {
        padding: 74px 4.1% 10px 4.1%;
    }
}

@media only screen and (min-width: 2349px) {
    .mice_header {
        width: 140px;
    }
}

@media only screen and (min-width: 2368px) {
    .navbar .collapse .nav-item {
        padding: 82px 4.1% 10px 4.1%;
    }
}

@media only screen and (min-width: 2415px) {
    .navbar .collapse {
        bottom: -3110%;
    }
}

@media only screen and (min-width: 2480px) {
    .mice_header {
        width: 152px;
    }
}

@media only screen and (min-width: 2500px) {
    #tours_details,
    #cruise_details {
        padding: 356px 0 139px 0;
    }
}

@media only screen and (min-width: 2536px) {
    .navbar .collapse .nav-item {
        padding: 91px 4.1% 10px 4.1%;
    }
}

/* Media Screen from 2560px */
@media only screen and (min-width: 2560px) {
    .navbar .collapse {
        bottom: -3297%;
    }

    .navbar .collapse .nav-item {
        padding: 60px 4.1% 6px 4.1%;
    }

    .container {
        max-width: 92.4% !important;
    }

    .tours_title p,
    .cruises_title p {
        font-size: 56px;
    }

    .tours_card_content {
        height: 29%;
    }

    /*
    .dropDown_title p {
        padding-left: 10px;
        background-color: #00549d;
        color: #ffffff;
        border-radius: 20px;
        font-weight: bold;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */

    /* .cruise-name,
    .tour-name {
        font-style: italic;
        color: #00549d;
        font-size: 24px;
    } */

    /* .cruises_card_content {
        padding: 576px 13px 30px 13px;
    } */

    .tours_card,
    .cruises_card {
        min-width: 22vw;
        min-height: 35vw;
    }

    /* .tours_card_title,
    .cruises_card_title {
        font-size: 2.5rem;
    }

    .tours_card_code,
    .cruise-categories,
    .tour_listing_code {
        font-size: 30px;
    }

    .tours_card_days {
        font-size: 2.5rem;
    }

    .tours_card_desc,
    .cruises_card_desc {
        font-size: 2rem;
    }

    .from {
        font-size: 32px !important;
    }

    .tours_card_price {
        font-size: 3.5rem;
    }

    .tours_card_per {
        font-size: 2rem;
        font-weight: 400;
    } */

    /* .whatsapp_information {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 9vw 0 13vw 0;
    }

    .whatsapp_contact_number {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #00549d;
        border-radius: 50px;
        width: 50%;
        padding: 4px;
    }

    .whatsapp_contact_number .spacing_line::after {
        position: relative;
        display: inline-block;
        content: "";
        width: 1px;
        bottom: -15px;
        height: 84px;
        background-color: #ffffff;
    }

    .whatsapp_information .dont_miss_out {
        font-size: 48px;
    } */

    #floatButton {
        position: fixed;
        width: 90px;
        height: 90px;
        bottom: 150px;
        right: 47px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 65px;
        z-index: 100;
    }

    #back-to-top-button {
        font-size: 20px;
        position: fixed;
        bottom: 3rem;
        right: 3rem;
        z-index: 9999;
        width: 5rem;
        height: 5rem;
        display: none;
    }

    .back-to-top-text {
        font-size: 25px;
    }

    .flex_container,
    .information {
        font-size: 25px;
    }

    .footer_email {
        padding-left: 83px !important;
    }

    .footer_whatsapp {
        padding-left: 105px !important;
    }

    .footer_line {
        padding-left: 178px !important;
    }

    .footer_icons .fa-brands {
        font-size: 60px;
        color: white;
        margin: 4vw 0 0 17px;
    }

    .contact_us_whatsapp_contact_number a {
        color: #00549d;
        font-size: 30px;
        margin: 0 0 0 8px;
        font-weight: bold;
    }

    .for_further_inquires_gmail p {
        color: #ffffff;
        font-size: 39px;
        margin: 0 0 0 0;
        font-weight: bold;
    }

    .call_to_find_out_more p,
    .for_further_inquires p {
        font-weight: bold;
        color: #00549d;
        font-size: 30px;
    }

    .cruises_title .cruises_ship {
        position: static;
        margin: -79px 0 0 0 !important;
        width: 6%;
        height: auto;
    }

    .about_us_container {
        padding: 325px 10vw 44px 10vw;
        font-size: 30px;
    }

    .about_us_container .about_us_title {
        padding-bottom: 1vw;
        font-size: 60px;
        font-weight: bold;
    }

    .our_service .our_service_title {
        text-align: center;
        font-weight: bold;
        color: #00549d;
        font-size: 45px;
    }

    .our_service_header p {
        padding-bottom: 1vw;
    }

    .our_service_content {
        flex: 1;
        min-height: 0;
        padding-bottom: 40px;
    }

    .our_service_content p:last-child {
        padding-bottom: 0;
    }

    .our_service_content p {
        padding: 1vw 2vw 0 2vw;
        text-align: justify;
        color: #00549d;
        font-weight: 400;
    }

    /* .our_service_more_cruises_btn a {
        border: 1px solid #00549d;
        border-radius: 50px;
        color: #00549d;
        font-size: 2rem;
        text-decoration: none;
        padding: 4px 70px 6px 1vw;
        cursor: pointer;
    }

    .our_service_more_cruises_btn .narrow_right {
        position: absolute;
        color: #ffffff;
        font-size: 38px;
        margin: 0 0 0 218px;
        background-color: #00549d;
        border-radius: 50%;
        padding: 1px 11px;
    } */

    .mice_container {
        text-align: center;
        font-size: 28px;
    }

    .mice_header {
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center;
        align-items: center;
        background-color: #00549d;
        color: #ffffff;
        font-weight: bold;
        border-radius: 50%;
        z-index: 1;
        margin: -3vw;
        width: 152px;
    }

    .mice_content {
        display: flex;
        flex-direction: column;
        height: 29vw;
        width: 100%;
        padding-top: 4vw;
        background-color: #69a8ce;
        border-radius: 50px;
    }

    .mice_content .mice_title {
        font-weight: bold;
        font-size: 45px;
    }

    .mice_content p {
        padding: 1vw 2vw 0 2vw;
        text-align: left;
        color: #ffffff;
        font-weight: 400;
        font-size: 24px;
    }

    .travel_insurance_content p {
        padding: 2vw 2vw 3vw 2vw;
        text-align: justify;
        color: #00549d;
        font-size: 24px;
    }

    .travel_insurance_card {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin: 2vw auto 5vw auto;
        height: 100%;
        width: 30vw;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        position: absolute;
        width: 100%;
    }

    .cruise-listing-main-title {
        font-size: 2.75rem;
    }

    .filter-item {
        font-size: 24px;
    }

    .form-check-input {
        transform: scale(1.5);
    }

    .form-check-input {
        position: absolute;
        margin-top: 0.7rem;
        margin-left: -1.25rem;
    }

    .form-control-feedback {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1.3rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .tour_tile,
    .cruise-title {
        font-size: 30px;
    }

    .cruise-description,
    .tour-description {
        font-size: 1.5rem;
    }

    .tour_listing_price {
        display: flex;
        flex-direction: row;
        font-size: 2.4rem;
        font-weight: bold;
        color: #00549d;
        align-items: baseline;
    }

    .cruise-listing-btn,
    .tour-listing-btn {
        font-size: 30px;
    }

    .tour_duration p {
        font-size: 24px;
    }

    .tours_details,
    .cruise_details {
        padding-left: 60px;
    }

    .tours_details_title,
    .cruise_title {
        font-size: 40px;
    }

    .tours_details_duration {
        font-size: 30px;
    }

    .tours_details_code,
    .cruise_details_category {
        font-size: 25px;
    }

    .tours_details_price {
        font-size: 2.8rem;
    }

    .tours_details_description,
    .cruise_details_description {
        font-size: 28px;
    }

    .tours_details_itinerary_btn a,
    .tours_details_excel_btn a,
    .cruise_details_itinerary_btn a {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        border: 1px solid #00549d;
        border-radius: 50px;
        color: #00549d;
        font-size: 1.7rem;
        text-decoration: none;
        padding: 0 0 0 1.5vw;
        width: 316px;
        cursor: pointer;
    }

    .tours_details_itinerary_btn .narrow_right,
    .tours_details_excel_btn .narrow_right,
    .cruise_details_itinerary_btn .narrow_right {
        color: #ffffff;
        font-size: 35px;
        background-color: #00549d;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        line-height: 1;
    }

    /* .nav-tabs .tours_details_nav_link,
    .nav-tabs .cruise_details_nav_link {
        width:40vw;
        font-size: 30px;
    } */

    thead tr:first-child th {
        font-size: 24px !important;
    }

    .table-bordered thead th {
        font-size: 24px;
    }

    .table-bordered td {
        font-size: 24px;
    }

    .no_available {
        font-size: 24px !important;
    }

    .footer_company_reg_no {
        padding-left: 15px !important;
    }
}
