/*.searchWidget{
    margin-top: -130px;
}*/
    .searchWidget .tabDiv li.flight a {
        background-color: var(--flight);
    }
    .searchWidget .tabDiv li.holidays a {
        background-color: var(--holiday);
    }
    .searchWidget .tabDiv li.hotels a {
        background-color: var(--hotel);
    }
    .searchWidget .tabDiv li.excursions a {
        background-color: var(--excursions); 
    }
.searchWidget .tabDiv li.cruises a{background-color: var(--cruise);} 
.searchWidget .tabDiv li.cruises.active a{color: var(--cruise); background-color: #fff;} 
.searchWidget .fieldBlock {
    width:19%; 
    position:relative;
}
.labelText { 
    left: 40px;
}
.searchWidget input {
    border: solid 1px #df3919;
    color: #000;
    text-overflow: ellipsis;
    padding-left: 38px;
}
    .searchWidget input::placeholder {
        color: #000;
        opacity: 1;
    }
    .searchWidget .cruiseSearchBox {
        padding:20px 30px 20px;
        background: #fff;
    }
    .searchWidget .flexColInput {
        display: flex;
        justify-content: space-between;
    }
.searchWidget .flexDiv {
    padding: 30px 30px 20px;
}
.searchWidget .departure input{
	background: url(../images/destination_skyBlue.png) 6px center no-repeat;
}
.searchWidget .date input {
	background: url(../images/calender_skyBlue.png) 6px center no-repeat;
}
.searchWidget .cruiseline input {
    background: url(../images/cruiseLineIco.png) 6px center no-repeat;
    background-size: 28px;
}
.searchWidget .ships input {
    background: url(../images/cruiseLength.png) 6px center no-repeat;
    background-size: 28px;
}
.searchWidget button {
    color: #fff;
    background-color: #df3919;
    width: 19%;
    padding: 6px 15px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    width: 18%;
    font-weight: 600;
    border: 1px solid #df3919;
}
.cruiseSearchBox ul.dFlex {
    display: flex;
    position: relative; 
    padding-bottom:10px;
    justify-content:flex-start;
}
    .cruiseSearchBox ul.dFlex li {
        position: relative;
    }
    .cruiseSearchBox ul.dFlex li.sea-cruisetype {
        position: relative;
        z-index: 1;
    }
    .cruiseSearchBox ul.dFlex li.river-cruisetype {
        left:10px;
    }

        .cruiseSearchBox ul.dFlex li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 158px;
            height: 34px;
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px; 
            background-color: #686868;
            border-radius: 5px 5px 0 0;
        }

        .cruiseSearchBox ul.dFlex li.active a {
            background-color: #df3919;
            color: #fff;
        }
