.flexTwoCol {
    display: flex;
}
.inner-nav ul li:nth-child(2) {
    display: none;
}
.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%;
} 
.twoColSection{
    background-color:#f2f2f2;
    padding:25px;
}
.twoColSection .container{
   display:flex;
   justify-content:space-between;
}
.twoColSection .leftSection{
    width:65%;
}
.twoColSection .rightSection{
    width:30%;
}
.headerInfo {
    padding:30px 20px; 
    color: #000; 
    background-color:#fff;
    text-align:justify;
}
.headerInfo .headinfoparaline {
    padding-top: 0px;
}
.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(--blueBg);
}

.headerInfo p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
}
.bestVisitTime {
    background: #fff;
    padding: 28px;
    margin-top: 25px
}
.bestVisitTime .time-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-top: 25px;
}
.bestVisitTime .time-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
}
.bestVisitTime .time-box h5 {
    margin-top: 10px;
    font-size: 14px;
    color: #0b2c5f;
}
.bestVisitTime .time-box p {
    font-size: 12px;
    color: #454545;
    margin-top: 6px;
    line-height: 16px;
}
.bestVisitTime .time-box ul {
    margin: 10px 0 0px 0;
}
.bestVisitTime .time-box ul li {
    font-size: 12px;
    color: #000000;
    margin-top: 0;
    text-align: left;
    list-style-type: disc;
    padding: 0 0 7px 0;
    line-height: 17px;
}

.bestVisitTime .headingH2{font-size:26px;color:#00305c;line-height: 30px;   }
.bestVisitTime .subTitleTxt{font-size:16px;color:#00305c;}

.midSection {
    padding: 40px 0;
}

    .midSection p {
        font-size: 14px;
        line-height: 22px;
        margin-left: 0 !important;
        color: #1e1c1d;
    }
p.empty, p.hideText, h1.empty, h2.empty, h3.empty {
    display: none;
}
    .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;
    }
 

.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(/Content/images/bullet.png) left 3px no-repeat;
    background-size: 13px;
    color:#000;
}

.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: 95% !important;
    margin: 0 auto 40px 0;
}

.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;
    color:#000;
}

.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: 9991;
    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(--blueBg);
    }

        .enqForm .leftDiv span {
            font-size: 16px;
            display: block;
            padding-bottom: 2px;
            font-weight: 400;
            color: var(--blueBg);
            letter-spacing: 0;
            line-height: 20px;
            text-align: left;
        }

    .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(--blueBg);
        font-weight: 500;
        margin: 0;
        line-height: 19px;
    }

.inputDiv input {
    border:none;
    padding: 7px 12px;
    font-size: 13px;
    background-color: #ffffff00;
    width: 100%;
    height: auto;
    line-height: 14px;
    border-bottom: solid 1px #363636;
    border-radius:0;
    text-align:left;
}
.inputDiv input:hover,
.inputDiv input:focus,
.inputDiv input[type="number"]:hover,
.inputDiv input[type="number"]:focus,
.inputDiv textarea:hover,
.inputDiv textarea:focus { 
    border-bottom: solid 1px #363636; 
}

.error-text {
    color: red;
    font-weight: 400;
    display: none;
    font-size:12px;
}

.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: 'Poppins', sans-serif;
    padding: 10px 20px 0px 20px;
    background: #fff;
    line-height: 24px;
    height: 60px;
    resize: none;
}
.enqForm .limitText label {
    color: var(--blueBg);
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.submit {
    background-color: var(--blueBg);
    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;
    border:none;
}


._imprttxt {
    margin-top: 20px;
}

    ._imprttxt.impInfo {
        margin-top: 20px;
    }

    ._imprttxt h3 {
        padding: 10px 0px;
        font-size: 19px; 
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        display: flex;
        justify-content: start;
        font-weight: 500;
        color: var(--blueBg);
        margin:0 0 18px 0;
    }

._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: -1px;
    color: #000;
}

