﻿:root {
    --redcolor: #d00202;
} 


.headerOfflinePage {
    background-color: var(--footerBlueDark);
    padding: 15px 0;
}

.headerOfflinePage .hdrMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerOfflinePage .logo img {
    width: 150px;
}

.headerOfflinePage .rightCall a {
    display: flex;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
    border: solid 1px #fff;
    padding: 5px 10px;
}

.headerOfflinePage .rightCall a img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.offerHeading {
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px 5px;
    font-size: 15px;
    font-weight: 600;
}
.offerHeading.whiteBg {
    background-color: #fff;
}
.offerHeading .blueTxt {
    color: var(--cruise);
}
.verifyedLogos {
    display: flex;
    padding: 20px 0 10px;
    align-items: center;
    justify-content: center;
}

.verifyedLogos div {
    padding: 0 10px;
}
.dealSection {
    padding-top: 20px;
    padding-bottom: 10px;
}
    .dealSection h2 {
        text-align: center;
        color: var(--footerBlueDark);
        font-size: 35px;
        font-weight: 400;
        text-align: center;
    }
.benfitCarousel {
    padding: 10px 0 20px 0;
}

    .benfitCarousel h2 {
        text-align: center;
        padding-bottom: 20px;
    }

.benfitCar-Items {
    padding: 0px 0 0px;
    background-color: #fff;
}

    .benfitCar-Items .item h4 {
        color: #142142;
        font-size: 16px;
        text-transform: none;
        padding: 15px 0;
        letter-spacing: 0;
    }

    .benfitCar-Items .item p {
        color: #142142;
        padding-top: 12px;
        font-size:11px;
    }

    .benfitCar-Items .item .devider {
        max-width: 100px;
        margin: 0 auto;
        border-top: solid 1px #909090;
    }

    .benfitCar-Items .owl-item.prevel .item img {
        margin: 0 6px 0 auto;
        height: 40px
    }

    .benfitCar-Items .owl-item.active + .owl-item .item img {
        margin: 0 auto 0 6px;
        height: 40px
    }

    .benfitCar-Items .owl-item.prevel.active .item img {
        margin: 0 auto
    }

    .benfitCar-Items.owl-carousel .owl-stage {
        display: flex;
        align-items: center;
        background-color: #fff;
    }



    .benfitCar-Items .owl-item .item h4,
    .benfitCar-Items .owl-item .item img {
        display: none
    }

    .benfitCar-Items .owl-item.active .item h4,
    .benfitCar-Items .owl-item.active .item img {
        display: block;
    }



    .benfitCar-Items .owl-item.active {
        -webkit-box-shadow: 0 0 10px 2px rgba(217,217,217,1);
        -moz-box-shadow: 0 0 10px 2px rgba(217,217,217,1);
        box-shadow: 0 0 10px 2px rgba(217,217,217,1);
        z-index: 1;
        margin: 10px 0
    }

    .benfitCar-Items .item {
        padding: 10px 10px;
        text-align: center;
        color: #000;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        transition: all .1s ease;
        background-color: #fff
    }

    .benfitCar-Items .active .item {
        display: block
    }

    .benfitCar-Items .item img {
        max-width: fit-content;
        height: 50px;
        object-fit: contain;
        margin: 0 auto
    }

        .benfitCar-Items .item img + p {
            padding-top: 10px;
            font-size: 11px;
            font-weight: 500
        }

    .benfitCar-Items .cardDiv1 {
        background-color: #fff
    }

    .benfitCar-Items .cardDiv2 {
        background-color: #fff
    }

    .benfitCar-Items .cardDiv3 {
        background-color: #fff
    }

    .benfitCar-Items .cardDiv4 {
        background-color: #fff
    }

    .benfitCar-Items .cardDiv5 {
        background-color: #fff
    }

    .benfitCar-Items .cardDiv6 {
        background-color: #fff
    }

    .benfitCar-Items .owl-dots {
        text-align: center;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        width: 100%
    }

    .benfitCar-Items .owl-dot.active {
        background-color: #142142 !important;
        border: solid 1px #142142 !important
    }

    .benfitCar-Items .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #fff !important;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #848484 !important
    }
