﻿/*header.header {
    display:none !important;
}*/
.headerV2 .flexItems {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
    width: 100%;
}

.headerV2 .logoCenter img {
    max-width: 150px;
}
 
.headerV2 .toggleMenu span {
    background-color: #142142;
}
.headerV2 .toggleMenu span:nth-child(2) {
    width: 30px;
}
.headerV2 .toggleMenu span:nth-child(3) {
    width: 40px;
}

.promo-Section .top-full-image img {
    display: block;
}

.bottom-grid {
    display: flex;
}

    .bottom-grid .image-box-left {
        width: 50%;
        border-right: solid 2px #fff;
        display: flex;
        flex-wrap: wrap;
    }

        .bottom-grid .image-box-left .image-box {
            padding-top: 3px;
            width: 100%;
        }

            .bottom-grid .image-box-left .image-box img {
                display: block;
            }

    .bottom-grid .promo-content-box {
        width: 50%;
        background-color: #f92d71;
        color: #fff;
        padding-left: 15px; 
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .bottom-grid .promo-content-box .vCenter {
            color: #fff;
            font-size: 32px;
            font-weight: 500;
            line-height:44px;
            margin: 0;
            padding: 0;
            text-align:center;
        }
        .bottom-grid .promo-content-box b {
            font-weight: 700;
            display: block;
        }
        .bottom-grid .promo-content-box small {
            font-size: 14px;
            display:block;
        }        
        .bottom-grid .promo-content-box .vCenter span {
            font-weight: 500;
        }

.videoSec {
    margin-top: 15px;
    position:relative;
}
.videoSec .container{ 
    position: relative;
}
.cruiseDealCont h2 {
    text-align: center;
    font-size:22px;
    font-weight: 600;
}

.cruiseDealCont p {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}
.cruiseDealCont span { 
    font-size: 18px !important;
    line-height:24px !important;
    font-weight: 500;
}
.Handpicked {
    padding-top: 40px;
}

    .Handpicked h2 {
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        text-decoration: underline;
    }
.flexTwoItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cruise-offerWidget {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px 2px rgba(217,217,217,1);
    margin-top: 20px;
    position:relative;
    width:49%;
}

    .cruise-offerWidget .gridBox {
        display: flex;
    }

    .cruise-offerWidget .leftImgBox {
        width: 56%;
    }
    .cruise-offerWidget .leftImgBox img{
       display:block;
    }

        .cruise-offerWidget .leftImgBox .full-img {
            width: 100%;
        }

            .cruise-offerWidget .leftImgBox .full-img img {
                display: block;
            }

        .cruise-offerWidget .leftImgBox .twoColImg {
            display: flex;
            margin-top: 2px;
            gap: 2px;
        }

            .cruise-offerWidget .leftImgBox .twoColImg img {
                display: block;
                height: 100%;
            }

            .cruise-offerWidget .leftImgBox .twoColImg .image-box {
                width: 50%;
                height: 90px;
            }

    .cruise-offerWidget .rightProBox {
        width: 44%;
        margin-left: 2px;
        background-color: rgb(249, 45, 113);
        padding: 0px 3px;
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cruise-offerWidget .rightProBox b{ 
        font-weight: 700; 
        display:block;
    }
    .cruise-offerWidget .rightProBox small {
        font-size: 14px;
    }

        .cruise-offerWidget .rightProBox .lightText {
            font-weight: 500;
            font-size: 12px;
        }

        .cruise-offerWidget .rightProBox .extText {
            font-weight: 500;
            font-size: 10px;
            line-height: 12px;
            display: block;
            padding-top: 5px;
        }

        .cruise-offerWidget .rightProBox .pricePP {
            font-size: 20px;
            padding-top: 5px;
            display: block;
        }

    .cruise-offerWidget .blueStrip {
        font-size: 18px;
        line-height:22px;
        display: block;
        background-color: #142142;
        color: #f92d71;
        text-align: center;
        letter-spacing: 0;
        padding: 6px;
        font-weight: 600;
        margin-top: 15px;
    }

.cruiseIncludeServ {
    margin-top: 15px;
}

    .cruiseIncludeServ h4 {
        font-size: 17px;
        line-height: 22px;
        text-transform: none;
        letter-spacing: 0px;
    }

    .cruiseIncludeServ ul {
        margin-top: 15px;
    } 
.cruiseIncludeServ ul li {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #142142;
}

            .cruiseIncludeServ ul li img {
                margin-right: 8px;
                vertical-align: middle;
                width: 16px;
            }

.priceRow {
    border-top: solid 1px #747474;
    margin-top: 12px;
    padding-top: 10px;
}

    .priceRow .priceFlex {
        display: flex;
        justify-content: space-between;
    }

        .priceRow .priceFlex .fromText {
            color: #142142;
            font-size: 22px;
            font-weight: 600;
        }

            .priceRow .priceFlex .fromText .smallText {
                font-size: 15px;
                display: block;
            }
            .priceRow .priceFlex .fromText .pp {
                font-weight: 600;
                font-size: 20px;
            }
    .priceRow .discBtn {
        width: 140px;
        display: block;
        background-color: rgb(20, 33, 66);
        font-size: 15px;
        color: rgb(255, 255, 255);
        padding: 6px 5px;
        text-align: center;
        border: medium;
        font-weight: 500;
        outline: none;
    }

.cruisePackDeals {
    padding-top: 60px; 
}

.cruisePackDeals h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
}
.cruiseDestCarousel .itinerary {
    margin-top:20px;
}
.cruiseDestCarousel { 
    width:49%;
    margin-top:40px;
}
.cruiseDestCarousel h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.itineraryHolder {
    width: 100%;
    text-align: center;
    padding: 10px 10px 40px;
    background: #f3f4f7;
}

    .itineraryHolder h4 {
        font-size: 4.5vw;
        padding: 5vw 3vw;
        font-weight: 500;
        color: var(--footerBlueDark);
        letter-spacing: 0;
        text-transform: capitalize;
        line-height: normal;
    }

    .itineraryHolder p {
        font-size: 4vw;
        padding: 4vw;
        line-height: 5.3vw;
        padding-top: 0;
        font-weight: 400;
        color: #000;
    }

    .itineraryHolder li {
        box-shadow: 0px -3px 14px #ccc;
        padding-bottom: 6vw;
    }

ul.itineraryDetailHolder {
    width: 100%;
    padding: 0 5vw;
    display: inline-block;
}

    ul.itineraryDetailHolder li {
        box-shadow: none;
        width: 50%;
        float: left;
        padding: 10px 0px;
        text-align: left;
        font-weight: 600;
        font-size: 3.5vw;
    }

.owl-carousel ul.itineraryDetailHolder li img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    height: 4.5vw;
    width: 4.5vw;
}