.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(--blueBg);
    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;
    justify-content: center;
    background: #f1f2f4;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.vacationflighttex {
    position: relative;
    padding-right: 25px;
}

    .vacationflighttex ::after {
        content: "";
        position: absolute;
        right: 0;
        background: #d8d8d8;
        width: 1px;
        height: 50px;
        top: -12px;
    }

    .vacationflighttex h3 {
        font-size: 20px;
        color: var(--blueBg);
        font-weight: 600;
        margin:0;
    }

.vactionflightdetail {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding:0;
    position: relative;
}

    .vactionflightdetail .vacationflightairpot .vactionairpotbox {
        font-size: 20px;
        color: var(--blueBg);
        font-weight: 500;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 2px;
        margin-bottom: 4px;
    }

    .vactionflightdetail .vacationflightairpot .vacationairportName {
        font-size: 18px;
        color: var(--blueBg);
        font-weight: 500;
        cursor:pointer;
    }

    .vactionflightdetail .vacationflightairpot .vactionflightfare {
        font-size: 30px;
        color: var(--blueBg);
        font-weight: 600;
        line-height: 30px;
        margin: 0;
        padding-left: 25px;
    }
.VCfarechange sub {
    font-size: 20px;
    padding-left: 2px;
    font-weight: 600;
    color: var(--blueBg);
}
.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(--blueBg);
        }

        .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(--blueBg);
}
.banneritinerary {
    position:relative;
}
.banneritinerary::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}
.banneritinerary .desCont {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 22px;
	width: 100%;
	text-align: center;
    margin-top:-40px;
}
.banneritinerary .desCont .smallPunchLine {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}
.banneritinerary .desCont .headingTxt {
	color: #fff; 
	font-size: 42px;
	text-align: center;
	line-height: 46px;
	font-weight: 500;
}
.banneritinerary .bannerImg img {
    width: 100%;
}
.enquiryStrip {
    background:var(--skyBlue) ;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 0px 25px 0px 25px;
    align-items: center;
}

.enquiryStrip .colA {    
}
    .enquiryStrip .colA a {
        background: var(--blueBg);
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 22px;
        line-height: 32px;
    }
.enquiryStrip .colB {
    display: flex;
    align-items: center;
}

    .enquiryStrip .colB .callUs {
        min-width: 355px;
        background: var(--blueBg);
        border: solid 1px var(--blueBg);
        display: flex;
        border-radius: 50px;
        padding: 5px;
        height: 69px;
    }

.enquiryStrip .colB .callUs img {
    height: 59px;
}
.enquiryStrip .contentR {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 10px;
    line-height: 32px;
}

.enquiryStrip .contentR span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.enquiryStrip .contentR a,
.enquiryStrip .contentR a:hover {
    color: #fff;
}

.enquiryStrip .callingImg img {
    height: 110px;
    margin-top: 9px;
}
.vacationpart2 {
    background: var(--blueBg);
    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(--blueBg);
        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(--blueBg);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
}
    .vacationbrochureright .VCDownloadbtn:hover {
        background: #eaf0ff;
    }



    .vacationitinerarybox {
        background: #f1f2f4;
        padding: 40px 0;
        margin-top:25px;
    }

.vacationitinerayarea {
    text-align: center;
}

    .vacationitinerayarea h2 {
        font-size: 35px;
        text-align: center;
        color: var(--blueBg);
    }

        .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(--blueBg);
        padding: 8px 50px;
        font-size: 14px;
        color: var(--blueBg);
        display:block;
    }

        .varctionitineryBtn span a:hover {
            background: var(--blueBg);
            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 2rem 1.75rem 0rem;
        cursor: pointer;
        color: #000;
    }
        .VCnultidrop a.readMore {
            display:none;
        }
        .VCnultidrop a h3 {
            color: #000;
            font-size: 15px;
            margin: 0;
            padding: 0;
        }

        .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 2rem 20px 0;
    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: var(--blueBg);
    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(--blueBg);
        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; 
    justify-content: space-between;
    flex-grow: 1;
    min-height:345px;
    color: var(--blueBg);
}

._luxery-box .numberoffdayandIcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

