@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('./cruisereservepage.css');
body {
    background-color: #f1f1f1 !important;
}

.cruiseSearchPage {
    margin-top: 140px;
}

.cruiseSearchPage .searchListWrapper {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cruiseSearchPage .searchListWrapper .imgWrapper {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cruiseSearchPage .searchListWrapper .imgWrapper img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.cruiseSearchPage .searchListWrapper .content h3 {
    /* font-family: Montserrat; */
    font-weight: 700;
    font-size: 20px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cruiseSearchPage .searchListWrapper .content p {
    color: #000;
    /* font-family: Roboto; */
    margin-bottom: 10px;
}

.cruiseSearchPage .searchListWrapper .content p.portOfCall {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.cruiseSearchPage .searchListWrapper .content b {
    color: #666;
}

.cruiseSearchPage .searchListWrapper .multiplePrices {
    margin-top: 10px;
    overflow-x: auto;
}

.cruiseSearchPage .searchListWrapper .multiplePrices table th {
    background-color: #153c6515;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #b5bfd9;
    font-weight: 500;
}

.cruiseSearchPage .searchListWrapper .multiplePrices table td {
    text-align: center;
    font-weight: 700;
    border: 2px solid #b5bfd9;
    font-size: 18px;
    color: #dc3545;
    padding: 5px 0;
}

.cruiseSearchPage .searchListWrapper .multiplePrices table td span {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}


.cruiseBookBtn {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #153c65;
    color: #fff;
    /* font-family: Roboto; */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
    border: none;
    text-decoration: none;
}

.cruiseBookBtn:hover {
    background-color: #414141;
    color: #fff;
}

.filterWrapper {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.filterWrapper .filterEle .priceRangeContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filterWrapper .filterEle {
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.filterWrapper .filterEle p {
    margin-bottom: 10px;
}

.filterWrapper .filterEle .form-check {
    background-color: #153c6515;
    padding: 5px;
    margin-bottom: 5px;
}

.filterWrapper .filterEle .form-check label {
    font-size: 14px;
    margin-bottom: 0;
    /* font-family: Roboto; */
    font-weight: 500;
    color: #000;
}

.filterWrapper .filterEle .form-check input[type=text],
.filterWrapper .filterEle .form-check input[type=date] {
    border: 1px solid #dee2e6;
    padding: 5px 0 5px 5px;
    font-family: 'Roboto';
    width: 100%;
}

.filterWrapper h5 {
    /* font-family: Roboto; */
    font-weight: 500;
}

.cruiseDetailsPage {
    margin-top: 140px;
}

/* --------------------------------------------------------- */
.cruiseDetailsPage .itinerayDetails,
.cruiseDetailsPage .shipDetails {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.cruiseDetailsPage .itinerayDetails .content .imgWrapper {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0000002b;
    padding: 10px;
    height: 70px;
}

.cruiseDetailsPage .itinerayDetails .content .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cruiseDetailsPage .itinerayDetails .content h3 {
    /* font-family: Montserrat; */
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cruiseDetailsPage .itinerayDetails .content ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.cruiseDetailsPage .itinerayDetails .content ul li,
.cruiseDetailsPage .itinerayDetails .content p {
    color: #000;
    /* font-family: Roboto; */
    margin-bottom: 10px;
}

.cruiseDetailsPage .itinerayDetails .content ul li b,
.cruiseDetailsPage .itinerayDetails .content p b {
    color: #666;
}

.cruiseDetailsPage .itinerayDetails .content p {
    margin-bottom: 5px;
}


.cruiseDetailsPage .itinerayDetails .itinerary ul li h6 {
    color: #6c6c6c;
    font-size: 14px;
    margin-bottom: 5px;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul li h5 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul li p {
    margin-bottom: 0;
    color: #6c6c6c;
    font-size: 12px;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul li p b {
    color: #000;
    font-weight: 600;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul li {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul li::before {
    left: -20px !important;
}

.cruiseDetailsPage .itinerayDetails .itinerary ul li::after {
    left: -20px !important;
}

/* ----------------------------------------------------------------- */
.cruiseDetailsPage .shipDetails nav {
    margin-top: 20px;
    margin-bottom: 10px;
    position: sticky;
    top: 115px;
    z-index: 999;
    background-color: #fff;
    padding: 5px 0 0;
}

.cruiseDetailsPage .shipDetails nav .nav-tabs {
    border: none;
}

.cruiseDetailsPage .shipDetails .tab-pane {
    padding: 10px;
}

.cruiseDetailsPage .shipDetails .accordion {
    margin-top: 10px;
}

.cruiseDetailsPage .shipDetails .accordion .card {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.cruiseDetailsPage .shipDetails .accordion .card .card-body p {
    margin-bottom: 0;
    margin-top: 10px;
}

.cruiseDetailsPage .shipDetails .accordion>.card>.card-header {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid #dee2e6;
    height: 50px;
}

.cruiseDetailsPage .shipDetails .accordion>.card>.card-header button {
    border: 0;
    font-size: 18px;
    background-color: transparent;
    text-transform: uppercase;
    /* font-family: Roboto; */
    font-weight: 500;
    padding: 0 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;

    color: #153c65;

}

.cruiseDetailsPage .shipDetails .accordion>.card>.card-header button.collapsed {
    color: #000;
}

.cruiseDetailsPage .shipDetails .deckPlan {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.cruiseDetailsPage .shipDetails .deckPlan h5 {
    /* font-family: Roboto; */
    font-size: 18px;
}

.cruiseDetailsPage .shipDetails select {
    margin-left: 10px;
    padding: 5px;
    /* font-family: Roboto; */
    border: 1px solid #dee2e6;
}

.cruiseDetailsPage .shipDetails ul li {
    /* font-family: Roboto; */
    padding-bottom: 10px;
}

.cruiseDetailsPage .shipDetails .roomList .imgWrapper {
    width: 100%;
    height: 100%;
}

.cruiseDetailsPage .shipDetails .roomList .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.cruiseDetailsPage .shipDetails .roomList h5 {
    /* font-family: Roboto; */
    margin-bottom: 15px;
}

.cruiseDetailsPage .shipDetails .roomList p {
    /* font-family: Roboto; */
}

.cruiseDetailsPage .shipDetails .roomList .row {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
}

.cruiseDetailsPage .shipDetails .form-control {
    border: 1px solid #dee2e6 !important;
    border-radius: 10px;
    height: 45px;
}

.cruiseDetailsPage .shipDetails .form-group {
    display: flex;
    justify-content: space-between;
}

.cruiseDetailsPage .shipDetails .form-control.error {
    border: 1px solid red !important;
}

.cruiseDetailsPage .shipDetails .content {
    padding: 0px 10px;
}

.cruiseDetailsPage .shipDetails .content .imgWrapper.shipImage {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.cruiseDetailsPage .shipDetails .content .imgWrapper.shipImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.shipDetails .nav-tabs .nav-link {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    border: none;
    outline: none;
}

.shipDetails .nav-tabs .nav-link.active {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 5px; */
    border: none;
    border-bottom: 3px solid #153c65 !important;
}

.shipDetails .nav-tabs .nav-link:focus,
.shipDetails .nav-tabs .nav-link:hover {
    border: none;
    outline: none;
    border-bottom: 3px solid #153c65 !important;
}

.cruiseLeadForm .row>* {
    padding-right: 5px;
    padding-left: 5px;
}

.cruiseSearchPage .cruiseSearchForm form {
    margin-bottom: 0;
}

.cruiseSearchPage .cruiseSearchForm input {
    width: 100%;
    border: 1px solid #dee2e6;
    background-color: #fff;
    height: 40px;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox {
    border-radius: 10px;
    border: 1px solid #0000002b;
    padding: 10px;
    /* margin-bottom: 10px; */
    box-shadow: 0px 1px 6px #0000002e;

    display: flex;
    flex-wrap: wrap;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox iframe {
    border-radius: 10px;
    border: 1px solid #0000002b;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox h3 {
    font-size: 18px;
    font-weight: 700;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox h3 span {
    color: #153c65;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox h5 {
    font-size: 13px;
    font-weight: 500;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox h2 {
    margin-top: 10px;
    font-size: 18px;
    text-transform: capitalize;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox p {
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin-bottom: 0;

    color: #666;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox a {
    color: #153c65;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox .imgWrapper {
    width: 100%;
    height: 170px;
    border: 1px solid #0000002b;
    border-radius: 10px;
    padding: 10px;
}

.cruiseDetailsPage .shipDetails .tab-pane .departureBox .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cruiseDetailsPage .shipDetails .tab-pane .ctaBox {
    border-radius: 10px;
    border: 1px solid #0000002b;
    /* padding: 10px; */
    /* margin-bottom: 10px; */
    box-shadow: 0px 1px 6px #0000002e;

    display: flex;
    flex-wrap: wrap;
}

.cruiseDetailsPage .shipDetails .tab-pane .ctaBox .imgWrapper {
    width: 100%;
    height: 190px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    border-right: 1px solid #0000002b;
}

.cruiseDetailsPage .shipDetails .tab-pane .ctaBox .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruiseDetailsPage .shipDetails .tab-pane .ctaBox h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cruiseDetailsPage .shipDetails .tab-pane .ctaBox p {
    color: #666;
    margin-bottom: 0;
}

.cruiseDetailsPage .shipDetails .tab-pane .ctaBox a.callBtn {
    background-color: #153c65;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.3s ease-in-out;
    margin-top: auto;
    width: max-content;
    text-decoration: none;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0000002b;
    box-shadow: 0px 1px 6px #0000002e;
    /* margin-right: 10px; */
    transition: 0.3s ease-in-out;
    cursor: pointer;

    height: 100%;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem:hover {
    border: 2px solid #153c65;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem:hover h5 {
    color: #153c65;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem .imgWrapper {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem h5 {
    margin-top: 10px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.cruiseDetailsPage .shipDetails .tab-pane .roomListItem p {
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin-top: 10px;

    font-weight: 400;
    color: #757575;
}

.slick-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    list-style: none;
}

.slick-dots li {
    margin-right: 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #f88c27;
    border: none;
    font-size: 0;
}

.slick-dots li.slick-active button {
    width: 29px !important;
}

.cruiseDetailsPage .shipDetails .tab-pane .entertainmentList .entertainmentListItem {
    display: flex;
    flex-wrap: wrap;
    /* height: 200px; */
    overflow: hidden;

    border-radius: 10px;
    border: 1px solid #0000002b;
    box-shadow: 0px 1px 6px #0000002e;
    padding: 10px;
}

.cruiseDetailsPage .shipDetails .tab-pane .entertainmentList .imgWrapper {
    width: 100%;
    height: 175px;
    border-radius: 10px;
    overflow: hidden;
}

.cruiseDetailsPage .shipDetails .tab-pane .entertainmentList .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruiseDetailsPage .shipDetails .tab-pane .entertainmentList .entertainmentListItem p {
    /* display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    margin-bottom: 0;
}

.cruiseDetailsPage .shipDetails .tab-pane .enrichmentList .enrichmentListItem {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;

    border-radius: 10px;
    border: 1px solid #0000002b;
    box-shadow: 0px 1px 6px #0000002e;
    padding: 10px;
}

.cruiseDetailsPage .shipDetails .tab-pane .enrichmentListItem .imgWrapper {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cruiseDetailsPage .shipDetails .tab-pane .enrichmentListItem .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruiseDetailsPage .shipDetails .tab-pane .enrichmentListItem p {
    margin-bottom: 0px;
    margin-top: 5px;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    border-radius: 10px;
    border: 1px solid #0000002b;
    box-shadow: 0px 1px 6px #0000002e;
    padding: 10px;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    position: relative;
    padding-left: 50px;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li h6 {
    color: #6c6c6c;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li h5 {
    font-weight: 600;
    font-size: 18px;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li p {
    margin-bottom: 0;
    color: #6c6c6c;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li p b {
    color: #000;
    font-weight: 600;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li::after,
.cruiseDetailsPage .itinerayDetails .itinerary ul li::after {
    position: absolute;
    top: 13px;
    left: -35px;
    right: auto;
    display: inline-block;
    width: 17px;
    height: 17px;
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 4px #f6f6f6;
    box-shadow: 0 0 0 4px #f6f6f6;
    background: currentColor;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li:first-child::after,
.cruiseDetailsPage .itinerayDetails .itinerary ul li:first-child::after {
    background-color: #153c65;
    box-shadow: 0 0 0 4px #153c65;
    content: '\f3c5';
    font-family: 'FontAwesome';
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li::before,
.cruiseDetailsPage .itinerayDetails .itinerary ul li::before {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: -35px;
    right: auto;
    width: 0;
    height: 100%;
    border-width: 0 0 0 1px;
    border-style: dotted;
    border-color: #e2e2e2;
    content: '';
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li:first-child::before,
.cruiseDetailsPage .itinerayDetails .itinerary ul li:first-child::before {
    border-color: #153c6575;
}

.cruiseDetailsPage .shipDetails .tab-pane .itinerary ul li:last-child::before,
.cruiseDetailsPage .itinerayDetails .itinerary ul li:last-child::before {
    border-width: 0;
}

/* --------------------------------------------------------- */
.cruiseSearchLoading {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: 99999;
}

.cruiseSearchLoading .topText,
.cruiseSearchLoading .botText {
    text-align: center;
}

.cruiseSearchLoading .loadingImg {
    width: 300px;
    height: 300px;
    margin: 30px 0;
}

.cruiseSearchLoading .loadingImg img {
    width: 100%;
    height: 100%;
}

.cruiseSearchLoading .topText h3,
.cruiseSearchLoading .botText h3 {
    font-weight: 700;
}

.cruiseSearchLoading .topText p,
.cruiseSearchLoading .botText p {
    font-weight: 400;
    font-size: 18px;
}

.cruiseSearchLoading .botText span,
.cruiseSearchLoading .topText span {
    color: #153c65;
    font-weight: 700;
}

.cruiseSearchLoading .botText p {
    letter-spacing: 3px;
}

.reserveNowBtn button {
    background-color: #153c65;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.3s ease-in-out;
}

.reserveNowBtn button:hover {
    background-color: #414141;
}

.contentbox ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.contentbox ul li {
    padding-bottom: 0 !important;
}

.showfulcontent {
    color: #153c65;
}

.unavailableData {
    width: 100%;
    text-align: center;

    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0000002b;
    box-shadow: 0px 1px 6px #0000002e;
}

.unavailableData img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.unavailableData h5 {
    font-weight: 500;
    font-size: 18px;
}

.unavailableData h5 span {
    font-weight: 600;
    color: #153c65;
}

.unavailableData p {
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.unavailableData p a {
    color: #153c65;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.unavailableData p a:hover {
    color: #454545;
}

@media only screen and (max-width:991px) {
    .respBotBorder {
        border-bottom: 1px solid #dee2e6;
    }

    .cruiseBookBtn {
        margin-top: 0;
    }

    .filterWrapper {
        height: 45px;
        overflow: hidden;
    }

    .radio-inputs {
        flex-wrap: wrap;
    }

    .radio-inputs label {
        width: 45% !important;
    }

    .cruiseDetailsPage .shipDetails .content {
        padding: 0;
    }

    .cruiseDetailsPage .shipDetails .tab-pane {
        padding: 10px 0;
    }

    .cruiseDetailsPage .shipDetails .tab-pane .entertainmentList .imgWrapper,
    .cruiseDetailsPage .shipDetails .tab-pane .enrichmentListItem .imgWrapper {
        margin-bottom: 10px;
    }

    .cruiseDetailsPage .shipDetails .tab-pane .entertainmentList .entertainmentListItem {
        height: auto;
    }

    .cruiseDetailsPage .shipDetails .tab-pane .ctaBox .imgWrapper {
        border-radius: 10px 10px 0 0;
    }

    .cruiseSearchPage .searchListWrapper .multiplePrices table th,
    .cruiseSearchPage .searchListWrapper .multiplePrices table td {
        padding: 5px;
    }

    .cruiseSearchPage .searchListWrapper .multiplePrices table td {
        font-size: 16px;
    }

    .cruiseDetailsPage .shipDetails nav {
        top: 130px;
    }
}

.radio-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-inputs label {
    position: relative;
}

.radio-inputs>* {
    margin: 6px;
}

.radio-input:checked+.radio-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
}

/* .radio-input:checked+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
} */

.radio-input:checked+.radio-tile .radio-icon svg {
    fill: #2260ff;
}

.radio-input:checked+.radio-tile h5 {
    color: #2260ff;
}

.radio-input:focus+.radio-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

/* .radio-input:focus+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
} */

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    /* min-height: 95px; */
    border-radius: 0.5rem;
    border: 1px solid #b5bfd9;
    background-color: #fff;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* .radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}

.radio-tile:hover {
    border-color: #2260ff;
}

.radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
} */

.radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}

.radio-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    font-size: 13px;
}

.radio-input {
    /* clip: rect(0 0 0 0); */
    /* -webkit-clip-path: inset(100%); */
    /* clip-path: inset(100%); */
    height: 12px !important;
    overflow: hidden;
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: 9;
    white-space: nowrap;
    width: 12px !important;
}


.radio-inputs label {
    width: 50%;
}

.radio-tile .top {
    text-align: center;
    width: 100%;
    padding: 5px 17px;
    margin-bottom: 5px;
    background-color: #153c6515;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
}

.radio-tile h5 {
    margin: 5px 0;
    color: #144f8f;
}

.loading_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    width: 100vw;
    header: 100vh;
}

.loading_container .loader {
    text-align: center;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    max-width: 35rem;
    height: 30rem;
    margin: 0 auto;
}

.loading_container .wait {
    margin: 60px 0 70px 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 420px) {
    .loading_container .departure_city {
        left: 0;
        right: 0;
        top: 20%;
        position: absolute;
        margin: 0 auto;
    }

    .loading_container .arrival_city {
        left: 0;
        right: 0;
        top: 95%;
        position: absolute;
        margin: 0 auto;
    }
}

.loading_container .departure_city {
    left: -40px;
}

.loading_container .iata_code {
    font-size: 6rem;
    opacity: 0.7;
    top: 52%;
    position: absolute;
    color: #0099cc;
    font-weight: 700;
    font-family: 'Roboto';
}

.loading_container .plane {
    position: absolute;
    margin: 60px auto 0;
    width: 100%;
}

.loading_container .earth-wrapper {
    position: absolute;
    margin: 60px auto 0;
    width: 100%;
    padding-top: 2.7rem;
}

.loading_container .arrival_city {
    right: -4rem;
}

.loading_container .iata_code {
    font-size: 6rem;
    opacity: 0.7;
    top: 52%;
    position: absolute;
    color: #0099cc;
    font-weight: 700;
    font-family: 'Roboto';
}

.cruisesortcontent {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}