.tablanding{
    background-color: #fff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 15px 0px 0px;
}
    /*.tablanding .owl-item.active > div:after {
        content: 'active';
    }

    .tablanding .owl-item.center > div:after {
        content: 'center';
    }

    .tablanding .owl-item.active.center > div:after {
        content: 'active center';
    }*/

  
    .tablanding.owl-carousel .owl-item img {
        width: auto;
    }
.tablanding p{
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-bottom: 14px;
    justify-content: center;
    width:92px;
}
    .tablanding p a { 
        font-weight: 600;
    }
    .tablanding p._flanding.active {
        border-bottom: 2px solid #6721a4;
        color: #000;
    }
     
.tablanding p._clanding.active {
	border-bottom: 2px solid var(--cruise);
}
    .tablanding p._clanding.active a {
        color: #000;
    }
.tablanding p img{
    margin-right: 5px;
}
 
.tablanding .owl-stage-outer{
    border-bottom: 1px solid lightgray;
    padding: 0 10px;
}
/*-------------------flight-landing-serach--------------------*/
.tabbg{
    background-color: #142142;
}
._fserch {
    padding: 15px 10px;
    background-color: #fff;
}
._trip {
    width: 100%;
    display: flex;
    margin-bottom: 18px;
}
._trip input {
    width: 100%;
    border: solid 1px #6721a4;
    padding: 16px 14px 0px 48px;
    font-size: 17px;
    color: #6721a4;
    font-weight: 500;
    height: 56px;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label {
    color: #6721a4;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #6721a4;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label{
    color:#6721a4;
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

._trip p:last-child{
    margin-left: 20px;
}
.landingform{
    text-align:center;
}
.landingform ul.dFlex {
    display: flex;
    position: relative;
    width: 84%;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 5px;
}
    .landingform ul.dFlex li {
        position: relative;
    }

        .landingform ul.dFlex li.sea-cruisetype {
            position: relative;
            z-index: 1;
        }

        .landingform ul.dFlex li.river-cruisetype {
            left: 10px;
        }

        .landingform ul.dFlex li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width:auto;
            height: 34px;
            color: #3b3b3b;
            font-size: 15px;
            font-weight: 500;
            text-transform: none;
            letter-spacing: 1px;
            background-color: transparent !important;
            padding-left:22px;
        }
            .landingform ul.dFlex li a:before {
                content: '';
                position: absolute;
                left: 0px;
                top: 10px;
                width: 12px;
                height: 12px;
                border: 1px solid #3b3b3b;
                border-radius: 100%;
                background: #fff;
            }

        .landingform ul.dFlex li.active a {
            color: var(--footerBlueDark);
            background-color: transparent !important;
        }
        .landingform ul.dFlex li.active a:before {
            border: 1px solid var(--cruise);
            background: var(--cruise);
        }
.unPublishedDeal {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.landingform .deviderLine {
    border-bottom: solid 2px #f4f4f4;
}
.landingform .flexOuter {
    border: solid 1px #d9d9d9;
    border-bottom: none;
    margin-top: 15px;
    width: 50%;
    margin: 15px auto 0;
}
.vacationflightsbox {
    flex-direction: row;
}
.travelGuidehigh ul li {
    display: flex;
    padding-left: 0;
    margin-bottom: 2px;
    justify-content: center;
}
.cruise-offer-section-part-2 ul {
    line-height: 21px;
}

.flanding-search {
    min-height: 200px;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #f1f1f1;
    padding: 0 10px 20px 10px;
}

.flanding-search .fserch {
    padding:10px;
    background: #fff;
}
.landingform .flexCol {
    display: flex;
    justify-content: space-between;
    position: relative; 
    border-bottom: solid 1px #d9d9d9;
}
.landingform .fieldBlock {
    width: 49%;
    position: relative;
    margin-top: 10px;
    padding-left:10px;
}
    .landingform .fieldBlock.date {
        width:100%; 
    }
    .landingform .fieldBlock .error-text {
        color:red;
        font-weight:500;
    }
.landingform .selectOption {
    width: 100%;
    background-color: transparent;
    position: relative;
    font-size: 18px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    color:#000;
}
.landingform .selectOption option {
    width: 100%;
    background-color: transparent;
    position: relative;
    font-size:14px;
    height:30px; 
}
.landingform .departure input {
    background-image: none;
}

.landingform .date input {
    background-image:none;
}

.landingform .cruiseline input {
    background-image: none;
    background-size: 28px;
}

.landingform .ships input {
    background-image: none;
    background-size: 28px;
}
.landingform .fieldBlock input {
    width: 100%;
    padding: 0px 14px 0px 14px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    height: 56px;
    border: none;
    background-color: #fff !important;
    text-align: center;
    background-image: none !important;
}
  
.landingform .fieldBlock input::placeholder {
    color: #000;
    opacity: 1;
}
.landingform .departure input,
.landingform .cruiseline input,
.landingform .ships input,
.landingform .date input {
    font-size: 18px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.landingform .fieldBlock .labelText {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.landingform .date.fieldBlock .labelText {
    justify-content: space-between;
    padding-right: 15px;
}
    .landingform .fieldBlock .labelText img {
        width:12px;
        margin-left:10px;
    }
    .landingform .cruiseline::before {
        content: '';
        height: 60px;
        width: 1px;
        background-color: #c2c6ce;
        left: 0%;
        position: absolute;
        top: 12px;
    }
.searchResult {
    padding-top:10px;
}
.landingform ._wrapfrom {
    position: relative;
}
.landingform ._wrapfrom ._swapfield{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f4f4f4;
    border: 2px solid #fff;
    position: absolute;
    right: 14px;
    top: 30%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landingform ._date.fieldBlock {
    display: flex;
    justify-content: space-between;
    position: relative; 
}
.landingform ._date input {
    background: url(../images/calender_skyBlue.png) 15px center no-repeat;
}
.landingform ._date input {
    width:100%;
}
.landingform ._date.active input._return{
    display: none;
}
.landingform ._date.fieldBlock.active::after{
    display: none;
}
.landingform ._date.active input._depart{
    width: 100%;
}
 
.landingform ._travel-class input {
    background: url(../images/traveller_skyBlue.png) 15px center no-repeat;
}
.landingform button {
    color: #fff;
    background-color:var(--cruise);
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 2px;
    width: 50%;
    font-weight: 500;
    margin-top: 10px;
    border:none;
    border-radius:0;
}
.markedMandatory {
    padding-top: 10px;
    display: block;
}
.rightForm ._close img {
    width: auto;
}
.rightForm ._close{
display: block;
top: 5px;
position: absolute;
right: 7px;
}
/*** popupSelect *****/
.header {
    position: relative;
    /*z-index: 3;*/
}
body.active .header {
    position: fixed; 
    width:100%;
}
.popupSelect {
    position: fixed;
    width: 18em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
    border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -webkit-border-radius: 0.3125em;
    border: 0;
    padding: 10px 20px 82px 20px !important;
    background-color: #fff;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    border-radius: 0;
}

.ui-datepicker {
    padding: 0;
   /* border: 0 !important;
    background: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh;
    padding: 30px !important;
    border: 0 !important;
    border-radius: 0;*/
}

.popupSelect ul {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
}

    .popupSelect ul li {
        width: 100%;
        background-image: none;
        border: 0;
        padding: 2px 0;
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        text-align: left;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

        .popupSelect ul li label {
            width: 100%;
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: center;
        }

        .popupSelect ul li span {
            width: 190px;
            word-wrap: break-word;
            font-size: 13px;
        }

        .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: 16px;
                height: 16px;
                padding: 0;
                margin: 0;
                margin-right: 5px;
                border: solid 2px #8f8f9d; 
                margin-top: 3px;
                display: block;
                background-color: #fff;
                border-radius: 0;
                background-image: none !important;
            }
        .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: 10px;
        }

        .popupSelect ul li.cruise-line-heading {
            font-weight: 600;
            border-bottom: 4px;
        }

.popupSelect div > a {
    background: #0581a8;
    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: 10px;
}

.landingform .popupSelect .filtercitysearchAuto {
    height: 40px !important;
    padding: 6px 14px 6px 14px !important;
    background-size: 20px !important;
    border: solid 1px var(--cruise);
    text-align:left;
}

/*-------------------flight-landing-serach End--------------------*/

.dealSection {
    padding:10px 0 40px 0;
}
    .dealSection h3 {
        font-size: 32px;
        line-height: 36px;
        color: var(--footerBlueDark);
        font-weight: 500;
        text-align: center;
    }
.dealSection h3 span{display: block; font-size: 15px; color:#000; text-transform: uppercase;}
.flexRow{display: flex; justify-content: space-between; margin-top:20px;}
.dealSection .cardDiv{width:100%;}
.dealSection .dealCarousel{margin-top:20px;}
.dealSection .desCont{background-color: #f1f1f1; padding: 20px;}
    .dealSection .desCont h4 {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0;
        text-transform: none;
        line-height: 26px;
        color: var(--footerBlueDark);
    }
.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(--footerBlueDark);
        font-size: 14px;
        font-weight: 600;
        border: solid 2px var(--footerBlueDark);
        padding: 4px 15px;
    }
        .flexExplore a:hover {
            color: #fff;
            background-color: var(--footerBlueDark);
        }
.starIcon {
    background: url(../images/blackstar.png) left center no-repeat;
    display: inline-block;
    height: 20px;
    width: 30px;
    margin-left: 15px;
}
.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:30px 0 40px 0;}
.bestFleet .flexRow{flex-wrap: wrap; margin-top: 20px;}
    .bestFleet h3 {
        font-size: 32px;
        line-height: 36px;
        color: var(--footerBlueDark);
        font-weight: 500;
        text-align: center;
    }
.bestFleet .cardDiv{
    display: flex;
    margin-top:20px;
    position:relative;
}
.linkFull {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.bestFleet .cardDiv .img {
    width: 40%;
    background-color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: solid 1px #b3b3b3;
    border-right:none;
}
.bestFleet .cardDiv .desCont {
    width: 60%;
    background-color: #fff;
    padding: 20px 10px;
    height: 75px;
    border: solid 1px var(--cruise);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bestFleet .cardDiv h4 {
    color: var(--cruise);
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 600;
    width: 75%;
}
    .bestFleet .cardDiv img {
        width: auto;
        max-width: 110px;
        max-height: 100px;
    }
.bestFleet .cardDiv .desCont a {
    position: absolute;
    bottom: 12px;
    right: 15px;
    top: 28px;
}
.bestFleet .cardDiv .desCont img{max-width:32px;}
.cruiseGetway {
	background: var(--cruise) url(../images/cruiseBlueBg.jpg) left bottom repeat-x;
	padding: 30px 0 80px 0;
	background-size: 500px;
}
    .cruiseGetway h3, .cruiseGetway h1 {
        font-size: 32px;
        line-height: 36px;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }
.cruiseGetway p{
    font-size: 15px;
    line-height:20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.luxuryYachtCarousel {margin-top: 25px;}
.luxuryYacht{position: relative; }
.contentFlex {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding: 0 15px;
	align-items: center;
}
.contentFlex a {
	color: #fff;
	font-size: 11px;
	border: solid 1px #fff;
	padding: 4px 12px;
	text-transform: uppercase;
}
.contentFlex a:hover{color: #000;background-color: #fff;}

.faqSection h2 {
    color: var(--footerBlueDark);
}
.faqSection .listDiv .fa {
    color: var(--cruise);
}
.bannerholiday {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rotatesCruiseSecound ul li .rightarrowiconcruise {
    width: 4px !important;
    margin-left: 19px;
    margin-top: 2px;
    filter: brightness(0.5);
}

/***** Carousel Css ********/
.dealCarousel .owl-nav button,
.bestFleetCarousel .owl-nav button,
.luxuryYachtCarousel .owl-nav button {
    background: rgba(0, 0, 0, 0.7) !important;
    font-size: 40px !important;
    color: #fff !important;
    width: 34px;
    height: 36px;
    line-height: 36px !important;
}

    .dealCarousel .owl-nav button span,
    .bestFleetCarousel .owl-nav button span,
    .luxuryYachtCarousel .owl-nav button span {
        position: relative;
        top: -4px;
    }

.dealCarousel .owl-nav {
    position: absolute;
    top: 25%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bestFleetCarousel .owl-nav {
    position: absolute;
    top: 47%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.luxuryYachtCarousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .dealCarousel .owl-nav button.disabled,
    .bestFleetCarousel .owl-nav button.disabled,
    .luxuryYachtCarousel .owl-nav button.disabled {
        opacity: 0;
    }

#divDurationWrapper > div, #divShipWrapper > div, #divCruiseLineWrapper > div, #divCruiseAreaWrapper > div {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 3;
    display: block;
    padding: 20px 0 15px;
}

@media only screen and (max-width: 359px) {
    .landingform ul.dFlex li a {
        width: 145px;
    }
    }



/**Cruise main utm google**/
.CruiseMain_CeBOX {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #071537;
    height:84vh;
}
.CRuisebanner_areamain {
    position: relative;
}
.CRuisebannertextarea {
    position: absolute;
    top: 18%;
    left: 15px;
}
    .CRuisebannertextarea p {
        color: #fff;
        font-size: 6.5vw;
        text-transform: uppercase;
    }
    .CRuisebannertextarea h3 {
        font-size: 6.5vw;
        color: #fff;
        text-transform: uppercase;
    }
.Cruise_CallNow1 {
    padding: 4px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cruisecall_leftarea {
    display: flex;
    color: #fff;
}
    .cruisecall_leftarea p {
        font-size: 5vw;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 23px;
    }
.cruisecall_ruightarea {
    font-size: 14vw;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
}
    .cruisecall_ruightarea span {
        font-size: 7vw;
        margin-left: 4px;   
    }

.CruiseOffer_part3 ul li img{
    width:auto;
    margin-right:8px;
}
.CruiseOffer_part3 ul li {
    color: #fff;
    font-size: 4.5vw;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.CruiseOffer_part3 {
    padding: 10px 15px;
}
.cruiseoffer_part4 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 15px;
}
    .cruiseoffer_part4 p {
        color: #fff;
        text-align: center;
        font-size: 3.4vw;
        line-height: 18px;
    }
        .cruiseoffer_part4 p:nth-child(2) {
            border-left: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            padding: 0 12px;
        }
.CruiseOffer_part3 ul li b {
    margin-right: 4px;
    font-weight: 600;
}

.btnRed {
    background-color: #dc1125;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.8) 0px 2px 8px 0px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    display: flex;
    padding: 2px 15px;
    align-items: center;
    justify-content: center;
}

    .btnRed .phone {
        background: transparent;
        padding: 0;
        border-radius: 0;
        margin-right: 10px;
    }

        .btnRed .phone svg {
            width: 38px;
            height: 38px;
        }

            .btnRed .phone svg path {
                fill: #fff;
            }

    .btnRed .numText {
        display: block;
        font-size: 7.2vw;
        font-weight: 700;
        border-bottom: solid 1px #fff;
        color: #fff;
        padding: 6px;
    }
    .btnRed .tel {
        line-height: 20px;
    }

    .btnRed .numText a {
        color: #fff;
        text-decoration: none;
    }

    .btnRed .punchline {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #efefef;
    }

.phone {
    background-color: #fff;
    border-radius: 50%;
    padding: 6px 8px;
    margin-right: 14px;
}

    .phone svg {
        width: 30px;
        height: 30px;
    }

        .phone svg path {
            fill: #dc420d;
        }

            .phone svg path:nth-child(2) {
                -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
                animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
            }

            .phone svg path:nth-child(3) {
                -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
                animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
            }

.copyright {
    padding-bottom: 60px !important;
}

/* Animate phone */
@-webkit-keyframes header-phone {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes header-phone {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }

    70%, 90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }

    70%, 90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}


@media only screen and (max-width: 399px) and (min-width: 300px) {
    .cruiseoffer_part4 {
        display: none;
    }

    .CruiseOffer_part3 ul li {
        line-height: 26px;
    }
    .cruisecall_ruightarea {
        font-size: 13vw;
    }
}

@media only screen and (max-width: 360px) {
    .cruisecall_leftarea p {
        font-size: 4.5vw;
    }

    .cruisecall_ruightarea {
        font-size: 13vw;
    }
    .CruiseOffer_part3 ul li {
        font-size: 4.4vw;
    }
}
    

/**Cruise main utm google**/