._luxery-box.owl-carousel .owl-nav button.owl-prev {
    left: -26px;
    width: 40px;
    height: 40px;
    border: solid 2px #000;
    color: #000;
    top: 40%;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    position: absolute;
    line-height: 33px;
    background:#fff;
}

._luxery-box.owl-carousel .owl-nav button.owl-next {
    right: -26px;
    width: 40px;
    height: 40px;
    border: solid 2px #000;
    color: #000;
    top: 40%;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    position: absolute;
    line-height: 33px;
    background: #fff;
}
._luxery-box.owl-carousel .owl-nav button.owl-prev span, 
._luxery-box.owl-carousel .owl-nav button.owl-next span {
    line-height: 19px;
    display: inline-block;
    position: relative;
    top: -3px;
}
._luxery-box.owl-carousel .owl-nav button.disabled {
    display:none;    
}
/*************/
._luxery-box ._lbox .thumbDiv {
    overflow: hidden;
    position: relative;
}

.starOuter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.highlights p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.txtluxery .highlights .flexTwoCol {
    align-items: center;
}
.txtluxery .highlights .ContDiv{width:55%;}
.txtluxery .atolDiv {
    width:40%;
    padding: 0 0px 0 10px;
    text-align: center;
    min-width:70px;
}
.txtluxery .highlights .atolDiv img{
    display: inline-block;
    width: auto;
    max-height: 70px;
    margin: 0 0;
}
.highlights ul, .travelGuidehigh ul {
    padding: 4px 0 10px;
    line-height: 20px;
    margin-bottom:0;
}
   .highlights.travelGuidehigh  ul li {
    white-space: nowrap;
    overflow: initial;
    text-overflow: ellipsis;
    list-style-type: disc;
    position: relative;
    margin-left: 15px;
    font-size: 12px;
    color: var(--blueBg);
}
    .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;
        line-height:14px;
    }

    .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;
    display:none;
}
/*************/
._dayl {
    color: var(--blueBg);
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0px 8px;
    margin: 0;
    line-height: 18px;
}
.alliconimagearea{ display:block;}
._luxery-box .numberoffdayandIcon ul {
    display: flex;
    align-items: center;
    gap: 3px;
}
._luxery-box .numberoffdayandIcon ul li {
    min-width: 25px;
    padding: 0;
    margin: 0;
    text-align: right;
}
    ._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(--blueBg);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 11px;
    margin:0;
}
._money {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
    ._money p {
        width: 45%;
        margin-bottom:0;
    }
        ._money p span:first-child {
            color: var(--blueBg);
            font-size: 10px;
            font-weight: 400;
        }
        ._money p span:last-child {
            color: var(--blueBg);
            font-size: 20px;
            font-weight: 600;
            display: block;
            line-height:20px;
        }
    ._money a {
        width: 48%;
        display: inline-block;
        text-transform: uppercase;
        color: var(--blueBg);
        font-size: 14px;
        background-color: #fff;
        padding: 7px 8px;
        text-align: center;
        border: 1px solid var(--blueBg);
        font-weight: 500;
        line-height: 18px;
    }
        ._money a:hover {
            color: #fff;
            border: 1px solid var(--blueBg);
            background-color: var(--blueBg);
        }
        .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.holidaySec {
    background-color: #efefef;
    text-align: center;
    padding: 40px 0 50px 0;
}
.exploreHolidays .flexDestination {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0 auto;
}
.VCheadlinetextbox .VCheadlinetext {
    font-size: 35px;
    color: var(--blueBg);
    font-weight: 400;
} 
.popularDestination .cardDiv::before, .exploreHolidays .cardDiv::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.59);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .5s;
    z-index: 1;
}
.exploreHolidays .cardDiv {
    position: relative;
    cursor: pointer;
    transition: transform .5s;
    overflow: hidden;
    width: 24%
}

    .exploreHolidays .cardDiv img {
        display: block;
        transition: transform .5s;
        width:100%;
    }

    .exploreHolidays .cardDiv:hover img {
        transform: scale(1.1)
    }

    .exploreHolidays .cardDiv .cityName {
        position: absolute;
        top: 48%;
        left: 0;
        color: #fff;
        padding: 10px 15px;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 5px;
        z-index: 1
    }