.favDestination {
    padding: 30px 0 0px 0;
}
        .favDestination .card-container {
            overflow: hidden;
            transition: max-height 0.4s ease;
            gap: 12px;
            display: flex;
            flex-wrap: wrap;
        }
        .favDestination h2 {
            text-align: center;
            padding-bottom: 10px;
            color: var(--footerBlueDark);
            font-size: 35px;
            font-weight: 400;
          
        }
        .favDestination .cardDiv {
            position: relative;
            padding-top: 0px;
            width: 32.5%;
        }
    .favDestination .cardDiv img{
        display:block;
    }
    .favDestination h4 {
        font-size: 24px;
        text-transform: none;
        position: absolute;
        top: 40%;
        width: 100%;
        text-align: center;
        color: #ffff;
        text-shadow: 2px 2px 5px #000000ba;
    }
        .favDestination .viewAllRegion,
        .dealSection .viewAllDeals {
            padding-top: 30px;
            text-align: center;
        }
            .favDestination .viewAllRegion a,
            .dealSection .viewAllDeals a {
                text-decoration: underline;
                font-size: 18px;
                color: var(--footerBlueDark);
                font-weight: 500;
            }
.dealSection .txtluxery {
    box-shadow: 0px 0px 10px 2px rgba(217,217,217,1);
    min-height: 441px !important;
}
.dealSection ._lbox {
    margin-top: 20px;
    position: relative;
}
    .dealSection ._lbox .imgThumb,
    .dealSection ._lbox .thumbImg {
        position: relative;
    }   
.dealSection ._lbox img {
    display: block;
} 
.dealSection h2 {
    padding-bottom: 0px;
}
.dealSection h3 {
    color: var(--footerBlueDark);
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    padding-bottom: 11px;
    text-align: left;
}
.dealSection .flights-included {
    position: absolute;
    bottom: 8px;
    background-color: #142142;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    padding: 6px 13px;
    gap: 5px;
    align-content: center;
    align-items: center;
    left: 5px;
    display: flex;
}

.dealSection .flights-included img {
    width: 15px !important;
    height: 12px !important;
}
.dealSection .packageAreaBox-star-1 {
    background: url(../images/star-1darkblue.png) center top 3px no-repeat;
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
    background-position-x: left;
}

.dealSection .packageAreaBox-star-2 {
    background: url(../images/star-2darkblue.png) center top 3px no-repeat;
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
    background-position-x: left;
}

.dealSection .packageAreaBox-star-3 {
    background: url(../images/star-3darkblue.png) center top 3px no-repeat;
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
    background-position-x: left;
}

.dealSection .packageAreaBox-star-4 {
    background: url(../images/star-4darkblue.png) center top 3px no-repeat;
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
    background-position-x: left;
}

