.flexTwoCol {
    display: flex;
}

.banneritinerary img {
    display: block;
    height: 100%;
}

.banneritinerary .owl-item:hover img {
    transform: scale(1);
}

.banneritinerary .leftBanner,
.banneritinerary .rightBanner {
    width: 50%;
}

.flexFourCol {
    display: flex;
    flex-wrap: wrap;
}

    .flexFourCol .imgCol {
        width: 50%;
    }

.headerInfo {
    padding: 40px 0;
    text-align: center;
    color: #000;
    box-shadow: 0px 5px 8px -2px rgba(112,112,112,0.2);
}

    .headerInfo h2, .headerInfo h1 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
        line-height: 42px;
    }

    .headerInfo .text1 {
        font-size: 16px;
        padding-top: 5px;
    }

    .headerInfo .smallText {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 3px;
        display: block;
        line-height: 20px;
        font-weight: 400;
        color: var(--footerBlueDark);
    }

    .headerInfo p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 20px;
    }

.midSection {
    padding: 40px 0;
}

    .midSection p {
        font-size: 14px;
        line-height: 22px;
        margin-left: 0 !important;
    }

    .midSection ul {
        line-height: 20px;
        font-size: 14px;
    }

    .midSection p strong {
        font-size: 14px;
        display: inline-block;
        margin-top: -15px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        margin-bottom: 6px;
    }


span {
    font-family: "Montserrat", sans-serif !important;
}

.midSection ul {
    margin-bottom: 20px;
}

.midSection table p {
    padding-bottom: 0px;
    text-align: center;
    line-height: normal;
}

/*.midSection table th, .midSection table td {
    padding: 10px;
}*/

.midSection table {
    margin-bottom: 30px;
}

.midSection h2 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 42px;
    text-align: left;
    margin-left: 40px;
}