.exploreHolidays .moreView {
    margin-top: 40px
}

    .exploreHolidays .moreView a {
        color: var(--footerBlueDark);
        padding: 10px 15px;
        border: solid 1px var(--footerBlueDark);
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        display: inline-block
    }

        .exploreHolidays .moreView a:hover {
            color: #fff;
            background-color: var(--footerBlueDark)
        }

.exploreHolidays.excurSec {
    text-align: center;
    padding: 40px 0 50px 0;
    background-color: #efefef
}

    .exploreHolidays.excurSec .cardDiv .cityName {
        top: 41%
    }

        .exploreHolidays.excurSec .cardDiv .cityName .explore {
            display: block;
            font-size: 14px;
            text-transform: capitalize;
            padding-bottom: 4px
        }

        .exploreHolidays.excurSec .cardDiv .cityName .cityTitle {
            display: block
        }

/****** 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(--blueBg);
        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(--blueBg);
            }

.tpLogoSection {
    margin: 50px 0 0px 0;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.tpLogo img {
    width: auto;
}
/*end*/

.luxery{
    padding:20px 0;
}



.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(--blueBg);
    color:#fff;
}
.VCCollapse.active {
    background: var(--blueBg);
    color: #fff;
}

.vacationitinerayarea h1 {
    font-size: 35px;
    font-weight: 400;
    color: var(--blueBg);
}
.vacationitinerayarea .VCpuchline {
    font-size: 30px;
    font-weight: 400;
    color: var(--blueBg);
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 38px;
}


/*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: var(--blueBg);
    }

    .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 var(--blueBg);
        background-color: transparent;
    }

    .emailForm button {
        font-size: 18px;
        padding: 15px 20px;
        border: none;
        background-color: var(--blueBg);
        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(--blueBg);
    font-size: 32px;
    font-weight: 400;
    padding: 20px 0 4px;
    line-height: 36px;
    margin: 0;
}
    .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(--blueBg);
    
}
.VCfaqSection .faqParent{

}
.VCfaqSection h5 {
    color: var(--blueBg);
   
}
.VCfaqSection {
    padding: 60px 0 60px 0;
}
/*desstop arrow slider*/
.VCfomrnight {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}

.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;*/
}