.dealSection .packageAreaBox-star-5 {
    background: url(../images/star-5darkblue.png) center top 3px no-repeat;
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
    background-position-x: left;
}
.dealSection .fromPrice {
    text-align:center;
}
.dealSection .overLinePrice {
    color: #535353;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-decoration:line-through;
}
.dealSection .overLinePrice b.pp {
    font-size: 12px;
    font-weight: 500;
}
.dealSection .finalPrice {
    color: var(--footerBlueDark);
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.dealSection .finalPrice b.pp {
    font-size: 12px;
    font-weight: 500;
}
.dealSection .finalPrice .smallText {
    font-size: 14px;
    padding-right:5px;
    font-weight:500;
}
.quoteLink {
    margin-top:15px;
}
.quoteLink .reqQuote {
    width:100%;
    display: block;
    text-transform: uppercase;
    background-color: var(--footerBlueDark);
    font-size: 14px;
    color: #fff;
    padding: 9px 8px;
    text-align: center;
    border: none;
    font-weight: 600;
    outline:none;
    cursor:pointer;
}
.quoteLink .viewDetail {
    color: #494949;
    text-decoration:underline;
    text-align:center;
    margin-top:8px;
    font-size:14px;
    display:block;
}
/************** Pop-up CSS Start ****************/
.scanClose1 {
    text-align: right;
    position: absolute;
    right: 1vw;
    top: 1vw;
}
.scanClose1 img {
    width: 8vw;
}
.cruiseSearchbox {
    display: none;
    position: fixed;
    background: #00000075;
    top:0;
    width: 100%;
    margin: auto;
    left: 0;
    padding: 10px 7px;
    z-index: 3;
    overflow: hidden;
    height: 100vh;
}

    .cruiseSearchbox .quoteForm {
        width: 100%;
        border: 1px dashed grey;
        color: var(--footerBlueDark);
        padding: 15px 15px 80px;
        position: relative;
        background: rgb(255, 255, 255);
        margin: 0px;
        overflow: scroll; 
        height: 98vh;
    }
        .cruiseSearchbox .quoteForm .callDiv .textSmall {
            font-size: 3vw;
            display: inline-block;
            width: 100%;
            margin: 2vw 0 2vw 0;
        }

        .cruiseSearchbox.active {
            display: block;
        }

    .cruiseSearchbox .callDiv {      
        margin-top: 4vw;        
        width: 100%;
    }
    .cruiseSearchbox .callDiv .flexDiv {
        display: flex;
        align-items: center; 
        justify-content: center;
        width: 100%;
    }



.cruiseSearchbox .imgCall {
    width: 70px;
}

        .cruiseSearchbox .imgCall img {
            width: 100%;
        }

    .cruiseSearchbox .phoneDiv {
        padding-left: 10px;
        font-size: 5.5vw;
        font-weight: 500;
    }

        .cruiseSearchbox .phoneDiv a {
            color: var(--excursions);
            font-weight: 700;
            text-decoration: underline;
        }

        .cruiseSearchbox .phoneDiv span {
            display: block;
            font-size: 3.2vw;
            margin-top: 5px; 
            line-height: 4vw;
            padding-bottom: 5px;
        }

            .cruiseSearchbox .phoneDiv span strong {
                color: var(--excursions);
            }

    .cruiseSearchbox .or {
        text-align: center;
        font-size: 4.5vw;
        position: relative;
        margin-top: 10px;
    }

        .cruiseSearchbox .or::after {
            content: "";
            width: 36vw;
            border: 1px dashed #777;
            position: absolute;
            top: 3vw;
            right: 0;
        }

        .cruiseSearchbox .or::before {
            content: "";
            width: 36vw;
            border: 1px dashed #777;
            position: absolute;
            top: 3vw;
            left: 0;
        }

    .cruiseSearchbox .h2Text {
        text-align: center;
        font-size: 5vw;
        font-weight: 600;
        padding-top: 2vw;
        color: var(--footerBlueDark);
    }

.formSection {
    padding-top: 8vw;
}

    .formSection .twoCol {
        display: flex;
        justify-content: space-between;
    }

        .formSection .twoCol .inputBlock {
            width: 49%;
        }

    .formSection .inputBlock {
        margin-bottom: 15px;
        position: relative;
    }

    .formSection .inputField {
        height: 45px;
        border: none;
        border-bottom: 1px solid #aaa9af;
        user-select: none;
        color: var(--footerBlueDark);
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        padding: 0;
    }

    .formSection .inputFieldtext {
        height: 21vw;
        border: none;
        border: 1px solid #aaa9af;
        user-select: none;
        color: var(--footerBlueDark);
        font-family: Montserrat, sans-serif;
        font-size: 3.75vw;
        font-weight: 500;
        width: 100%;
        box-sizing: border-box;
        padding: 2vw 3vw;
    }

    .formSection .inputField:focus-visible {
        outline: none;
    }

    .formSection .selectField {
        height: 45px;
        border: none;
        user-select: none;
        color: var(--footerBlueDark);
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        padding: 0 5px;
        text-align: center;
        background-color: #d9d9d9;
    }

    .formSection .labelText {
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 0;
        font-size: 12px;
        font-weight: 600;
        color: #4d4d4d;
        line-height: 12px;
    }

    .formSection .error {
        font-size: 12px;
        color: red;
        font-weight: 500;
        line-height: 16px;
        display: none;
    }
    .formSection .submutBtn {
        display: flex;
        align-items: baseline;
    }
    .formSection .submutBtn input {
        margin-right: 7px;
        position: relative;
        top: 5px;
        width: 30px;
    }
    .formSection .submutBtn p,
    .formSection .submutBtn label{
        font-size: 3.1vw;
        line-height: 4vw;
    }

    .formSection .freeonlinefareBtn {
        background: var(--footerBlueDark);
        color: #fff;
        font-size: 5vw;
        padding: 3vw;
        outline: 0;
        border: none;
        font-weight: 500;
        display: block;
        width: 100%;
        cursor: pointer;
    }

.cprightimg1Icon {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

    .cprightimg1Icon img {
        width: 100%;
        max-width: 22vw;
        background: #fff;
        border-radius: 4px;
        padding: 0px;
        height: 9vw;
        object-fit: contain;
    }

    .cprightimg1Icon .cliaicon {
        margin-top: -1vw;
    }

    .cprightimg1Icon > img {
        max-width: 26vw;
    }

    .cprightimg1Icon .gogetsslClassTwo {
        margin: 0 8px;
    }

.formSection .freecallbtnTmm {
    font-size: 4.2vw;
    color: #fff;
    padding: 3vw 1vw;
    background-color: var(--excursions);
    font-weight: 600;
    border: 1px solid var(--excursions);
    width: 36vw;
}

.formSection .freeQuoteBtn {
    font-size: 4.2vw;
    color: #fff;
    padding: 3vw 1vw;
    background-color: var(--redcolor);
    font-weight: 600;
    border: 1px solid var(--redcolor);
    width: 40vw;
}

.Tmm_buttonsAreaBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
}
/******** QR Code **********/
.agentScannerPop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: none;
    height: 100vh;
}

    .agentScannerPop.active {
        display: block;
    }

    .agentScannerPop .scanBox {
        width: 100%;
        background: #ffffff;
        padding: 16vw 6vw 10vw;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        position: relative;
    }

    .agentScannerPop .scanClose {
        width: 8vw;
        cursor: pointer;
        position: absolute;
        right: 1vw;
        top: 1vw;
        background-color: #fff;
    }

        .agentScannerPop .scanClose img {
            width: 100%;
        }