.includeBox {
    background-color: #fff7f2;
    padding: 0 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .includeBox ul li ul {
        margin-top: 20px;
    }

        .includeBox ul li ul li {
            background: url(../images/bullet.png) left 4px no-repeat;
            background-size: 14px;
        }

.midSection .dayBlock + .includeBox p {
    display: block;
    margin-left: 0 !important;
}

    .midSection .dayBlock + .includeBox p.empty {
        display: none;
    }

.dayBlock + .includeBox {
    background-color: transparent;
    padding: 0px;
}

    .dayBlock + .includeBox ul li
    .midSection .dayBlock + .includeBox p.empty {
        display: none;
    }

    .dayBlock + .includeBox ul li {
        width: 100%;
        padding-left: 23px;
        padding-bottom: 0;
        line-height: normal;
        list-style-position: inside;
        list-style-type: disc;
        display: block;
        background: url(../images/bullet.png) left 3px no-repeat;
        background-size: 14px;
    }

.midSection li {
    width: 100%;
    padding-left: 23px;
    padding-bottom: 0;
    line-height: normal;
    list-style-position: inside;
    list-style-type: disc;
    display: block;
    background: url(../images/bullet.png) left 3px no-repeat;
    background-size: 13px;
}

.dayBlock + .includeBox ul li p {
    padding-bottom: 10px;
}

.includeBox ul {
    display: flex;
    flex-direction: column;
}

    .includeBox ul li {
        width: 100%;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 20px;
        background: url(../images/tickorange.png) left 3px no-repeat;
        padding-left: 24px;
    }

        .includeBox ul li:last-child {
            padding-bottom: 0;
        }

.dayBlock img {
    width: auto;
    max-width: 20px;
}

.dayBlock .flexRow {
    display: flex;
    align-items: flex-start;
}

.borderBox {
    border: solid 1px #d2d2d2;
    margin-top: 20px;
    padding: 25px 30px;
}

.dayBlock {
    margin-bottom: 25px;
}

.dayTxt {
    text-align: center;
    position: relative;
}

    .dayTxt span {
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

.textRight {
    padding-left: 32px;
    margin-left: 40px;
    width: 95%;
}

.includeBoxmainArea .readmoreinclude {
    padding-left: 0px !important;
}

.dayTxt + .textRight {
    padding-left: 0;
}

.airBlock .dayTxt + .textRight {
    padding-left: 32px;
}

.resortBlock .market .textRight {
    margin-left: 0px;
}

.market .itenaryImages {
    width: 91% !important;
    margin: 0 auto 40px;
}

.itenaryImages {
    margin-bottom: 53px;
    width: 500px;
}

    .itenaryImages .item .image img {
        height: 233px;
        object-fit: cover;
    }

    .itenaryImages .owl-item:hover img {
        transform: none;
    }

.resortBlock .textRight {
    padding-left: 0px;
}

.airBlock .textRight h3 {
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.textRight h3 img {
    margin-right: 10px;
}

.textBox .moreText h3 span {
    color: black;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.airBlock .textBox p span {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.dayBlock .airBlock .moreText .hideText p span {
    font-weight: normal;
}

.dayBlock .airBlock .moreText p span {
    font-weight: 600;
}

.airBlock .textBox p {
    padding-bottom: 0;
}

.airBlock .hideText h5 span {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.hideText p span {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
}

.hideText {
    padding-top: 0px;
    display: inline-block;
}

.airBlock .textBox {
    padding-left: 158px;
    position: relative;
    top: -20px;
}

.resortBlock .textBox {
    padding-left: 0px;
    position: relative;
    top: -20px;
}

.marketBlock .textBox {
    padding-left: 158px;
    position: relative;
    top: -50px;
}

.resortBlock h3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.ajexloaderv1 {
    display: none;
    width: auto;
}

.marketBlock h3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    grid-column: 1 / span 1;
    grid-row: 1;
}

.market + .textBox {
    position: static;
}

.serviceList {
    width: 75%;
}

.listService {
    display: flex;
    font-size: 18px;
    margin-top: 10px;
}

.midSection .listService li {
    font-size: 14px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    background: none;
    padding-left: 0;
    width: auto;
}

.serviceList ul li {
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
    padding-left: 15px;
    background: none;
    width: auto;
    display: flex;
    align-items: center;
}

    .serviceList ul li img {
        margin-right: 10px;
        width: 25px;
    }

.market {
    padding-left: 0px;
    margin-top: 10px;
}

.serviceList ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.resortBlock .listService {
    margin-left: 0px;
}

.listService li img {
    margin-right: 5px;
}

.listService li span {
    white-space: nowrap;
    font-weight: 500;
}

.textRight .textBox {
    /*background-color: #f8f8f8;*/
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
}

    .textRight .textBox h4 {
        text-transform: uppercase;
        letter-spacing: 0;
        background: #e5e5e5;
        display: inline-block;
        padding: 15px;
        color: #000;
        font-weight: 500;
    }

.textRight .moreText {
    padding: 10px 15px;
    background: #f8f8f8;
}

    .textRight .moreText h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }
/*.textRight .hideText{display:none;}*/
.textRight.active .hideText {
    display: block;
}

.textRight .readMore {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
    /*display: block;*/
    margin-top: 10px;
}
/*.resortBlock .market .textRight {
    background:none;
}*/

.readmoreinclude.active ul {
    max-height: none;
    overflow: visible;
}

.readmoreinclude ul {
    max-height: 245px; /* Limits the height when not active */
    overflow: hidden;
}




.readMore {
    display: none;
}

.airBlock .textRight {
    background: url(../images/airporticon.png) left 19px no-repeat;
    background-size: 20px;
    height: 56px;
}

._air-icon ._planeicon {
    height: 29px;
    margin-left: 7px;
}

.resortBlock .market + .textBox .moreText h5 span {
    color: black;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.airBlock .dayTxt span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 31%;
}

.textRight {
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}

.resortBlock .dayTxt span {
    color: #000;
    width: 90px;
}
/*.marketBlock .textRight {
    background: url(../images/templeBlue.png) left 15px no-repeat;
    filter: brightness(0);
    background-size: 20px;
}*/
.marketBlock .textBox .moreText p span {
    color: black;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.marketBlock .hideText h5 span {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.marketBlock .moreText p {
    padding-bottom: 0;
}

.marketBlock .dayTxt span {
    color: #fff;
}

.marketBlock .textBox .moreText p + span.hideText p span {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}

.fixedEnquireNow {
    position: fixed;
    right: 0;
    top: 0%;
    z-index: 2;
    display: none;
    width: 50%;
}

.enqForm .leftDiv sub {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 3px;
    font-weight: 600;
}

.VCfarebox span {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.fixedEnquireNow {
    right: 0;
    animation: animate 1s linear forwards;
}

    .fixedEnquireNow.stepTwo .enqForm {
        display: none;
    }

    .fixedEnquireNow.sticky {
        display: none;
    }

.fixedSideBtn {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 2;
    display: none;
    cursor: pointer;
}

@keyframes animate {
    from {
        right: -750px;
    }

    to {
        right: 0px;
    }
}

.enqForm {
    background: url(/images/VCformBGimg.jpg), rgb(255, 255, 255);
    padding: 30px;
    position: relative;
    width: 100%;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: auto;
    border: 1px solid rgb(223, 223, 223);
    box-shadow: rgba(112, 112, 112, 0.3) 1px 1px 10px 0px;
}


    .enqForm .closeIcon {
        font-size: 22px;
        background-color: #fff;
        width: 24px;
        position: absolute;
        top: 7px;
        right: 15px;
        cursor: pointer;
        border-radius: 50%;
    }

        .enqForm .closeIcon img {
            width: 100%;
            display: block;
        }

.VClogoimgbox {
    max-width: 160px;
    width: 100%;
}

.VCphonearea {
    display: flex;
    align-items: center;
}

    .VCphonearea img {
        width: auto;
    }

.enqForm .flexTwoCol {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
/*  .enqForm .flexTwoCol:before {
            content: "";
            position: absolute;
            width: 2px;
            height: 230px;
            left: 0;
            background: #c9c9c9;
            top: 0;
        }*/
.enqForm .leftDiv {
    font-size: 32px;
    text-align: left;
    font-weight: 600;
    color: var(--footerBlueDark);
}

    .enqForm .leftDiv span {
        font-size: 16px;
        display: block;
        padding-bottom: 2px;
        font-weight: 400;
        color: var(--footerBlueDark);
    }

.enqForm .rightForm {
    width: 100%;
}

.enqForm .twoCol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.enqForm .limitText {
    width: 100%;
}

.twoCol .inputDiv {
    width: 48%;
    margin-bottom: 15px;
}

    .twoCol .inputDiv label {
        font-size: 16px;
        color: var(--footerBlueDark);
        font-weight: 500;
    }

.inputDiv input {
    border-bottom: solid 1px #363636;
    padding: 10px 12px;
    font-size: 13px;
    background-color: #ffffff00;
    width: 100%;
}

.error-text {
    color: red;
    font-weight: 400;
    display: none;
}

.inputDiv input::placeholder {
    color: #000;
    opacity: 1;
}

.inputDiv input::-ms-input-placeholder {
    color: #000;
}

.limitText textarea {
    border: solid 1px #363636;
    font-size: 14px;
    color: #0e1015;
    margin-top: 10px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    padding: 20px 20px 0px 20px;
    background: #fff;
}

.enqForm .limitText label {
    color: var(--footerBlueDark);
    font-weight: 400;
}

.submit {
    background-color: var(--footerBlueDark);
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    max-width: 300px;
    text-align: center;
    display: block;
    padding: 10px 60px;
    letter-spacing: 1px;
    margin: 0px auto 0 auto;
    width: 100%;
    cursor: pointer;
}


._imprttxt {
    margin-top: 20px;
}

    ._imprttxt.impInfo {
        margin-top: 20px;
    }

    ._imprttxt h3 {
        padding: 10px 0px;
        font-size: 19px;
        margin-bottom: 18px;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        display: flex;
        justify-content: start;
        font-weight: 500;
        color: var(--footerBlueDark);
    }

._airline {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

._planeicon {
    margin: 0 10px;
    height: 15px;
}

._imprttxt h3 .fa {
    font-size: 22px;
    margin-left: 23px;
}

.midSection ._detailtxt p strong {
    font-weight: 500;
}

._imprttxt ._detailtxt {
    display: none;
}

.enqForm .centerText {
    text-align: center;
    width: 100%;
}

.itenaryImages.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    background: white;
    width: 40px;
    font-size: 40px;
    line-height: 27px;
    left: 15px;
    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;
    border-radius: 50%;
}

.itenaryImages.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    background: white;
    width: 40px;
    font-size: 40px;
    line-height: 27px;
    right: 10px;
    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;
    border-radius: 50%;
}

.itenaryImages.owl-carousel .owl-nav span {
    position: relative;
    top: -4px;
}

.inPulsExclusionbox h2 {
    text-align: left;
    margin-left: 40px;
    margin-bottom: 20px;
}

.includeplusformbox {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff7f2;
}

.includeBoxmainArea {
    display: grid;
    grid-template-rows: max-content;
}

.Daytextmax {
    width: 90px;
}

.marketBlock .Daytextmax span {
    color: #000;
}

.marketBlock .textBox123 {
    padding-left: 0;
    position: relative;
    top: 0;
    width: 100%;
    grid-column: 1 / span 3;
    grid-row: 3;
    background: none;
    margin: 0;
}

.inputDiv input[type=number]::-webkit-inner-spin-button,
.inputDiv input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*.readinclude.active ul {
    height: auto;
    overflow: inherit;
}*/
/*.readinclude ul {
    height: 380px;
    overflow: hidden;
}*/

.readinclude ul {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    margin: 0 0 15px 0;
    height: 244px;
}


.includeBox.active ul {
    -webkit-line-clamp: unset;
    display: block;
    height: auto;
}

.includeBox {
    overflow: hidden;
}

/*.includeBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 19em;*/ /* Default height for 10 lines (1.5em per line) */
/*overflow: hidden;
    line-height: 1.5em;*/ /* Ensure consistent line height */
/*transition: max-height 0.3s ease;
}

.includeBox.active ul {
    max-height: none;*/ /* Remove height limit when active */
/*}*/



.read-more {
    font-size: 14px;
    cursor: pointer;
    display: none;
    align-items: center;
    float: left;
    background: none;
    position: relative;
    margin-top: 0px;
}

.readinclude.active .read-more::after {
    content: "\f106";
    font-size: 22px;
    font: normal normal normal 22px / 1 FontAwesome;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
}

.readinclude .read-more::after {
    content: "\f107";
    font: normal normal normal 22px / 1 FontAwesome;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
}


._vconsltation1 {
    padding-bottom: 0px;
}

.midSection1 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    text-align: left;
    margin-left: 40px;
}

.rightformdiv .submit {
    line-height: 14px;
    padding: 12px 60px;
    text-transform: capitalize;
}

._actionboxa1 {
    margin-top: 0 !important;
}

.inPulsExclusionbox {
    padding-bottom: 20px;
}




._detailtxt ul li {
    margin-bottom: 10px;
}

._detailtxt1123 div {
    margin-left: 0 !important;
    padding: 0 !important;
    border: none !important;
    max-width: 450px !important;
}

._detailtxt1123 table {
    width: 350px !important;
    border-collapse: collapse;
}

    ._detailtxt1123 table tr, ._detailtxt1123 table td {
        border: 1px solid #777;
        font-size: 13px;
    }

        ._detailtxt1123 table td p {
            font-size: 13px;
            font-weight: 400;
        }

            ._detailtxt1123 table td p strong {
                margin: 0;
            }

.packageAreaBox-star-1 {
    background: url(../images/star-1darkblue.png) center top 3px no-repeat;
    /* padding-right: 120px; */
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
}

.packageAreaBox-star-2 {
    background: url(../images/star-2darkblue.png) center top 3px no-repeat;
    /* padding-right: 120px; */
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
    ;
}

.packageAreaBox-star-3 {
    background: url(../images/star-3darkblue.png) center top 3px no-repeat;
    /* padding-right: 120px; */
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
}

.packageAreaBox-star-4 {
    background: url(../images/star-4darkblue.png) center top 3px no-repeat;
    /* padding-right: 120px; */
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
}

.packageAreaBox-star-5 {
    background: url(../images/star-5darkblue.png) center top 3px no-repeat;
    /* padding-right: 120px; */
    padding: 12px;
    width: 100%;
    display: block;
    margin: auto;
}

._detailtxt1123 table tr td:last-child {
    text-align: center !important;
}

.excuCarousel {
    margin-top: 10px;
    border-top: solid 1px #e0e0e0;
    padding: 30px 0 40px 0;
}

    .excuCarousel h2 {
        font-size: 38px;
        font-weight: 400;
        color: #000;
        line-height: 42px;
        text-align: center;
        margin-bottom: 30px;
    }

.excarousel {
    width: 90%;
    margin: 0 auto;
}

    .excarousel .owl-nav {
        position: absolute;
        top: 45%;
        display: flex;
        width: 100%;
    }

        .excarousel .owl-nav .owl-prev {
            left: -76px;
            position: absolute;
            background-image: url(../images/blackArrowLeft.png) !important;
            width: 49px;
            height: 25px;
            font-size: 0px !important;
        }

        .excarousel .owl-nav .owl-next {
            right: -71px;
            position: absolute;
            background-image: url(../images/blackArrowRight.png) !important;
            width: 49px;
            height: 25px;
            background-repeat: no-repeat;
            font-size: 0px !important;
        }


.headinfoscoundline {
    display: block;
    font-size: 24px;
    line-height: 20px;
    color: var(--footerBlueDark);
    font-weight: 500;
}

.headinfoparaline {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    display: block;
    font-weight: 400;
}





.vacSlide .whiteBox {
    position: relative;
}

    .vacSlide .whiteBox .decripsctionarea {
        position: absolute;
        top: 28%;
        left: 3%;
    }

.decripsctionarea h1 {
    font-size: 4.8vw;
    color: #fff;
    font-weight: 400;
}

    .decripsctionarea h1 strong {
        display: block;
    }




.vacationflightsbox {
    display: flex;
    align-items: center;
    background: #f1f2f4;
    padding: 20px 40px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.vacationflighttex {
    position: relative;
    width: 52%;
}

    .vacationflighttex ::after {
        content: "";
        position: absolute;
        right: 0;
        background: #d8d8d8;
        width: 1px;
        height: 50px;
        top: -12px;
    }

    .vacationflighttex h3 {
        font-size: 20px;
        color: var(--footerBlueDark);
        font-weight: 600;
    }

.vactionflightdetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    padding: 0 40px;
    position: relative;
}

    .vactionflightdetail .vacationflightairpot .vactionairpotbox {
        font-size: 20px;
        color: var(--footerBlueDark);
        font-weight: 500;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 2px;
        margin-bottom: 4px;
    }

    .vactionflightdetail .vacationflightairpot .vacationairportName {
        font-size: 18px;
        color: var(--footerBlueDark);
        font-weight: 500;
        cursor: pointer;
    }

    .vactionflightdetail .vacationflightairpot .vactionflightfare {
        font-size: 30px;
        color: var(--footerBlueDark);
        font-weight: 600;
        line-height: 30px;
    }

.VCfarechange sub {
    font-size: 20px;
    padding-left: 2px;
    font-weight: 600;
}

.VCfarechange {
    display: flex;
    align-items: baseline;
}

.airportToggleBox {
    position: absolute;
    top: 31px;
    left: 32px;
    background: #fff;
    width: 85%;
    padding: 10px;
    box-shadow: 0px 2px 0.75rem rgba(204, 204, 204, 0.29);
    display: none;
}

    .airportToggleBox.active {
        display: block;
    }

    .airportToggleBox ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

        .airportToggleBox ul li {
            margin: 0;
            padding: 3px 0;
            display: flex;
            justify-content: space-between;
            font-size: 18px;
            font-weight: 500;
            color: #9a9a9a;
            cursor: pointer;
            background: none;
        }

            .airportToggleBox ul li.active {
                color: var(--footerBlueDark);
            }

                .airportToggleBox ul li.active .airName::after {
                    content: "\f106";
                    font: normal normal normal 14px/1 FontAwesome;
                    display: inline-block;
                    font-size: 21px;
                    margin-left: 10px;
                }


.banneritinerary .vacSlide {
    background: var(--footerBlueDark);
}

.vacationpart2 {
    background: var(--footerBlueDark);
    padding: 40px 45px 80px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.vacationheadarealogoDark, .vacationheadarealogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .vacationheadarealogoDark, .vacationheadarealogo span img {
        width: auto;
    }

    .vacationheadarealogo span a {
        color: #fff;
        font-size: 17px;
    }

    .vacationheadarealogoDark span a {
        font-size: 17px;
        color: var(--footerBlueDark);
        font-weight: 600;
        margin-left: 10px;
    }

.vacationbrochurebox {
    display: flex;
    justify-content: space-between;
    color: #fff;
    gap: 30px;
    position: relative;
    background: url(../images/vacationinfiniteLogo.png);
    padding-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vacationbrochureleft {
    width: 48%;
}


.vacationbrochureright {
    padding-left: 50px;
    width: 52%;
}

.vcbrochureheadline {
    display: block;
    font-size: 18px;
    padding-bottom: 30px;
    color: #fff;
}

.vacationbrochureleft h3 {
    font-size: 47px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 40px;
}

    .vacationbrochureleft h3 b {
        display: block;
    }

.vacationbrochureleft span {
    display: block;
}

    .vacationbrochureleft span a {
        background: var(--holiday);
        color: #fff;
        padding: 10px 50px;
        font-size: 16px;
        margin-top: 107px;
        display: inline-block;
        font-weight: 500;
    }

        .vacationbrochureleft span a:hover {
            background: #ff7b2b;
        }

.brochureimgarea img {
    width: auto;
}

.brochureimgarea {
    padding-bottom: 40px;
    text-align: end;
    position: relative;
}


.vacationbrochureleft {
    position: relative;
}

    .vacationbrochureleft::after {
        content: "";
        position: absolute;
        top: 54px;
        height: 294px;
        width: 1px;
        background: #fff;
        right: 0;
    }

    .vacationbrochureleft p {
        width: 73%;
        font-size: 16px;
    }

.vacationbrochureright .VCDownloadbtn {
    background: #fff;
    color: var(--footerBlueDark);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
}

    .vacationbrochureright .VCDownloadbtn:hover {
        background: #eaf0ff;
    }



.vacationitinerarybox {
    background: #f1f2f4;
    padding: 40px 0;
}

.vacationitinerayarea {
    text-align: center;
}

    .vacationitinerayarea h2 {
        font-size: 35px;
        text-align: center;
        color: var(--footerBlueDark);
    }

        .vacationitinerayarea h2 span {
            font-size: 30px;
            display: block;
        }

.varctionitineryBtn span {
    display: block;
}

.varctionitineryBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 70px;
}


    .varctionitineryBtn span a {
        border: 1px solid var(--footerBlueDark);
        padding: 8px 50px;
        font-size: 14px;
        color: var(--footerBlueDark);
    }

        .varctionitineryBtn span a:hover {
            background: var(--footerBlueDark);
            color: #fff;
        }

/*itinerary area*/
.vacationmultiroot {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
}

.VCBtnbox {
    grid-column: 1 / span 1;
}

.VCnultidrop {
    grid-column: 2 / -1;
    margin-left: 15px;
}

    .VCnultidrop a {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 1.75rem 3rem;
        cursor: pointer;
        color: #000;
    }

        .VCnultidrop a img {
            width: auto;
            margin-right: 10px;
        }

.VCcw1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
    isolation: isolate;
    transition: 350mscubic-bezier(0.4, 0, 0.2, 1);
}

.vcbtnaw {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    aspect-ratio: 1 / 1;
    background-color: rgb(240, 245, 249);
    color: rgb(49, 69, 107);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 62px;
    position: relative;
    width: 100%;
    z-index: 1;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px auto;
    padding: 0px;
    text-decoration: none;
    border-radius: 39996px;
    transition: 350mscubic-bezier(0.4, 0, 0.2, 1);
}

.VCtopboder {
    border-top: 1px solid rgb(220, 227, 236);
}

.VCmultibtn {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.vc_INfobox h5 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

.vc_INfobox {
    padding: 20px 3rem 30px;
    border-top: 1px solid #f1f2f4;
    display: none;
}


.VCDotline {
    width: 1px;
    position: absolute;
    top: 17px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(rgb(49, 69, 107) 25%, rgba(49, 69, 107, 0) 0%) 0% 0% / 2px 8px repeat-y;
}

.VCDotlinedark {
    width: 1px;
    position: absolute;
    top: 17px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(rgb(49, 69, 107) 25%, rgba(49, 69, 107, 0) 0%) 0% 0% / 2px 8px repeat-y;
}

.VCtopboder:last-of-type {
    border-bottom: 1px solid rgb(220, 227, 236);
}

.vcbtnaw1 {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    aspect-ratio: 1 / 1;
    background-color: #142142;
    color: rgb(255 255 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 62px;
    position: relative;
    width: 100%;
    z-index: 1;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px auto;
    padding: 0px;
    text-decoration: none;
    border-radius: 39996px;
}

.VCBGcolor {
    background: #fff;
    margin-bottom: 20px;
}

.VCexcusionbox {
    position: relative;
}

.vcexucsiontext {
    position: absolute;
    top: 30%;
    left: 5%;
}

    .vcexucsiontext h3 {
        font-size: 70px;
        color: #fff;
        font-weight: 600;
    }

    .vcexucsiontext .vcexursionlink {
        background: var(--footerBlueDark);
        color: #fff;
        padding: 10px 40px;
        font-size: 16px;
        margin-top: 10px;
        display: inline-block;
    }

.overlayenquire {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: 2;
    top: 0;
    display: none;
    /* animation: animate 1s linear forwards;*/
}

.overlayenquireV {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: 2;
    top: 0;
    display: none;
    /* animation: animate 1s linear forwards;*/
}

/*package css*/

._luxery-box ._lbox {
    border: 1px solid lightgray;
}

    ._luxery-box ._lbox img {
        height: 235px;
        object-fit: cover;
        width: 100%;
    }

.txtluxery {
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: space-between;
    flex-grow: 1;
    min-height: 315px;
}

._luxery-box .numberoffdayandIcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/*************/
._luxery-box ._lbox .thumbDiv {
    overflow: hidden;
    position: relative;
}

.starOuter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .starOuter .lCol {
        width: 50%;
        padding-right: 15px;
    }

    .starOuter .rCol {
        width: 50%;
        border-left: solid 1px #bfbfbf;
        padding-left: 15px;
    }

    .starOuter .couName {
        position: relative;
        font-size: 12px;
        color: #142242;
        top: -4px;
    }

    .starOuter .beachText {
        display: block;
        font-size: 12px;
        color: #142242;
        padding-bottom: 5px;
    }

    .starOuter .incText {
        display: block;
        font-size: 12px;
        color: #142242;
    }

.discount-offer {
    font-size: 14px;
    background-image: url(/images/offBlueArrow.png);
    color: #fff;
    background-position: center;
    width: 90px;
    background-repeat: no-repeat;
    top: 14px;
}
/*************/
._dayl {
    color: #142143;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0px 8px;
}

._luxery-box .numberoffdayandIcon ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

    ._luxery-box .numberoffdayandIcon ul li img {
        width: auto;
        height: auto;
        opacity: 0.5;
    }

._luxery-box ._lbox img {
    height: 235px;
    object-fit: cover;
    width: 100%;
}

._lname {
    color: var(--footerBlueDark);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 11px;
}

._money {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    ._money p {
        width: 45%;
    }

        ._money p span:first-child {
            color: #142143;
            font-size: 10px;
            font-weight: 400;
        }

        ._money p span:last-child {
            color: var(--footerBlueDark);
            font-size: 22px;
            font-weight: 600;
            display: block;
        }

    ._money a {
        width: 53%;
        display: inline-block;
        text-transform: uppercase;
        color: var(--footerBlueDark);
        font-size: 14px;
        background-color: #fff;
        padding: 7px 8px;
        text-align: center;
        border: 1px solid var(--footerBlueDark);
        font-weight: 500;
    }

        ._money a:hover {
            color: #fff;
            border: 1px solid var(--footerBlueDark);
            background-color: var(--footerBlueDark);
        }

.BroucherThanks {
    color: green;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    line-height: 14px;
}

.owl-item:hover .numberoffdayandIcon ul li img {
    transform: scale(1);
}

.luxery h2 {
    padding-bottom: 5px;
}

.luxery h2 {
    padding-bottom: 28px;
    text-align: center;
}


/*end*/

.insidestar .packageAreaBox-star-1,
.insidestar .packageAreaBox-star-2,
.insidestar .packageAreaBox-star-3,
.insidestar .packageAreaBox-star-4,
.insidestar .packageAreaBox-star-5 {
    background-position-x: left;
}

.exploreHolidays .flexDestination {
    max-width: 100%;
    width: 100%;
}
/****** Explore Holidays by Interest *******/
._offer {
    padding: 0px 0px 40px 0px;
    background: rgb(51,62,90);
    background: linear-gradient(0deg, rgba(51,62,90,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
}

    ._offer h2 {
        color: var(--footerBlueDark);
        font-size: 35px;
        font-weight: 400;
        text-align: center;
    }

.prodCol {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .prodCol .cardCol {
        width: 19%;
        cursor: pointer;
    }

        .prodCol .cardCol .imgDiv {
            overflow: hidden;
        }

        .prodCol .cardCol img {
            transition: all 0.3s;
            display: block;
        }

    .prodCol .linkText {
        padding: 10px 0;
    }

        .prodCol .linkText p {
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            border-radius: 30px;
            padding: 6px 20px;
            display: inline-block;
            cursor: pointer;
        }

            .prodCol .linkText p:hover {
                color: #fff;
                background: var(--footerBlueDark);
            }

.tpLogoSection {
    margin: 50px 0 0px 0;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.tpLogo img {
    width: auto;
}
/*end*/

.luxery {
    padding: 60px 0;
}

.VCheadlinetextbox .VCheadlinetext {
    font-size: 35px;
    color: var(--footerBlueDark);
    font-weight: 400;
}

.VCbruchuretextarea {
    position: absolute;
    bottom: 20%;
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 0 10px;
}

    .VCbruchuretextarea span {
        display: flex;
        align-items: center;
    }

        .VCbruchuretextarea span a, .VCbruchuretextarea span {
            color: #fff;
            font-size: 7px;
            margin-bottom: 4px;
            line-height: 14px;
        }

            .VCbruchuretextarea span img {
                width: 18px;
                position: relative;
                top: -1px;
            }

            .VCbruchuretextarea span a img {
                width: 18px;
                position: relative;
                top: 3px;
            }


.VCfarebox {
    display: flex;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.VCExpand.active {
    background: var(--footerBlueDark);
    color: #fff;
}

.VCCollapse.active {
    background: var(--footerBlueDark);
    color: #fff;
}

.vacationitinerayarea h1 {
    font-size: 35px;
    font-weight: 400;
    color: var(--footerBlueDark);
}

.vacationitinerayarea .VCpuchline {
    font-size: 30px;
    font-weight: 400;
    color: var(--footerBlueDark);
    display: block;
    text-align: center;
}


/*Slider arrow*/



/******* brochurPop **********/
.brochurPop {
    width: 800px;
    position: fixed;
    z-index: 3;
    display: none;
    background: #fff url(../images/brocPopBg.jpg) right bottom no-repeat;
    background-size: 80% 100%;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .brochurPop .closeIcon {
        max-width: 30px;
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 15px;
    }

    .brochurPop .innerWrap {
        padding: 30px 50px;
    }

    .brochurPop .headingText {
        font-size: 42px;
        color: #142143;
    }

    .brochurPop.active {
        display: block;
    }

.emailForm {
    margin-top: 40px;
}

    .emailForm label {
        font-size: 20px;
        display: block;
    }

    .emailForm input {
        font-size: 16px;
        padding: 16px;
        display: block;
        width: 100%;
        border-bottom: solid 1px #142142;
        background-color: transparent;
    }

    .emailForm button {
        font-size: 18px;
        padding: 15px 20px;
        border: none;
        background-color: #142142;
        margin-top: 20px;
        color: #fff;
        cursor: pointer;
        width: 300px;
        display: block;
    }

.brochurOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 2;
}

    .brochurOverlay img {
        filter: brightness(0.5);
        margin: auto;
    }

.emailForm .error {
    color: #ff0000;
    font-size: 14px;
    padding-top: 4px;
    display: none;
}

.VCformhead h3 {
    color: var(--footerBlueDark);
    font-size: 35px;
    font-weight: 400;
    padding: 20px 0 4px;
    line-height: 40px;
}

    .VCformhead h3 strong {
        display: block;
    }

._actionboxa1 > div > p {
    padding: 8px 6px !important;
}

._actionboxa1 > div {
    min-height: 49px !important;
    max-height: 49px !important;
    background-color: #0eb04b00 !important;
}

    ._actionboxa1 > div > p span {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    ._actionboxa1 > div > p > img {
        width: 30px !important;
    }

.VCformcssbox ._callaction {
    /* bottom: 55px !important;
    top: auto !important;*/
}

/*.VCformcssbox ._callaction._phoneaction ._numcall + p a {
        width: 100% !important;
    }*/
.VCformcssbox ._callaction {
    padding: 15px 28px 50px !important;
}

    .VCformcssbox ._callaction._phoneaction ._numcall {
        font-size: 15px !important;
    }

._vconsltation1 ._boxvideo {
    padding-top: 22px !important;
}

.VCformcssbox ._callaction._emailaction ._get a {
    width: 100% !important;
}

.VCfaqSection h2 {
    color: var(--footerBlueDark);
}

.VCfaqSection .faqParent {
}

.VCfaqSection h5 {
    color: var(--footerBlueDark);
}

.VCfaqSection {
    padding: 60px 0 60px 0;
}
/*desstop arrow slider*/
.VCfomrnight {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 15px;
}

.VCfarebox span:first-letter {
    padding-right: 6px;
}

.VCformcssbox ._emailboxa1 {
    box-shadow: 0 0 7px 1px #00000024;
    border: none;
}

.VCformcssbox ._consltbox1, .VCformcssbox ._callboxa1 {
    box-shadow: 0 0 7px 1px #00000024;
    border: none;
}

.inputDiv input::placeholder {
    color: #7e7e7e;
}


.vcdownloadbtnhidden {
    text-decoration: underline;
    display: inline-block;
    padding: 10px 0;
    font-weight: 500;
    color: blue;
}

.vacSlide .owl-nav .owl-prev,
.vacSlide .owl-nav .owl-next {
    font-size: 0px !important;
}


    .vacSlide .owl-nav .owl-prev span, .vacSlide .owl-nav .owl-next span {
        display: none;
    }

.fixedEnquireNow ._callaction._bookaction {
    /*left: -80px !important;*/
}
/**Thnak you css**/
.HolidayMainInquiryOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

.thanksHolidayMainInquiry {
    max-width: 400px;
    width: 100%;
    position: fixed;
    z-index: 2;
    background: #fff url(../images/thanksWatermark.jpg) right bottom no-repeat;
    background-size: auto 100%;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
    padding: 20px;
}

#divHolidayMainInquiryThankYou.active {
    display: block;
}

.thanksHolidayMainInquiry .thumbIco img {
    width: auto;
}

.thanksHolidayMainInquiry .innerWrap h3 {
    font-size: 50px;
    color: var(--footerBlueDark);
    font-weight: 500;
    margin: 10px 0 0 0;
    line-height: 55px;
}

.thanksHolidayMainInquiry .innerWrap p {
    font-size: 18px;
    color: var(--footerBlueDark);
    font-weight: 500;
    margin: 5px 0 0 0;
}

.headerInfo .packagesarea_Id {
    padding: 0 0 10px 0;
}

    .headerInfo .packagesarea_Id > span {
        font-weight: 600;
    }

.packages_IDmain {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #f37021;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;
    text-align: center;
}

    .packages_IDmain .packagesarea_Id > span {
        display: block;
        font-size: 25px;
        font-weight: 600;
    }

.flights-included {
    position: absolute;
    bottom: 10px;
    background-color: #142142;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    display: flex;
    padding: 6px 13px;
    gap: 5px;
    align-content: center;
    align-items: center;
    left: 10px;
}

    .flights-included img {
        width: 15px !important;
        height: 12px !important;
    }

.travelGuidehigh ul li {
    display: flex;
    padding-left: 0;
    margin-bottom: 2px;
}

._luxery-box ._lbox .iconImg {
    display: inline-block;
    margin-right: 6px;
}

    ._luxery-box ._lbox .iconImg img {
        height: auto;
        object-fit: fill;
        width: 18px;
    }

.owl-item:hover .iconImg img {
    transform: scale(1);
}


.banneritinerary {
    position: relative;
}

.cruiseoffersectionbox {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    width: 480px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

    .cruiseoffersectionbox .cruise-offer-section-part-1 {
        width: 480px;
        margin: auto;
        background: #142142d6;
        text-align: center;
        padding: 15px;
    }

        .cruiseoffersectionbox .cruise-offer-section-part-1 h2 {
            color: #fff;
            font-size: 32px;
            line-height: 37px;
            margin-bottom: 4px;
        }

        .cruiseoffersectionbox .cruise-offer-section-part-1 b {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            margin-bottom: 20px;
            display: block;
        }

        .cruiseoffersectionbox .cruise-offer-section-part-1 ul {
            color: #fff;
            font-size: 14px;
            line-height: 20px;
        }

.travelheightstar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .travelheightstar ul li {
        width: 24%;
        justify-content: center;
    }
/**Thnak you css end**/
@media only screen and (max-width: 2560px) and (min-width: 1400px) {
    .VCformhead h3 {
        color: var(--footerBlueDark);
        font-size: 40px;
        font-weight: 400;
        padding: 6% 0 1.5%;
        line-height: 44px;
    }

    .VCfomrnight {
        margin-bottom: 3%;
    }

    .twoCol .inputDiv {
        margin-bottom: 5%;
    }

    .enqForm .limitText {
        width: 100%;
        margin-bottom: 2%;
    }

    ._vconsltation1 {
        padding-bottom: 5%;
    }

    .limitText textarea {
        height: 80px;
    }

    .enqForm {
        padding: 5% 7%;
    }
}

@media only screen and (min-width: 1101px) {


    .vacSlide .owl-nav .owl-prev {
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: none;
        outline: 0px;
        border: 0px;
        margin: 0px;
        border-radius: 0px;
        padding: 0px;
        user-select: none;
        vertical-align: middle;
        appearance: none;
        text-decoration: none;
        color: inherit;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 50%;
        cursor: none;
        height: 87%;
    }

    .vacSlide .owl-nav .owl-next {
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0px;
        border: 0px;
        margin: 0px;
        border-radius: 0px;
        padding: 0px;
        user-select: none;
        vertical-align: middle;
        appearance: none;
        text-decoration: none;
        color: inherit;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 50%;
        cursor: none;
        height: 87%;
    }

        .vacSlide .owl-nav .owl-next:hover {
            cursor: url(../images/vacation_rightarrow.png),auto !important;
        }

    .vacSlide .owl-nav .owl-prev:hover {
        cursor: url(../images/vacation_leftarrow.png),auto !important;
    }
}
/*Ipad*/
@media only screen and (max-width: 1194px) {
    .midSection {
        padding: 40px 20px;
    }

    .resortBlock .listService {
        margin-left: 0px;
    }

    .textRight {
        margin-left: 30px;
    }

    .listService {
        margin-top: 6px;
    }

    .serviceList ul li {
        padding-top: 8px;
        padding-left: 0;
    }

    .serviceList ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .marketBlock .textBox123 {
        position: relative;
        top: auto;
    }

    .rightformdiv .submit {
        padding: 10px 60px;
    }
}

@media only screen and (max-width: 1194px) {
    .excarousel .owl-nav .owl-prev {
        width: 34px;
        height: 17px;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        left: -43px;
    }

    .excarousel .owl-nav .owl-next {
        right: -43px;
        width: 34px;
        height: 17px;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
}

@media only screen and (max-width: 1100px) {
    .headinfoscoundline {
        line-height: 30px;
    }

    ._luxery-box .owl-nav {
        position: absolute;
        top: 38%;
        display: flex;
        width: 100%;
    }

        ._luxery-box .owl-nav .owl-prev span, ._luxery-box .owl-nav .owl-next span {
            display: none;
        }

        ._luxery-box .owl-nav .owl-next {
            right: 0px;
            position: absolute;
            background-image: url(../images/arrow-right.png) !important;
            width: 45px;
            height: 36px;
            background-color: #fff !important;
            background-size: 26px !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }

        ._luxery-box .owl-nav .owl-prev {
            left: 0;
            position: absolute;
            background-image: url(../images/arrow-left.png) !important;
            width: 45px;
            height: 36px;
            background-color: #fff !important;
            background-size: 26px !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }

    .vacSlide .owl-nav .owl-prev {
        left: 14%;
        position: absolute;
        background-image: url(../images/vacation_leftarrow.png) !important;
        width: 44px;
        height: 44px;
        font-size: 0px !important;
        bottom: 10%;
        border-radius: 50%;
        background-size: 100% !important;
    }

    .vacSlide .owl-nav .owl-next {
        bottom: 10%;
        right: 14%;
        position: absolute;
        background-image: url(../images/vacation_rightarrow.png) !important;
        width: 44px;
        height: 44px;
        font-size: 0px !important;
        bottom: 10%;
        border-radius: 50%;
        background-size: 100% !important;
    }

    .vactionflightdetail {
        padding: 0;
    }

    .vacationflightsbox {
        padding: 20px;
    }

    .vacationbrochureleft h3 {
        font-size: 40px;
    }

    .vacationbrochureleft p {
        width: 80%;
        font-size: 14px;
    }

    .vacationbrochureright {
        padding-left: 23px;
    }

        .vacationbrochureright .VCDownloadbtn {
            margin-top: 0px;
            display: inline-block;
        }

    .vacationbrochureleft::after {
        height: 250px;
    }

    .VCbruchuretextarea span a, .VCbruchuretextarea span {
        color: #fff;
        font-size: 5px;
        margin-bottom: 4px;
        line-height: 8px;
    }

    .vacSlide .owl-nav .owl-prev {
        left: 16%;
    }

    .vacSlide .owl-nav .owl-next {
        right: 16%;
    }

    .vacationbrochureleft span a {
        margin-top: 96px;
    }

    .fixedEnquireNow {
        width: 85%;
    }

    .midSection {
        padding: 40px 0;
    }

    /*bigscrreen*/
    .VCformhead h3 {
        color: var(--footerBlueDark);
        font-size: 40px;
        font-weight: 400;
        padding: 6% 0 1.5%;
        line-height: 44px;
    }

    .VCfomrnight {
        margin-bottom: 3%;
    }

    .twoCol .inputDiv {
        margin-bottom: 5%;
    }

    .enqForm .limitText {
        width: 100%;
        margin-bottom: 2%;
    }

    ._vconsltation1 {
        padding-bottom: 5%;
    }

    .limitText textarea {
        height: 80px;
    }

    .enqForm {
        padding: 5% 7%;
    }

    .brochurOverlay img {
        filter: brightness(0.5);
        margin: auto;
        height: 105%;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .travelheightstar ul li {
        width: 48%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .vacationbrochureright .VCDownloadbtn {
        margin-top: 6px;
    }

    .listService {
        margin-top: 6px;
    }

    .resortBlock .listService {
        margin-left: 0px;
    }

    .textRight {
    }

    .enqForm .flexTwoCol {
        padding: 0 00px;
    }

    .rightformdiv .submit {
        line-height: 14px;
        padding: 10px 60px;
        font-size: 14px;
    }

    .marketBlock .textBox123 {
        top: auto !important;
    }

    .resortBlock .textBox {
        position: relative;
        top: auto;
        margin-top: -12px;
    }

    .marketBlock .textBox {
        position: relative;
        top: -50px;
    }

    .excarousel .owl-nav .owl-prev {
        width: 34px;
        height: 17px;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        left: -43px;
    }

    .excarousel .owl-nav .owl-next {
        right: -43px;
        width: 34px;
        height: 17px;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }


    ._money a:hover {
        color: var(--footerBlueDark);
        border: 1px solid var(--footerBlueDark);
        background-color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .cruiseoffersectionbox {
        width: 330px;
    }

        .cruiseoffersectionbox .cruise-offer-section-part-1 {
            width: 330px;
        }

    .enqForm .flexTwoCol {
        padding: 0 0px;
    }

    .cruiseoffersectionbox .cruise-offer-section-part-1 h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .prodCol .linkText p {
        padding: 6px 0;
    }

    .vacationbrochureright .VCDownloadbtn {
        margin-top: 6px;
    }

    .enqForm .leftDiv {
        font-size: 22px;
    }

        .enqForm .leftDiv span {
            font-size: 14px;
        }

    /*.enqForm .flexTwoCol:before {
            left: -10px;
        }*/

    .inputDiv input {
        font-size: 12px;
        padding: 10px 6px
    }

    .enqForm .leftDiv span:nth-child(1) {
        font-size: 13px;
    }

    .error-text {
        font-size: 11px;
    }

    .resortBlock .textBox {
        padding-left: 0px;
    }

    .marketBlock .textBox {
    }

    .marketBlock .textBox123 {
        top: auto;
    }

    .textRight .textBox {
        margin-top: 0px;
    }

    .textRight {
        width: 100%;
    }

    .resortBlock .listService {
        margin-left: 0px;
        flex-wrap: wrap;
    }

    .vactionflightdetail {
        width: 52%;
        padding: 0 0px 0 0px;
    }

    .vacationflighttex {
        width: 44%;
    }

    .vacationflightsbox {
        padding: 20px 20px;
    }

    .vacationflighttex ::after {
        top: -2px;
    }

    .vacationbrochureleft h3 {
        font-size: 30px;
    }

    .vacationbrochureleft::after {
        height: 214px;
    }

    .VCbruchuretextarea span a, .VCbruchuretextarea span {
        color: #fff;
        font-size: 6px;
        margin-bottom: 4px;
        line-height: 7px;
    }

        .VCbruchuretextarea span a img {
            width: 13px;
        }

        .VCbruchuretextarea span img {
            width: 13px;
        }

    .vacSlide .owl-nav .owl-prev {
        left: 22%;
    }

    .vacSlide .owl-nav .owl-next {
        right: 22%;
    }




    .vacationbrochureleft span a {
        margin-top: 37px;
    }
    /******* brochurPop **********/
    .brochurPop {
        width: 84%;
    }

        .brochurPop .innerWrap {
            padding: 20px 30px;
        }

        .brochurPop .headingText {
            font-size: 32px;
        }

    .fixedEnquireNow {
        width: 90%;
    }

    .brochurOverlay img {
        filter: brightness(0.5);
        margin: auto;
        height: 100%;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .vacationbrochureleft span a {
        margin-top: 22px;
    }

    .brochurOverlay img {
        filter: brightness(0.5);
        margin: auto;
        height: 106%;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }
}