.scanBox{background:#fff;padding:10px 15px;}
.packageDetailsListing {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0;
}
.packageDetailsListing li {
    width: 100%;
    padding: 2px 0px;
    color: #00305c;
    font-size: 14px;
    margin: 0;
}

.scannerSection{width:100%;text-align:center;padding-top:20px;}
.scannerSection b{display:block;color:#00305c;font-size:14px; font-weight:500;}
.scannerSection span{display:block;color:#01a0d7;font-size:36px;line-height:50px;font-weight:600;}

.scanerImgHolder{text-align:center;}
.scanerImgHolder .qrCode{width:120px;}
.scanerImgHolder p{color:#00305c;font-size:16px;line-height:16px;text-decoration:underline;padding-bottom:0px;}
.scanerImgHolder .availabilityText {
    color: #00305c;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    padding-top: 8px;
}
.scanerImgHolder a {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
}
.scanerImgHolder a:hover {
    border:none;
}
.scanerImgHolder a.callBtn {
    display: flex;
    border: solid 1px #01a0d7;
    color: #01a0d7;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
}
.scanerImgHolder a.callBtn:hover{color:#01a0d7; border:solid 1px #01a0d7;}
.scanerImgHolder a.enquireBtn:hover{color:#fff;} 

.callBtn{border:1px solid #01a0d7;color:#01a0d7;}
.callBtn:hover{}
.enquireBtn{background:#01a0d7;color:#fff;}
.enquireBtn:hover{border:1px solid #01a0d7;color:#fff;background:#0083b0;}

.highlightsSection {
    background: #fff;
    padding: 10px 15px;
    margin-top: 20px;
}
.highlightsSection h3 {
    color: #142142;
    margin: 0;
    padding-bottom: 15px;
    font-size: 28px;
}
.highlightsSection ul{width:100%;}
.highlightsSection ul li {
    width: 100%;
    box-shadow: 1px 1px 8px #ccc;
    padding: 10px;
    margin-bottom: 12px;
    color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-left: 0px;
}
.mapHolder{width:100%;margin-top:20px; position:relative; cursor:pointer;}
.mapHolder img{width:100%} 
.mapHolder .hoverContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, .6); 
    display:none;
}
.mapHolder:hover .hoverContent {
    display:block;
}
.mapHolder .txtZoom {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    top: 47%;
    position: relative;
    cursor: pointer;
    padding: 8px;
    max-width: 200px;
    border-radius: 5px;
    left: 50%;
    font-weight: 600;
    font-size: 14px;
    margin-left: -100px;
}
.mapPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: 9999; 
    display: none;   
    transition: all 0.3s ease-out; /* Smooth timing */
    left:0;
    top:0;
}
.mapPopup.active {
    display: block; 
}
.mapPopup .closeMapPop {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #292929;
    padding: 4px 9px;
}
.mapPopup .closeMapPop img{
    filter: brightness(0) invert(1);
}
.insideContMap{
    position:absolute;
    width: 615px;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mapPopup .mapImg {
    width:100%;
    border: solid 2px #292929;
}
.vc_INfobox p{color:#000;font-size:12px;line-height:20px;margin-bottom:0px; 
    padding-bottom: 5px;}
.vc_INfobox p.hideText{display:none;}
.vc_INfobox ul{margin:0; padding:0;}
.vc_INfobox ul li {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
    list-style: disc;
    padding-left: 0;
    margin-left: 17px;
} 
.vc_INfobox .listService {
	flex-wrap: wrap;
	justify-content: space-between;
}
.vc_INfobox .listService li {
    width: 100%;
    display: flex;
    margin: 0;
    list-style: none;
}
.vc_INfobox .listService li img {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.vc_INfobox .listService li p{
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-bottom: 5px;}

.vacationitinerarybox{background:#fff;}
.vacationitinerarybox{padding-top:10px;}
.varctionitineryBtn{margin: 20px 0;}

.captchaBox {
    padding: 10px 0;
}
.flexCaptcha {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flexCaptcha .captchTxt {
    border: solid 1px #363636;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
}
.flexCaptcha .inputEnter {
    border: solid 1px #363636;
}
.flexCaptcha .inputEnter input {
    padding: 0 10px;
    height: 34px;
    font-size: 16px;
    color: #000;
}
#captchaError {
    color:red;
    font-size:12px;
}
#btnRefreshCaptcha {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}
#btnRefreshCaptcha img{height: 30px;
}

/**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(--blueBg);
    font-weight: 500;
    margin: 10px 0 0 0;
    line-height: 55px;
}
.thanksHolidayMainInquiry .innerWrap p {
    font-size: 18px;
    color: var(--blueBg);
    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 p{
   margin:0;
}
    .packages_IDmain .packagesarea_Id > span {
        display: block;
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
    }

.flights-included {
    position: absolute;
    bottom: 10px;
    background-color: var(--blueBg);
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    display: flex;
    padding: 6px 13px;
    gap: 5px;
    align-content: center;
    align-items: center;
    left: 10px;
    display:none;
}

    .flights-included img {
        width: 15px !important;
        height: 12px !important;
    }


.travelGuidehigh ul li {
        white-space: nowrap; 
        text-overflow: ellipsis;
        list-style-type: circle;
        position: relative;
        margin-left: 0;
        font-size: 12px;
        color: var(--blueBg); 
        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);
}


        /**Thnak you css end**/
        @media only screen and (max-width: 2560px) and (min-width: 1400px) {
            .VCformhead h3 {
                color: var(--blueBg);
                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(--blueBg);
                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) {
            .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(--blueBg);
                border: 1px solid var(--blueBg);
                background-color: #fff;
            }
        }

        @media only screen and (max-width: 991px) {
            .enqForm .flexTwoCol {
                padding: 0 0px;
            }

            .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%;
            }
        }