/****** popupSelect Start *****/
.popupSelect {
    position: absolute;
    width: 18em;
    height: auto;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -webkit-border-radius: 0.3125em;
    border: 2px solid #ccc;
    padding: 0px 15px 15px;
    background-color: #fff;
    width: 300px;
    z-index: 100;
    max-height: 290px;
    overflow: auto;
}

    .popupSelect ul {
        flex-wrap: wrap;
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }

        .popupSelect ul li {
            width: 100%;
            background-image: none;
            border: none;
            padding: 2px 0;
            margin: 0;
            display: flex;
            flex-direction: row-reverse;
            text-align: left;
            justify-content: flex-end;
            flex-wrap: wrap;
            align-items: flex-start;
            line-height: 21px;
        }

            .popupSelect ul li input {
                border: 1px solid #ccc;
                width: 100%;
                margin-bottom: 10px;
                height: 34px;
                background-size: 14px;
                font-size: 13px;
                display: none;
            }

                .popupSelect ul li input[type="checkbox"] {
                    width: 14px;
                    height: 14px;
                    padding: 0;
                    margin: 0;
                    margin-right: 5px;
                    border: none;
                    display: block;
                    margin-top: 3px;
                }

            .popupSelect ul li.sub-area input[type="checkbox"] {
                margin-left: 20px;
            }

            .popupSelect ul li input[type="radio"] {
                width: 16px;
                height: auto;
                padding: 0;
                margin: 0;
                margin-right: 5px;
                border: 0;
                margin-left: 0;
                display: block;
                margin-top: 4px;
            }

            .popupSelect ul li.cruise-line-heading {
                margin-top: 5px;
            }

            .popupSelect ul li.cruise-line-heading {
                font-weight: 600;
                border-bottom: 4px;
            }

    .popupSelect div > a {
        background: #df3919;
        color: #fff;
        padding: 3px 10px;
        border-radius: 4px;
    }

    .popupSelect ul li.main-area input {
        margin-left: 0;
    }

    .popupSelect ul li.main-area {
        font-weight: 600;
        margin-top: 5px;
    }

    .popupSelect ul li label {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        cursor: pointer;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .popupSelect ul li span {
        width: 153px;
        word-wrap: break-word;
    }

    .popupSelect .filtercitysearchAuto {
        height: 36px;
        padding: 6px 14px 6px 32px;
        background-size: 18px !important;
    }
    /****** popupSelect End *****/
    .markedMandatory {
        color: #000;
        font-size: 12px;
        padding: 15px 0px 0 0px;
        display: block;
        font-weight: 500;
    }
/*span.error-message {
    position: absolute;
    left: 0;
    bottom: -24px;
    background: #f00;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
}*/
span.error-message {
    color: #f00;
    position: absolute;
    left: 0;
    bottom: -16px;
    font-size: 12px;
    line-height: 14px;
}


/*span.error-message:before {
    content: '';
    background: #f00;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    left: 50px;
    transform: rotate(45deg);
}*/
._banner{
    height: 88vh;
    object-fit: cover;
    width:100%;
}
.bannerdestination{
    position: relative;
   /* display: flex;
    align-items: center;
    justify-content: center;*/
}
.bannerdestination img{
    filter:brightness(0.5);
}
    .bannerdestination .bannertxt {
        width:100%;
        position: absolute;
        color: #fff;
        font-size: 34px;
        font-weight: 500;
        top: 50px;
        letter-spacing: 12px;
        display: flex;
        justify-content:center;
    }
        .bannerdestination .bannertxt span{
            min-width:fit-content;
        }
        .bannerdestination .bannertxt img {
            width: 54px;
            filter: brightness(0) invert(1);
            object-fit: contain;
            margin: 0px 14px;
        }
.dealSection {
    padding:20px 0 50px 0;
}
    .dealSection h3 {
        font-size: 35px;
        line-height: 52px;
        color: var(--footerBg);
        font-weight: 500;
        text-align: center;
    }
.flexRow {
    display: flex;
    justify-content: space-between;
   /* max-width: 900px;*/
    margin: 40px auto 0;
}
.contentFlex .nameLux {
    width: 59%;
    font-size: 22px;
    font-weight: 500;
}

.luxuryYacht img {
    filter: brightness(0.7);
} 
.dealSection .cardDiv {
    width: 24%;
    position:relative;
}
.dealSection .desCont {
    background-color: #f1f1f1;
    padding: 15px;
    max-height: 237px;
    min-height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .dealSection .desCont h4 {
        font-weight: 700;
        font-size: 17px;
        letter-spacing: 0;
        text-transform: none;
        line-height: 22px;
        color: var(--footerBg);
        min-height: 76px;
        max-height: 76px;
    }
.dealSection .desCont p{padding: 10px 0 0 0; font-size: 15px;}
.dealSection .cruiseLogoDiv {
    padding-top: 18px;
}
.dealSection .cruiseLogoDiv img{max-height:26px; max-width: 128px; width: auto;}
.flexExplore {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
    .flexExplore a {
        color: var(--footerBg);
        font-size: 14px;
        font-weight: 600;
        border: solid 2px var(--footerBg);
        padding: 4px 15px;
    }
        .flexExplore a:hover {
            color: #fff;
            background-color: var(--footerBg);
        }
.starIcon {
    background: url(../images/blackstar.png) left center no-repeat;
    display: inline-block;
    height: 20px;
    width: 30px;
    margin-left: 15px;
    background-size: 70px;
}
.starIcon.star1{
    width: 17px;
  }
.starIcon.star2{
    width: 34px;
  }
.starIcon.star3{
    width: 53px;
  }
.starIcon.star4{
    width: 72px;
  }
.starIcon.star5{
    width: 91px;
  }
  
.bestFleet{background-color: #f1f1f1; padding: 50px 0 80px 0;}
.bestFleet .flexRow{flex-wrap: wrap; margin-top: 20px;}
    .bestFleet h3 {
        font-size: 35px;
        line-height: 52px;
        color: var(--footerBg);
        font-weight: 500;
        text-align: center;
       
    }
    .bestFleet .cardDiv{
        display:flex;
        width:24%;
    }

        .bestFleet .cardDiv .anc_cruisehomediv {
            width: 100%;
            display: flex;
            margin-top: 15px;
            background-color: var(--cruise);
            position: relative;
            cursor: pointer;
            align-items: center;
            background: #fff;
            box-shadow: 0.125rem 0.188rem 0.438rem 0rem rgb(235 235 235);
            border: solid 1px #e3e3e3;
        }
        .bestFleet .cardDiv .img {
            width: 45%;
            background-color: #fff;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            padding: 0;
            height:95px;
            overflow: hidden;
            object-fit: cover;
        }
        .bestFleet .cardDiv .desCont {
            width: 55%;
            background-color: #fff;
            padding: 4px 10px;
            height: 75px;
        }
        .bestFleet .cardDiv h4 {
            color: var(--footerBg);
            text-transform: none;
            font-size: 14px;
            font-weight: 600;
            line-height:18px;
        }
.bestFleet .cardDiv img{width: auto;}
        .bestFleet .cardDiv .desCont a._fullclick {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
            .bestFleet .cardDiv .desCont a._fullclick + img {
                position: absolute;
                right: 14px;
                bottom: 10px;
            }
            .bestFleet .cardDiv .desCont img { 
                max-height:20px;
            }
.cruiseGetway {
    background: var(--cruise) url(../images/cruiseBlueBg.jpg) left bottom repeat-x;
    padding: 50px 0 120px 0;
}
.cruiseGetway h3{
    font-size: 35px;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.cruiseGetway p{
    font-size: 17px;
    line-height:20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.luxuryYacht{position: relative;}
.contentFlex {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 25px;
    position: absolute;
    bottom: 29px;
    width: 100%;
    padding: 0 40px;
    align-items: end;
}
    .contentFlex a {
        color: #fff;
        font-size: 17px;
        border: solid 1px #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 40%;
        text-align: center;
        font-weight:500;
    }
.contentFlex a:hover{color: #000;background-color: #fff;}

._crusecar.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    background: white;
    width: 40px;
    font-size: 40px;
    line-height: 27px;
    left: -20px;
    box-shadow: 0px 0px 3px 1px rgba(79,79,79,0.59);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(79,79,79,0.59);
    -moz-box-shadow: 0px 0px 3px 1px rgba(79, 79, 79, 0.59);
    height: 40px;
}
._crusecar.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    background: white;
    width: 40px;
    font-size: 40px;
    line-height: 27px;
    right: -20px;
    box-shadow: 0px 0px 5px 1px rgba(79,79,79,0.59);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(79,79,79,0.59);
    -moz-box-shadow: 0px 0px 5px 1px rgba(79, 79, 79, 0.59);
    height: 40px;
}
._crusecar.owl-carousel .owl-nav span {
    position: relative;
    top: -4px;
}
._crusecar.owl-carousel .owl-nav span {
    position: relative;
    top: -4px;
}
p._imginfinite.empty {
    position: absolute;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    top: 100px;
    letter-spacing: 12px;
    display: flex;
    justify-content: center;
    width: 54px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    margin: 0px 14px;
}
._moretxt {
    display: block;
    width: 100%;
    position: absolute;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    top: 130px;
    letter-spacing: 12px;
    display: flex;
    justify-content: center;
}

.fullLink {
    height: 85%;
}

#divDurationWrapper > div, #divShipWrapper > div, #divCruiseLineWrapper > div, #divCruiseAreaWrapper > div {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 3;
    display: block;
    padding: 20px 0 10px;
}

.bannerdestination picture img {
  height:85vh;
    width:100%;
  
}


.bannertextarea {
    position: absolute;
    bottom: 410px;
    margin: auto;
}
.botmsahdow {
    position: relative;
    bottom: -7px;
}

    .botmsahdow::before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 79px;
        width: 100%;
        background: linear-gradient(to bottom, rgb(0 0 0 / 15%) 0%, rgb(0 0 0) 100%);
    }

.bannerReviewCarousel {
    z-index: 1;
}
.contentSection {
    padding:20px 0 40px 0;
}
.contentSection h4{
    margin-top:20px;
}
@media only screen and (max-width: 3500px) and (min-width: 2701px) {
    .bannerdestination picture img {
        height: 94vh;
    }
}

@media only screen and (max-width: 2700px) and (min-width: 1991px) {
    .bannerdestination picture img {
        height: 92vh;
    }
}

@media only screen and (max-width: 1990px) and (min-width: 1400px) {
    .bannerdestination picture img {
        height: 90vh;
    }
}


/*Ipad*/
@media only screen and (max-width: 1366px) {
    ._banner {
        height: 85vh; 
    }
}
    @media only screen and (max-width: 1194px) {
        .dealSection .cardDiv {
            width: 48%;
            margin-bottom: 20px;
            flex-direction: column;
            justify-content: space-between;
            background: #f1f1f1;
        }

        .flexRow {
            flex-wrap: wrap;
        }

      

        .dealSection .desCont {
            max-height: auto;
            min-height: auto;
        }

            .dealSection .desCont h4 {
                min-height: auto;
                max-height: auto;
                padding-bottom: 10px;
            }

            .dealSection .desCont p {
                flex: 1;
            }
    }

    @media only screen and (max-width: 1151px) {
        span.error-message {
            bottom: -38px;
        }
    }

@media only screen and (max-width:1032px) {
    .bannerdestination .bannertxt {
        font-size: 20px;
        top: 50px;
        letter-spacing: 12px;
    }

        .bannerdestination .bannertxt img {
            width: 40px;
        }
    ._banner {
        height: 644px;
        object-fit: inherit;
    }

        .searchWidget .flexColInput {
            justify-content: left;
            flex-wrap: wrap;
        }

        .searchWidget .fieldBlock {
            width: 24%;
            margin-right: 1%;
        }

        .searchWidget button {
            width: 24%;
            margin-top: 10px;
        }

        .popupSelect#divDurationWrapper {
            right: 0;
            width: 18em;
        }

        span.error-message {
            bottom: -24px;
        }
    .bannerdestination picture img {
        height: 75vh;
        width: 100%;
    }
    .bestFleet .cardDiv {
        width: 49%;
        display: flex;
        margin-top: 15px;
        background-color: var(--cruise);
        position: relative;
        cursor: pointer;
    }
        .bestFleet .cardDiv .anc_cruisehomediv {
            width: 100%;
            display: flex;
            margin-top: 15px;
            background-color: var(--cruise);
            position: relative;
            cursor: pointer;
        }
        .bestFleet .cardDiv .img {
            width: 30%;
        }
        .bestFleet .cardDiv .desCont{
            width:70%;
        }
    }

    @media only screen and (max-width:991px) {
        .bestFleet .cardDiv .anc_cruisehomediv {
            width: 24%;
            display: flex;
            margin-top: 15px;
            background-color: var(--cruise);
            position: relative;
            cursor: pointer;
        }
        .bestFleet .cardDiv {
            width: 49%;
            display: flex;
            margin-top: 15px;
            background-color: var(--cruise);
            position: relative;
            cursor: pointer;
        }

        .bestFleet .cardDiv h4 {
            font-size: 18px;
            line-height: 24px;
        }
        .bannerdestination picture img {
            height: 75vh;
        }

        span.error-message {
            bottom: -24px;
        }
    }

    @media only screen and (max-width:934px) {

        span.error-message {
            bottom: -38px;
        }
    }
@media only screen and (max-width:768px) {
    .bannerdestination picture img {
        height: 90vh;
    }
}


.conterntareaBDX h2{
    text-transform:capitalize;
}