.scanBoxHeading {
    font-size: 5vw;
    font-weight: 700;
    color: #1c2a44;
    margin-bottom: 10px;
}


.scanBoxSubHead {
    font-size: 14px;
    color: #5f6f87;
    margin-bottom: 18px;
}


.call-text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c2a44;
}


.phone a {
    background: #152a4d;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding: 14px 10px;
    border-radius: 0;
    margin-bottom: 22px;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
}


.qr-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}


.qr {
    width: 110px;
    height: 110px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
}


.qr-text {
    font-size: 13px;
    color: #5f6f87;
    text-align: left;
    max-width: 160px;
    line-height: 1.4;
}


.discount-note {
    font-size: 14px;
    color: #1c2a44;
    margin-bottom: 10px;
}

.discount-box {
    border: dashed 1px #000;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 5px;
}

.small-text {
    font-size: 11px;
    line-height: 13px;
    margin-top: 15px;
}

.thankyoupagetmm {
    font-size: 12vw;
    color: var(--excursions);
    padding-bottom:15px;
}


/**Call pop*/
.bodyfixed {
    overflow: hidden;
    height: 100%;
}

.Callcustomerpop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: none;
    height: 100vh;
    overflow: auto;
}

    .Callcustomerpop.active {
        display: block;
    }

    .Callcustomerpop .scanBox {
        width: 90%;
        background: #ffffff;
        padding: 8vw 4vw 10vw;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        position: relative;
        border: 1px dashed var(--footerBlueDark);
        margin: 6vw auto;
    }

    .Callcustomerpop .scanClose {
        width: 8vw;
        cursor: pointer;
        position: absolute;
        right: 1vw;
        top: 1vw;
        background-color: #fff;
    }

        .Callcustomerpop .scanClose img {
            width: 100%;
        }
    .Callcustomerpop .Tmm_Callimgarea img{
        max-width:102px;
    }