.itinerary .owl-item {
    height: 157px;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.35s ease;
    transform: scaleY(0.8);
    opacity: 0.5;
}


    .itinerary .owl-item.prevel,
    .owl-item {
        transform: scaleY(0.8);
    }

    .itinerary .owl-item.active {
        height: auto !important;
        overflow: hidden;
        margin-top: 00px !important;
        box-shadow: 0 0 11px 3px #0000001c;
        margin-bottom: 3vw;
        transform: scaleY(1);
        opacity: 1 !important;
    }


    .itinerary .owl-item.prevel {
        opacity: 0.6; 
        transition: all 0.3s ease;
    }

.itinerary .owl-nav .owl-next, .testimonalcarosel .owl-nav .owl-next {
    position: absolute;
    top: 24%;
    right: 6px;
    font-size: 0 !important;
    background-image: url(/images/OfflineCruise/rightBlackCarousel.png) !important;
    width: 44px;
    height: 44px;
    top: 50%;
    /* border-radius: 50%; */
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    z-index: 1;
}

.itinerary .owl-nav .owl-prev, .testimonalcarosel .owl-nav .owl-prev {
    left: 6px;
    position: absolute;
    background-image: url(/images/OfflineCruise/leftBlackCarousel.png) !important;
    width: 44px;
    height: 44px;
    font-size: 0 !important;
    top: 50%;
    /* border-radius: 50%; */
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    z-index: 1;
}
.itinerary .descText {
    padding: 25px 15px 40px 15px;
    font-size: 14px;
    text-align: center;
}
.cruiseLineSec { 
    width: 40%;
    margin-top:40px;
}
.cruiseLineSec h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.cruiseLineCarousel {
    margin-top:15px; 
}

.owl-carousel .owl-item .cruiseLogoDiv img {
    width: auto;
    margin:0 auto;
    display:block;
    max-width:250px;
}
.cruiseLineCarousel .owl-nav .owl-next {
    position: absolute;
    top: 54%;
    right: 0px;
    font-size: 0 !important;
    background-image: url(/images/OfflineCruise/rightBlackCarousel.png) !important;
    width: 44px;
    height: 44px;
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    z-index: 1;
}

.cruiseLineCarousel .owl-nav .owl-prev {
    left: 0px;
    top: 54%;
    position: absolute;
    background-image: url(/images/OfflineCruise/leftBlackCarousel.png) !important;
    width: 44px;
    height: 44px;
    font-size: 0 !important;
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    z-index: 1;
}
.cruiseDestCarousel .itinerary img {
    transform: none;
}
.cruiseLineCarousel .cardBlock img {
    max-height: 277px;
    transform: none;
}
    .cruiseLineCarousel .cardBlock img:hover,
    .cruiseDestCarousel .itinerary img:hover {
        transform: none;
    }
.cruiseLineCarousel .descText {
    padding: 25px 25px 40px 25px;
    font-size: 14px;
    text-align: center;
}
.cruiseLineCarousel h4 {
    color: #142141;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    padding-bottom: 15px;
}
.cruiseLineCarousel p {
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
.cruiseLogoDiv {
    text-align: center; 
}
.cruiseLineCarousel .discBtn {
    width: 130px;
    margin:20px auto 0 auto;
    display: block;
    background-color: #142142;
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    border: none;
    font-weight: 500;
    outline: none;
}


.cruise-offerWidget {
    display: none;
}

.cruise-offerWidget.show {
    display: block;
}
.showMoreBtn {
    text-decoration: underline;
    font-size: 18px;
    color: var(--footerBlueDark);
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
}
.footer{
    margin-top:60px;
}