.callCust_Headline {
    color: var(--footerBlueDark);
    font-size: 5.5vw;
    line-height: 7vw;
    font-weight: bold;
    margin: 0;
}

.callCustomer_text2 h5 {
    font-size: 4.2vw;
    font-weight: 500;
    color: var(--footerBlueDark);
    margin: 7vw 0 0;
}

    .callCustomer_text2 h5 span {
        color: var(--excursions);
        font-weight: bold;
    }

.callCustomer_text2 p {
    color: var(--footerBlueDark);
    font-size: 3.7vw;
    line-height: 5vw;
    margin: 3px 0 10vw;
}
.Callcustomerpop .phone{margin-right:0; padding:0;}
.Callcustomerpop .phone a {
    background: var(--excursions);
    color: #ffffff;
    font-size: 7vw;
    font-weight: 700;
    padding: 4vw 4vw;
    border-radius: 0;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    width: 100%;
    margin: 0 auto 5vw;
}

.Callcustomerpop .call-text {
    font-size: 4.5vw;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c2a44;
}

.Callcustomerpop .scanBoxSubHead {
    font-size: 4vw;
    color: var(--footerBlueDark);
    margin-bottom: 10vw;
}

/***** Footer Fix Strip********/
.cruisebtnbox45 {
    margin-top: 8vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 5vw 2vw;
    z-index: 2;
}

.cruisebtnbox45 .freecallbtnTmm {
    font-size: 4.2vw;
    color: #fff;
    padding: 3vw 1vw;
    background-color: var(--excursions);
    font-weight: 600;
    border: 1px solid var(--excursions);
    width: 48%;
}

.cruisebtnbox45 .cruisefreeQuoteBtn {
    font-size: 4.2vw;
    color: #fff;
    padding: 3vw 1vw;
    background-color: var(--redcolor);
    font-weight: 600;
    border: 1px solid var(--redcolor);
    width: 48%;
}
/**low price pop css**/


.LowestpricePop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    z-index: 999;
    justify-content: center;
    align-items: center;
    /* display: none; */

    overflow: auto;
}

    .LowestpricePop.active {
        display: block;
    }

    .LowestpricePop .scanBox {
        width: 94%;
        background: #ffffff;
        padding: 12vw 4vw 10vw;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 16vw;
        position: relative;
    }

    .LowestpricePop .scanCloselow {
        width: 8vw;
        cursor: pointer;
        position: absolute;
        right: 1vw;
        top: 1vw;
        background-color: #fff;
    }

        .LowestpricePop .scanCloselow img {
            width: 100%;
        }

.lowestprice_headline {
    margin: 0;
    font-size: 5vw;
    color: var(--footerBlueDark);
}

    .lowestprice_headline span {
        color: var(--excursions);
    }

.lowestprice_text {
    font-size: 4vw;
    line-height: 5vw;
    margin-top: 1.5vw;
    color: var(--footerBlueDark);
    margin-bottom: 20px;
}

.LowestpricePop .call-text {
    font-size: 4.3vw;
    font-weight: 400;
    margin-top:10px; 
    color: #1c2a44;
}
.LowestpricePop .phone {
    margin-right: 0;
    padding:0;
}
.LowestpricePop .phone a {
    background: #0db04b;
    color: #ffffff;
    font-size: 7vw;
    font-weight: 700;
    padding: 4vw 5vw;
    border-radius: 0;
    margin-bottom: 5vw;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
}

.bottomlow_or {
    font-size: 4vw;
}

.lowprice_code {
    font-size: 4.5vw;
    font-weight: 500;
    margin-top: 2vw;
    color: var(--footerBlueDark);
}

.lowprice_code span {
    display: block;
}

/********** Detail Page **********/
.bestDealQuoteSection {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    background-image: url(../images/Cheapcruise_bgBanner.jpg);
    background-repeat: no-repeat;
    background-position: left 0 top 130px; 
}
.quoteContainer {
    background-color: #fff;
    width: 100%;
    margin: 20px auto;
}
.quoteContainer .leftDeal {
    width: 100%;
    border: dashed 1px grey;
    color: var(--footerBlueDark);
    padding: 7vw 4vw 5vw;
    text-align: center;
}
.package-ref-head {
    padding: 0 0 10px 0;
    font-size: 16px;
}
.package-ref-head span {
    font-weight: 600;
}
.quoteContainer .CheapDiscText {
    font-size: 6vw;
    font-weight: 500;
    text-align: left;
}

.cruise-offer-section-part-1 {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
}


.cruise-offer-section-part-1 h2 {
    font-size: 4vw;
    line-height: 7.5vw;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0vw;
}

.quoteContainer .highlights {
    margin-top:15px;
}
.highlights p {
    text-align:left;
}
.highlights ul {
    padding: 4px 0 10px 14px;
    line-height: 20px;
    height: 128px;
    overflow: hidden;
}
    .highlights ul li {
        text-align: left;
        font-size: 12px;
        justify-content: left;
        list-style-type: disc;
        display: list-item;
        font-weight: 500;
        overflow: visible;
        white-space: normal !important;
        padding-left: 0;
    }
.quoteContainer .paraText {
    font-size: 3.5vw;
    line-height: 5.5vw;
    padding-top: 4vw;
}
.quoteContainer .paraText1 {
    font-size: 3.5vw;
    line-height: 6vw;
}
.quoteContainer .dealText {
    padding-top: 5vw;
}
.quoteContainer .dealText h3 {
    margin: 0;
    padding: 0 0 1.5vw 0;
    text-transform: uppercase;
    font-size: 7vw;
    font-weight: 700;
}
.quoteContainer .dealText span {
    display: block;
    font-size: 5vw;
    font-weight: 500;
}
.quoteContainer .dealText span.offerValid { 
    font-size: 4vw; 
    margin-top:15px;
}
.timerHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:5px;
}
.timerHeading div{
   width:60px;
   font-size:12px;
   text-align:center;
   font-weight:600;
}
.cheap-cruise-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0 4vw 0;
}

    .cheap-cruise-timer span {
        font-size: 5vw;
        font-weight: 500;
        padding: 5px 18px;
        background: #142142;
        color: #ffffff;
        border-radius: 4px;
        margin: 0 3px;
    }
.cruise-offer-section-part-2 {
    text-align: left;
}
    .cruise-offer-section-part-2 ul li {
        text-align: left;
        font-size: 3.5vw;
        justify-content: left;
        list-style-type: none;
        display: list-item;
        font-weight: 500;
        overflow: visible;
        padding:0 0 7px 24px;
        background: url(/images/nextFinger.png) left top no-repeat;
        background-size: 17px;
    }
.quoteContainer .saveToday {
    padding-top: 3vw;
    font-size: 4.3vw;
    font-weight: 500;
}
.quoteContainer .saveToday h2 {
    margin-top: 0;
    font-size: 4.5vw;
    line-height: 6vw;
}
.quoteContainer .farestartTMM {
    font-size: 4.5vw;
    font-weight: 500;
    margin: 15px 0 0 0;
}
.quoteContainer .priceFlex {  
    margin-top: 3vw;
    text-align:center;
}
    .quoteContainer .priceTxt {
        font-size: 10vw;
        font-weight: 700;
        line-height: 14vw;
    }
    .quoteContainer .priceTxt span {
        font-size: 5vw;
        font-weight: 400;
        padding-right: 6px;
    }

.quoteContainer .priceFlex .oldPrice {
    font-size:7vw;
    text-align: center;
    padding-left: 3vw;
    font-weight: 500;
    text-decoration: line-through;
    color:var(--redcolor);
    }
.quoteContainer .priceFlex b.pp {
    font-size: 18px;
    font-weight: 500;
}
       
.booknowpayleter {
    font-size: 3.5vw;
}
.quoteContainer .slideQuote {
    border: solid 2px var(--redcolor);
    background-color: var(--redcolor);
    color: #ffffff;
    font-size:5vw;
    text-transform: uppercase;
    outline: 0;
    font-weight: 600;
    display: block;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
    margin: 5vw auto 0;
    padding: 3vw 8vw;
    width:100%;
}
.quoteContainer .callGreenBtn {
    border: solid 2px var(--excursions);
    background-color: var(--excursions);
    color: #ffffff;
    font-size: 5vw;
    text-transform: uppercase;
    outline: 0;
    font-weight: 600;
    display: block;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
    margin:2vw auto 0;
    padding: 3vw 8vw;
    width: 100%;
}
.vacationitinerayarea h1{
    display:none;
}
.CTA-Outer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.CTA-Outer .freecallbtnTmm {
    font-size: 4.2vw;
    color: #fff;
    padding: 3vw 1vw;
    background-color: var(--excursions);
    font-weight: 600;
    border: 1px solid var(--excursions);
    width: 49%;
    border-radius: 5px;
}
.CTA-Outer .cruisefreeQuoteBtn {
    font-size: 4.2vw;
    color: rgb(255, 255, 255);
    padding: 3vw 1vw;
    background-color: var(--redcolor);
    font-weight: 600;
    border: 1px solid var(--redcolor);
    width: 49%;
    border-radius:5px;
}
.CTA-Full {
    display: block; 
    padding-bottom: 25px;
}

.CTA-Full .freecallbtnTmm {
    font-size: 4.2vw;
    color: #fff;
    padding: 3vw 1vw;
    background-color: var(--excursions);
    font-weight: 600;
    border: 1px solid var(--excursions);
    width: 100%; 
}

.CTA-Full .cruisefreeQuoteBtn {
    font-size: 4.2vw;
    color: rgb(255, 255, 255);
    padding: 3vw 1vw;
    background-color: var(--redcolor);
    font-weight: 600;
    border: 1px solid var(--redcolor);
    width: 100%; 
}
.bestDealQuoteSection.sectionTwo {
    background-image:none;
}
.bestDealQuoteSection.sectionTwo + .uspmainbox1 {
    display:none;
}
.backPageLink {
    margin-top: 15px;
}
.backPageLink a {
    background-color: var(--footerBlueDark);
    display: flex;
    padding: 5px 10px;
    width: 70px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    align-items: center;
}
.backPageLink a img {
    filter: brightness(0) invert(1);
    width: 7px;
    margin-right: 5px;
}
.faqSection .listDiv .fa {
    color: #000;
}
.onlineFareLink {
    text-align:center;
    padding-top:10px;
}
.onlineFareLink a {
    text-decoration: underline !important;
    color: #1666ff;
    font-size: 13px;
    font-weight: 600;
}
.formSection .inputBlock .flexTwoCol {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: initial;
}
    .formSection .inputBlock .flexTwoCol .inputField {
        margin-left:10px;
    }
    .countryCodePhone .country-dropdown-selected #selectedText {
        white-space: nowrap;
    }
.vacationflightsbox { 
    background: #fff;
    padding: 20px 0px;  
}
.vactionflightdetail { 
    align-items: baseline; 
}
.vactionflightdetail .vacationflightairpot .vactionairpotbox {
    font-size: 16px;   
    text-align: left;
}
.vactionflightdetail .vacationflightairpot .vacationairportName {
    font-size: 16px;
    -webkit-appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vactionflightdetail .vacationflightairpot .vactionflightfare {
    font-size: 24px; 
}
.VCfarechange sub {
    font-size: 14px; 
}
.vactionflightdetail .vacationflightairpot .overLinePrice {
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-decoration: line-through;
    line-height: 18px;
}
.vactionflightdetail .vacationflightairpot .overLinePrice b.pp {
    font-size: 12px;
    font-weight: 500;
}
.vc_INfobox .readMore {
    display:none;
}

.cardDiv.hidden {
    display: none;
}