.holidaytab {
    width: 100%;
}

    .holidaytab ul {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 15px 0 30px 0;
    }

        .holidaytab ul li {
            flex: 0 0 auto;
            position: relative;
            padding: 5px;
        }

            .holidaytab ul li a {
                font-size: 1.8em;
                padding: 10px 35px;
                text-decoration: none;
                display: block;
                font-weight: 500;
                color: #000000;
                color: var(--txtblack);
                box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
                background-color: #ffffff;
            }

            .holidaytab ul li::before {
                height: 2px;
                background-color: #cccccc;
                content: '';
                display: block;
                width: 100%;
                position: absolute;
                bottom: -4px;
                left: 0;
            }

            .holidaytab ul li.active:after {
                background-color: #174285;
                background-color: var(--bluebg);
                height: 2px;
                position: absolute;
                bottom: -4px;
                width: 50%;
                content: '';
                left: 0;
                right: 0;
                margin: auto;
                border-radius: 10px;
            }

.introsection, .fltheading {
    max-width: 900px;
    width: 94%;
    899 margin: 0 auto;
    text-align: center;
    margin: 20px auto 0;
}

    .fltheading h1 {
        font-size: 3.4em;
        font-size: clamp(2.4em, 4vw, 3.4em);
        margin-bottom: 15px;
        color: #000000;
        color: var(--txtblack);
        font-weight: 700;
    }

    .fltheading h2, .fltheading h3 {
        font-size: 3em;
        font-size: clamp(2em, 4vw, 3em);
        margin-bottom: 15px;
        color: #000000;
        color: var(--txtblack);
        font-weight: 700;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .introsection p, .fltheading p {
        line-height: 25px;
        font-size: 1.8em;
        color: var(--txtsixteen);
        font-weight: 400;
        color: #000000;
        color: var(--txtblack);
        padding-bottom: 10px;
    }

    .introsection ul {
        list-style-type: disc;
        margin-left: 30px;
        text-align: left;
        font-size: 1.8em;
        line-height: 25px;
    }



    .introsection p strong, .fltheading p strong {
        font-size: 1.3em;
        font-weight: 700;
        display: block;
        padding: 10px 0;
    }

    .fltheading ul {
        list-style: none;
    }

    .introsection p a, .fltheading p a {
        color: #F95539;
        text-decoration: none;
    }

    .fltheading ul li {
        font-size: 1.6em;
        margin: 10px 0px;
    }

        .fltheading ul li strong {
            font-weight: 700;
        }

/*#moreText {
    display: none;
}*/

#moreText h2 {
    font-size: 3em;
    font-size: clamp(2em, 4vw, 3em);
    margin-bottom: 15px;
    color: #000000;
    color: var(--txtblack);
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.introsection a.readMore, .fltheading a#readMore {
    font-size: 1.6em;
    color: #ff0000;
    margin-top: 10px;
    display: none;
}

.fltsection {
    flex: 0 0 250px;
}

    .fltsection strong.filterrsltby {
        display: flex;
        justify-content: space-between;
        font-size: 1.6em;
        font-weight: 600;
        margin: 10px 0 25px 0;
    }

        .fltsection strong.filterrsltby a {
            font-weight: 500;
            color: #000000;
            cursor: pointer;
            text-decoration: underline;
        }

.fltdetail {
    flex: 0 0 calc(100% - 280px);
}

    .fltdetail > .error {
        font-size: 1.6em;
        font-weight: 600;
        text-align: center;
    }

    .fltdetail .sortbybx {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

        .fltdetail .sortbybx .sory-by label {
            font-size: 1.6em;
            font-weight: 600;
        }

        .fltdetail .sortbybx .sory-by select {
            height: 48px;
            font-size: 1.6em;
            padding: 0 20px;
            margin-left: 10px;
            background-color: #ffffff;
        }

.cflightsection {
    display: block;
    width: 100%;
}

    .cflightsection > .rows {
        max-width: 1280px;
        width: 92%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.flightsection {
    max-width: 1280px;
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .flightsection .ftlsection {
        flex: 0 0 260px;
    }

.fltbox {
    width: 100%;
    margin-bottom: 30px;
}

    .fltbox .fltheading {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 0px auto 7px;
    }

        .fltbox .fltheading a#vSetAllLocation {
            display: none;
        }

        .fltbox .fltheading span {
            font-size: 1.6em;
            font-weight: 600;
        }

            .fltbox .fltheading span img[src$='boardbasisicon.svg'] {
                width: 24px;
                height: auto;
            }

            .fltbox .fltheading span:first-child {
                width: 30px;
            }

            .fltbox .fltheading span:last-child {
                position: absolute;
                right: 8px;
            }

    .fltbox .shaidbox {
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        box-shadow: var(--fltshadow);
        padding: 2px 8px;
        position: relative;
    }

        .fltbox .shaidbox > ul {
            list-style: none;
            padding: 7px 0;
        }

            .fltbox .shaidbox > ul > li {
                padding: 10px 0;
                margin: 0;
                position: relative;
                overflow: hidden;
                border-bottom: 1px solid #cccccc;
            }

                .fltbox .shaidbox > ul > li:last-child {
                    border: none;
                }

                .fltbox .shaidbox > ul > li > label {
                    padding-right: 60px;
                }

                .fltbox .shaidbox > ul > li > span.callnowtxt {
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    font-size: 1.4em;
                    color: #F95539;
                    color: var(--txtred);
                    cursor: pointer;
                }

                .fltbox .shaidbox > ul > li > span.onlyclick > a {
                    color: #f95539;
                    text-decoration: none;
                }

                .fltbox .shaidbox > ul > li > span.onlyclick {
                    position: absolute;
                    right: -100px;
                    font-size: 1.3em;
                    color: #F95539;
                    color: var(--txtred);
                    cursor: pointer;
                    transition: all .5s;
                    font-weight: 600;
                    top: 12px;
                }

                .fltbox .shaidbox > ul > li:hover span.onlyclick {
                    right: 8px;
                }

                .fltbox .shaidbox > ul > li > .checkbtn {
                    padding-left: 25px;
                }

                    .fltbox .shaidbox > ul > li > .checkbtn strong {
                        font-weight:normal !important;
                    }

                    .fltbox .shaidbox > ul > li > .checkbtn .checkmark {
                        width: 18px;
                        height: 18px;
                        border-color: #707070;
                    }

                        .fltbox .shaidbox > ul > li > .checkbtn .checkmark:after {
                            left: 6px;
                            top: 2px;
                            width: 5px;
                            height: 10px;
                            border-width: 0 2px 2px 0;
                            border-color: #707070;
                        }

        .fltbox .shaidbox .priceslider {
            width: 100%;
            padding: 15px 0px 14px 0px;
        }

            .fltbox .shaidbox .priceslider div#slider-range {
                position: relative;
            }

            .fltbox .shaidbox .priceslider .row .rangestrip {
                height: 8px;
                border: 1px solid #174285;
                width: 100%;
            }

div.ui-slider-range.ui-corner-all.ui-widget-header {
    left: 0%;
    width: 100%;
    height: 9px;
    position: absolute;
    background: #174285;
    top: 0px;
}

.fltbox .shaidbox .priceslider .row .pricerange {
    position: relative;
    left: -5px;
    z-index: 9;
}

    .fltbox .shaidbox .priceslider .row .pricerange span {
        width: 13px;
        height: 13px;
        border: 1px solid #174285;
        background-color: #ffffff;
        border-radius: 50px;
        position: absolute;
        top: -2px;
        cursor: pointer;
    }

        .fltbox .shaidbox .priceslider .row .pricerange span.pricestardot {
            left: -5px;
        }

        .fltbox .shaidbox .priceslider .row .pricerange span.priceenddot {
            right: -5px;
        }


.slider-container {
    position: relative;
    width: 100%;
    margin:0;
}
/* Track */
.slider-track {
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: #d1d5db;
    position: relative;
}
/* Range highlight */
.slider-range {
    position: absolute;
    height: 8px;
    border-radius: 8px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    top: 0px;
    left: 0;
    right: 0;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
/* Thumbs */
input[type="range"] {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    height: 8px;
    background: transparent;
    pointer-events: all;
    margin: 0;
    top: -1px;
    left: 0;
}

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 22px;
        height: 22px;
        background: #2563eb;
        cursor: pointer;
        border-radius: 50%;
        border: 3px solid white;
        box-shadow: 0 2px 6px rgb(37 99 235 / 0.5);
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 2;
        margin-top: -7px; /* center align with track */
    }

    input[type="range"]::-moz-range-thumb {
        width: 22px;
        height: 22px;
        background: #2563eb;
        cursor: pointer;
        border-radius: 50%;
        border: 3px solid white;
        box-shadow: 0 2px 6px rgb(37 99 235 / 0.5);
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 2;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        background-color: #1d4ed8;
    }

    input[type="range"]::-moz-range-thumb:hover {
        background-color: #1d4ed8;
    }

/* Hide the second track of default range input */
input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
}
/* Prevent pointer events on track to only thumbs */
input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
/* Values output */
.values {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    color: #374151;
    padding:7px 2px;
    user-select: none;
}



ul.selecthotel {
    width: 100%;
}

    ul.selecthotel li select {
        width: 100%;
        height: 40px;
        appearance: none;
        padding: 0 10px;
        font-weight: 500;
        font-size: 1.4em;
        padding-right: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #000000;
    }

    ul.selecthotel li span.arw {
        position: absolute;
        bottom: 20px;
        right: 12px;
        pointer-events: none;
    }

.priceslot {
    position: relative;
}

    .priceslot span {
        position: absolute;
        font-size: 1.4em;
        top: 8px;
        font-weight: 600;
    }

        .priceslot span.pstxt, .priceslot span#lblmin {
            left: -12px;
        }

        .priceslot span.pendtxt, .priceslot span#lblmax {
            right: -16px;
        }

.flightsection .fltdetail {
    flex: 0 0 calc(100% - 290px);
}

.fltdetail strong.hotelnumber {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.gridsection {
    width: 100%;
    margin-bottom: 40px;
}

.shaidgrid {
    display: flex;
    justify-content: space-between;
    box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
    box-shadow: var(--fltshadow);
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

    .shaidgrid.altgrid {
        background-color: #efecec;
    }

.mobilefltbtn {
    display: none;
}

    .mobilefltbtn a {
        font-size: 1.6em;
        font-weight: 600;
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        box-shadow: var(--fltshadow);
        padding: 2px 10px;
        position: relative;
        width: 100%;
        display: block;
        margin: 30px 0 15px 0;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        color: #000000;
        color: var(--txtblack);
    }

        .mobilefltbtn a img {
            margin-left: 10px;
        }

ul.fltstarrating {
    width: auto;
}

    ul.fltstarrating li label span.str svg {
        fill: #F95539;
        width: 14px;
        height: 14px;
    }

.breadcrumb--new {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

    .breadcrumb--new ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .breadcrumb--new ul li {
            font-size: 1.4em;
            color: #000000;
            font-weight: 600;
            margin: 5px 0px;
            position: relative;
            padding-right: 15px;
        }

            .breadcrumb--new ul li a {
                font-size: .9em;
                color: #000000;
                text-decoration: none;
                position: relative;
                padding: 6px;
                display: inline-block;
                text-transform: capitalize;
            }

            .breadcrumb--new ul li::after {
                content: '';
                background-image: url(/assets/images/blackdownarrow.svg);
                width: 10px;
                height: 10px;
                margin: 0 1px;
                background-size: 10px 10px;
                position: absolute;
                top: 8px;
                right: 0;
                transform: rotate(-90deg);
            }

            .breadcrumb--new ul li a:hover {
                text-decoration: underline;
            }

            .breadcrumb--new ul li:last-child {
                pointer-events: none;
            }

                .breadcrumb--new ul li:last-child:after {
                    display: none;
                }

.priceslot span.pstxt:before, .priceslot span.pendtxt:before {
    content: '£';
}

/* bof: dubai grid */
.holidaygrid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: all .5s;
}
/* .holidaygrid:hover {box-shadow: -1px 11px 20px rgba(0 0 0 / 15%); background: #f1f1f1;} */
.hdaygrid {
    flex: 0 0 calc(100% - 370px);
}
   
    .hdaygrid .hdaygridin {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

.hdayimg {
    flex: 0 0 360px;
    position: relative;
}

    .hdayimg .l-col {
        padding: 0;
    }

        .hdayimg .l-col p {
            margin: 0 !important;
        }

    .hdayimg .l-col span.tpick img {
        display: none;
    }

    .hdayimg .l-col span.tpick span {
        width: 160px;
        background: #174285;
        background: var(--btnblue);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        z-index: 1;
        text-align: center;
        padding: var(--btnpadding);
        font-size: 1.8em;
        font-weight: 500;
    }

    .hdayimg .theme {
        width: 160px;
        background: #174285;
        background: var(--btnblue);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        z-index: 1;
        text-align: center;
        padding: var(--btnpadding);
        font-size: 1.6em;
        font-weight: 600;
        text-transform: capitalize;
    }

    .hdayimg img {
        display: block;
        object-fit: cover;
        width:100%;
    }

.hdaygrid .hdaygridin .hdayimg img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
}

.hdaygrid .hdaygridin .hdaydetail {
    padding: 15px;
    flex: 0 0 calc(100% - 250px);
    position: relative;
}

    .hdaygrid .hdaygridin .hdaydetail .hdayheading {
        width: 100%;
    }

        .hdaygrid .hdaygridin .hdaydetail .hdayheading h2 {
            font-size: 1.8em;
            font-weight: 600;
        }

            .hdaygrid .hdaygridin .hdaydetail .hdayheading h2 a {
                text-decoration: none;
                color: #000000;
                color: var(--txtblack);
            }

        .hdaygrid .hdaygridin .hdaydetail .hdayheading .strgrp {
            margin: 5px 0 15px 0;
        }

            .hdaygrid .hdaygridin .hdaydetail .hdayheading .strgrp svg {
                width: 14px;
                height: 14px;
                fill: #F95539;
                margin-right: 3px;
            }

        .hdaygrid .hdaygridin .hdaydetail .hdayheading span.htlmap {
            font-size: 1.3em;
            font-weight: 500;
        }

            .hdaygrid .hdaygridin .hdaydetail .hdayheading span.htlmap img {
                vertical-align: bottom;
                margin-right: 5px;
            }

    .hdaygrid .hdaygridin .hdaydetail .hofferlist {
        bottom: 30px;
        position:absolute;
    }

        .hdaygrid .hdaygridin .hdaydetail .hofferlist ul {
            list-style: none;
            margin:0;
            padding:0;
        }

            .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li {
                font-size: 1.3em;
                position: relative;
                padding-left: 18px;
                margin: 0;
                display: block;
                font-weight: 500;
                line-height: 18px;
            }

                .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li span.exclusive {
                    color: #ffffff;
                    margin-left: 5px;
                    font-weight: 600;
                    background-color: #ff0000;
                    padding: 0 5px;
                }

                .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li::before {
                    content: url(/assets/images/offertag.svg);
                    position: absolute;
                    transform: scale(.5);
                    left: -5px;
                    top: -6px;
                }

        .hdaygrid .hdaygridin .hdaydetail .hofferlist a.viewoff {
            font-size: 1.2em;
            font-weight: 600;
            text-decoration: underline;
            cursor: pointer;
            margin: 10px 8px;
            display: block;
            color: #F95539;
            position: relative;
            z-index: 10;
        }

.hdaycall {
    flex: 0 0 250px;
    border-left: 1px solidfilterrsltby #cccccc;
    border-left: 1px solid var(--bordergrey);
    padding: 15px;
    position: relative;
}

    .hdaycall .hdayin {
        height: 100%;
        display: flex;
        justify-content: initial !important;
        flex-direction: column;
        text-align: center;
    }

        .hdaycall .hdayin .hflightngt {
            flex: 0 0 auto; padding:0 0 8px;
        }

            .hdaycall .hdayin .hflightngt strong.fhtngt {
                font-size: 1.8em;
                color: #000000;
                color: var(--txtblack);
                display: block;
                font-weight: 700;
                margin-bottom: 10px;
            }

            .hdaycall .hdayin .hflightngt span.hbb {
                font-size: 1.4em;
                color: #000000;
                color: var(--txtblack);
                text-transform: capitalize;
                font-weight: 500;
            }

        .hdaycall .hdayin .frsgroup {
            flex: 0 0 auto; margin-top:0px;
        }

            .hdaycall .hdayin .frsgroup .frmfrs {
                width: 100%;
            }

                .hdaycall .hdayin .frsgroup .frmfrs span {
                    font-size: 1.6em;
                    font-weight: 700;
                }

                    .hdaycall .hdayin .frsgroup .frmfrs span.frmfrs.dynamic {
                        display: inline;
                    }

                .hdaycall .hdayin .frsgroup .frmfrs strong {
                    font-size: 2.6em;
                    font-weight: 700;
                }

                .hdaycall .hdayin .frsgroup .frmfrs > p {
                    font-size: 1.1em;
                    margin-top: 8px;
                    font-weight: 500;
                }

            .hdaycall .hdayin .frsgroup .hbtngrp {
                display: block;
                margin-top: 10px;
            }

                .hdaycall .hdayin .frsgroup .hbtngrp ul {
                    display: flex;
                    justify-content: space-between;
                    margin: 0;
                    padding: 0;
                }

                    .hdaycall .hdayin .frsgroup .hbtngrp ul li {
                        list-style: none;
                        flex: 0 0 48%;
                    }

                        .hdaycall .hdayin .frsgroup .hbtngrp ul li a {
                            text-decoration: none;
                            font-size: 1.3em;
                            font-weight: 700;
                            color: #F95539;
                            color: var(--txtred);
                            border: 1px solid #F95539;
                            display: block;
                            padding: 0px 5px;
                            text-transform: uppercase;
                            height: 35px;
                            line-height: 35px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .hdaycall .hdayin .frsgroup .hbtngrp ul li a > img {
                                margin-right: 8px;
                                display: none;
                            }

                            .hdaycall .hdayin .frsgroup .hbtngrp ul li a.hviewbtn {
                                background-color: #F95539;
                                background-color: var(--btnred);
                                color: #ffffff;
                            }

.floadmore {
    width: 100%;
}

    .floadmore > a {
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        box-shadow: var(--fltshadow);
        padding: 8px 18px;
        display: inline-block;
        cursor: pointer;
        font-size: 1.4em;
        color: #f95539 !important;
        text-decoration: none;
        font-weight: 600;
    }
/* Eof: dubai grid */

ul.dptsection {
    width: 100%;
}

.fltbox .shaidbox ul.dptsection > li {
    border-bottom: 1px solid #cccccc;
    padding: 0px;
    margin: 0;
}

ul.dptsection > li > a {
    text-decoration: none;
    font-size: 1.4em;
    color: #000000;
    color: var(--txtblack);
    font-weight: 600;
    padding: 10px;
    display: block;
    transition: all .5s;
}

    ul.dptsection > li > a:hover {
        background-color: #e7e7e7;
    }

    ul.dptsection > li > a::after {
        content: url(/assets/images/blackdownicon.svg);
        background-repeat: no-repeat;
        background-position: 0 10%;
        transform: scale(.5) rotate(-90deg);
        display: block;
        position: absolute;
        right: 0;
        top: 8px;
    }

.fltbox .shaidbox ul.dptsection > li:last-child, .fltbox .shaidbox ul.destsection > li:last-child, .fltbox .shaidbox ul.destsection > li > ul.destgroup > li:last-child {
    border: none;
}

div.secure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2em;
    line-height: 23px;
    font-weight: 700;
    padding-bottom: 30px;
}


@media only screen and (max-width:1200px) {

/* bof: Css for mobile search and filter responsive*/    
.fltsection {display:none;}
.fltsection.dblock {display:block;}
.searchbg .searchsection .searchbase {display:none;}
.searchbg .searchsection .searchbase.dblock {display:block;}
/* eof: Css for mobile search and filter responsive*/ 

        .holidaygrid {
            flex-direction: column;
        }

    .hdayimg {
        flex: 0 0 100%;
    }
       

        .hdaycall .hdayin .frsgroup .hbtngrp ul li a {
            padding: 0 2px;
        }

    .fltbox .shaidbox > ul > li > span.onlyclick {
        right: 0px;
    }

    .hdaygrid .hdaygridin .hdaydetail .hofferlist {
        position: relative;
        top: 0px;
    }

    .fltdetail .sortbybx .sory-by select {
        color: #000000;
        border: 1px solid #000000;
        border-radius: 0;
    }

    div.shaidbox ul.selecthotel li select {
        background: none;
        border: 1px solid #000000;
        border-radius: 0px;
        font-size: 16px;
    }

    div.shaidbox ul.selecthotel li span.arw {
        bottom: 25px;
    }

    div.fltbox .shaidbox > ul > li b.bOnly {
        right: 10px;
    }
}

@media only screen and (max-width:900px) {
    .holidaytab ul {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        justify-content: flex-start;
    }

    .mobilefltbtn {
        display: block;
    }

    .fltsection {
        flex: 0 0 auto;
        margin-bottom: 0px;
    }

    div.o-grid {
        margin: 0 auto;
    }

    div.fltdetail {
        margin-top: 20px;
    }

    div.mobilefltbtn a {
        margin-top: 0;
    }

    div.fltdetail strong.hotelnumber {
        margin-bottom: 10px;
    }

    div.breadcrumb--new {
        margin-top: 10px;
    }

    div.holidaytab ul li a {
        font-size: 1.6em;
    }

    div.breadcrumb--new ul li a {
        font-size: 1em;
    }
}

@media only screen and (max-width:767px) {
    .holidaytab ul {
        justify-content: flex-start;
    }

    .hdaygrid .hdaygridin, .holidaygrid {
        flex-direction: column;
    }

    .hdaygrid {
        flex: 0 0 100%;
    }

    .hdaycall {
        border: none;
        flex: auto;
    }

        .hdaycall .hdayin {
            align-items: flex-start;
            text-align: left;
        }

            .hdaycall .hdayin .hflightngt {
                margin-bottom: 20px;
            }

            .hdaycall .hdayin .frsgroup {
                width: 100%;
            }

                .hdaycall .hdayin .frsgroup .hbtngrp ul li {
                    flex: 0 0 48%;
                    text-align: center;
                }

    .hdaygrid .hdaygridin .hdaydetail .hdayheading .strgrp {
        margin: 0 10px 0 0px;
        vertical-align: top;
        display: inline-block;
    }

    .hdaygrid .hdaygridin .hdaydetail .hdayheading h2 {
        margin-bottom: 8px;
    }

    .hdaycall .hdayin .frsgroup .hbtngrp ul li a > img {
        display: block;
    }

    .fltdetail .sortbybx .sory-by {
        width: 100%;
    }

        .fltdetail .sortbybx .sory-by select {
            width: calc(100% - 68px);
        }
}



/* Bof: holiday view result */
.passengergrid {
    flex: 0 0 100%;
    margin-bottom: 30px;
    display: none;
}

    .passengergrid .passengergridinset {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% - 280px);
        float: right;
        margin-bottom: 10px;
    }

        .passengergrid .passengergridinset .cols {
            flex: 0 0 32%;
            margin: 10px 0;
        }

            .passengergrid .passengergridinset .cols:nth-child(3) {
                text-align: right;
            }

            .passengergrid .passengergridinset .cols:last-child {
                flex: 0 0 100%;
            }

            .passengergrid .passengergridinset .cols p {
                font-size: 1.5em;
                font-weight: 600;
                line-height: 20px;
            }

.shaidgrid.flighthotel {
    flex-direction: column;
}

    .shaidgrid.flighthotel .src-grid-groupbx {
        width: 100%;
    }

        .shaidgrid.flighthotel .src-grid-groupbx.hightlight {
            border: 3px solid #f95539;
        }

.row_gridholiday {
    display: flex;
}

    .row_gridholiday.view_details {
        display: none;
    }

.shaidgrid.flighthotel .hdaycall {
    padding-bottom:40px;
}

.row_gridholiday {
    width: 100%;
    position: relative;
}

    .row_gridholiday .gridbase {
        background-color: #EEF3FC;
        border-right: 1px solid #cccccc;
        border-right: 1px solid var(--bordergrey);
        flex: 0 0 50%;
    }

        .row_gridholiday .gridbase:last-child {
            border: none;
        }

        .row_gridholiday .gridbase > strong {
            font-weight: 600;
            font-size: 1.5em;
            margin-bottom: 5px;
            display: block;
            padding: 10px 0 0 10px;
        }

        .row_gridholiday .gridbase .toprow {
            border-bottom: 1px solid #cccccc;
            border-bottom: 1px solid var(--bordergrey);
            padding: 0 15px;
            display: flex;
            justify-content: space-between;
            ;
        }

            .row_gridholiday .gridbase .toprow .col {
                flex: 1;
                text-align: center;
            }

.departfrom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

    .departfrom span {
        font-size: 1.4em;
        font-weight: 600;
    }

    .departfrom img {
        margin-right: 10px;
    }

.row_gridholiday .gridbase .toprow .col:first-child .departfrom {
    justify-content: left;
}

.row_gridholiday .gridbase .toprow .col:last-child .departfrom {
    justify-content: right;
}

.row_gridholiday .gridbase .rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 10px;
    align-items: center;
    position: relative;
}

    .row_gridholiday .gridbase .rows .col {
        flex: 0 0 141px;
    }

        .row_gridholiday .gridbase .rows .col:nth-child(2) {
            flex: 0 0 calc(100% - 141px);
        }

.airlineimg2 {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
    text-align: right;
    flex-wrap: wrap;
}

    .airlineimg2 span {
        display: block;
        width: 100%;
        text-align: center;
    }

    .airlineimg2 > img {
        margin-bottom: 5px;
    }

.multiflght {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

    .multiflght .boxes {
        flex: 0 0 33.33%;
    }

        .multiflght .boxes:first-child .box_detail {
            text-align: right;
        }

        .multiflght .boxes:last-child .box_detail {
            text-align: left;
        }

        .multiflght .boxes .box_detail {
            display: flex;
            flex-direction: column;
            color: #000000;
            color: var(--txtblack);
        }

        .multiflght .boxes span.dept_outbound {
            font-size: 1.25em;
            font-weight: 700;
        }

        .multiflght .boxes strong.depttime_outbound {
            font-size: 1.8em;
            font-weight: 700;
            margin: 5px 0;
        }

        .multiflght .boxes span.daymnt_outbound {
            font-size: 1.2em;
            font-weight: 500;
        }

.out_stopgrid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

    .out_stopgrid span {
        font-size: 1.2em;
        font-weight: 500;
        color: #ff0000;
    }

        .out_stopgrid span.girdline {
            border-bottom: 1px solid #000000;
            margin: 3px 0;
            position: relative;
            width: 100%;
        }

            .out_stopgrid span.girdline::after {
                display: block;
                position: absolute;
                right: 2px;
                top: -6px;
                transform: rotate(-45deg);
                content: '';
                background-color: #000000;
                height: 8px;
                width: 1px;
            }

        .out_stopgrid span.colstop {
        }

.out_boundcls {
    padding-left: 20px;
}

    .out_boundcls ul {
        list-style: none;
    }

        .out_boundcls ul li {
            font-size: 1.3em;
            font-weight: 600;
            margin-bottom: 10px;
            padding-left: 22px;
            position: relative;
        }

            .out_boundcls ul li span {
                display: block;
            }

            .out_boundcls ul li img {
                position: absolute;
                left: 0;
                top: -2px;
            }

.stopoverstrip {
    background-color: #CBDAF6;
    text-align: center;
    padding: 15px;
    font-size: 1.4em;
    font-weight: 600;
}

.viewhidebtn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
}

    .viewhidebtn a {
        background-color: #EEF3FC;
        background-color: var(--lightbluebg);
        font-size: 1.4em;
        font-weight: 600;
        padding: 8px 20px;
        text-decoration: none;
        color: #000000;
        color: var(--txtblack);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .viewhidebtn a img[src$="airline.svg"] {
            width: 16px;
            height:19px;
            margin-right: 5px;
        }

        .viewhidebtn a img[src$="blackdownarrow.svg"] {
            width: 16px;
            margin-left: 5px;
        }

.hdaygrid .hdaygridin .hdaydetail .offerviews {
    box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 260px;
    top: 26px;
    z-index: 0;
    padding: 23px 17px 5px;
    z-index: 10;
    display: none;
}

    .hdaygrid .hdaygridin .hdaydetail .offerviews span.offerclose {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }

/* pagination section */
.fltdetail .grid-header, .fltdetail .grid-footer {
    display: flex;
    justify-content: flex-end;
}

.fltdetail .grid-header {
    margin: -35px 0 20px 0;
}

.fltdetail .grid-footer {
    margin-top: -20px;
}

.block-row {
    display: block;
}

    .block-row .pagination {
        display: flex;
        align-items: center;
    }

        .block-row .pagination .col {
            flex: 0 0 auto;
        }

            .block-row .pagination .col:first-child {
                flex: 0 0 auto;
                font-size: 1.4em;
                font-weight: 600;
                margin-right: 10px;
            }

            .block-row .pagination .col ul {
                display: flex;
                align-items: center;
                gap: 2px;
            }

                .block-row .pagination .col ul li {
                    flex: 0 0 auto;
                    font-size: 1.6em;
                }

                    .block-row .pagination .col ul li a {
                        text-decoration: none;
                        background-color: #eef3fc;
                        color: #000000;
                        width: 35px;
                        height: 35px;
                        display: block;
                        line-height: 35px;
                        text-align: center;
                        font-weight: 600;
                    }

                    .block-row .pagination .col ul li.prev span img {
                        width: 26px;
                        height: auto;
                        transform: rotate(90deg);
                        margin-top: 5px;
                    }

                    .block-row .pagination .col ul li.next span img {
                        width: 26px;
                        height: auto;
                        transform: rotate(-90deg);
                        margin-top: 5px;
                    }

                    .block-row .pagination .col ul li.page a[style$="background-color:SkyBlue;"] {
                        background-color: #fc5119 !important;
                        color: #ffffff;
                    }

@media only screen and (max-width:767px) {
    .fltdetail .grid-header {
        margin: 0 0 10px 0;
    }

    .block-row .pagination .col ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .block-row .pagination .col ul li.next span img, .block-row .pagination .col ul li.prev span img {
        margin-top: 2px;
    }

    .hdaygrid .hdaygridin .hdaydetail .hdayheading span.htlmap {
        margin-left: -15px;
    }

    .fltdetail strong.hotelnumber {
        margin-bottom: 20px;
    }

    .row_gridholiday .gridbase {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* pagination section */

@media only screen and (max-width:1200px) {
    .row_gridholiday {
        flex-direction: column;
    }

        .row_gridholiday .gridbase {
            border-right: none;
            border-bottom: 1px solid #cccccc;
            border-bottom: 1px solid var(--bordergrey);
        }

            .row_gridholiday .gridbase .rows .col:first-child {
                position: absolute;
                right: 0;
                top: -25px;
                width: 160px;
            }

            .row_gridholiday .gridbase .rows .col:nth-child(2) {
                flex: 0 0 100%;
                margin-top: 41px;
            }

    .passengergrid .passengergridinset .cols:nth-child(3) {
        text-align: left;
    }

    .passengergrid .passengergridinset .cols, .passengergrid .passengergridinset .cols:last-child {
        flex: 0 0 48%;
    }

    .hdaygrid .hdaygridin .hdaydetail .offerviews {
        top: 15px;
        max-width: 320px;
        left: 0;
        right: 0;
    }

    .hdaygrid .hdaygridin .hdaydetail .hdayheading span.htlmap {
        display: block;
        margin: 10px 0;
    }
}

@media only screen and (max-width:900px) {
    .passengergrid .passengergridinset {
        width: 100%;
    }

        .passengergrid .passengergridinset .cols {
            margin: 5px 0px;
        }

    .passengergrid {
        order: 2;
    }

    .fltsection {
        order: 1;
    }

    .fltdetail {
        order: 3;
    }

    .hdaycall .hdayin .frsgroup .hbtngrp ul li a {
        font-size: 1.4em;
    }

    .fltdetail .grid-header {
        margin-top: -10px;
    }
}
/* Eof: holiday view result */


/* bof: Campaign */
.o-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 50px auto;
}

    .o-grid .o-grid-items-bx {
        display: block;
        background: #fff;
        padding-left: 30px;
    }

        .o-grid .o-grid-items-bx a {
            text-decoration: none;
            color: #000000;
            width: 100%;
        }

        .o-grid .o-grid-items-bx .o-grid-items {
            background: #fff;
            box-shadow: 0px 8px 32px rgba(0,0,0,.06);
            transition: all .5s;
            box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
            width: 23%;
            margin: .5%;
            display: inline-block;
            vertical-align: top;
        }

            .o-grid .o-grid-items-bx .o-grid-items:nth-child(even) .o-grid-img img {
                height: 230px;
            }

            .o-grid .o-grid-items-bx .o-grid-items:nth-child(5), .o-grid .o-grid-items-bx .o-grid-items:nth-child(7) {
                margin-top: -20px;
            }

                .o-grid .o-grid-items-bx .o-grid-items:nth-child(5) .o-grid-img img, .o-grid .o-grid-items-bx .o-grid-items:nth-child(7) .o-grid-img img {
                    height: 230px;
                }

            .o-grid .o-grid-items-bx .o-grid-items:nth-child(6), .o-grid .o-grid-items-bx .o-grid-items:nth-child(8) {
                margin-top: 10px;
            }

                .o-grid .o-grid-items-bx .o-grid-items:nth-child(6) .o-grid-img img, .o-grid .o-grid-items-bx .o-grid-items:nth-child(8) .o-grid-img img {
                    height: 200px;
                }

            .o-grid .o-grid-items-bx .o-grid-items:hover {
                background: #f3f3f3;
            }

            .o-grid .o-grid-items-bx .o-grid-items .o-grid-img {
                width: 100%;
                position: relative;
            }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img a::after {
                    background-color: rgba(0 0 0 / 15%);
                    content: '';
                    width: 100%;
                    height: 100%;
                    display: block;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img span.hotellogo {
                    position: absolute;
                    right: 15px;
                    top: 15px;
                    z-index: 9;
                    display: none;
                }

                    .o-grid .o-grid-items-bx .o-grid-items .o-grid-img span.hotellogo > img {
                        width: 141px;
                        height: 41px;
                    }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img .o-logo {
                    position: absolute;
                    top: 20px;
                    left: 20px;
                }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img .o-logo1 {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img .o-logo img {
                    width: 200px;
                    height: auto !important;
                }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img .o-logo1 img {
                    width: 100px;
                    height: auto !important;
                }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img > img {
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                    border-radius: 0;
                    display: block;
                    object-position: top center;
                }

                    .o-grid .o-grid-items-bx .o-grid-items .o-grid-img > img.bigimg {
                        height: 245px;
                    }

            .o-grid .o-grid-items-bx .o-grid-items .o-grid-info {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                padding: 12px;
                position: relative;
                height: 140px;
            }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-info strong {
                    font-size: 1.8em;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

                    .o-grid .o-grid-items-bx .o-grid-items .o-grid-info strong a {
                        text-decoration: none;
                        color: #000000;
                    }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-info ul {
                    list-style: none;
                }

                    .o-grid .o-grid-items-bx .o-grid-items .o-grid-info ul li {
                        font-size: 1.5em;
                        margin-top: 6px;
                    }

                        .o-grid .o-grid-items-bx .o-grid-items .o-grid-info ul li a {
                            text-decoration: none;
                            color: #000000;
                            transition: all .5s;
                        }

                            .o-grid .o-grid-items-bx .o-grid-items .o-grid-info ul li a span {
                                font-weight: 700;
                                color: #F95539;
                            }

                            .o-grid .o-grid-items-bx .o-grid-items .o-grid-info ul li a:hover span {
                                font-weight: 900;
                            }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-info p {
                    width: 100%;
                    font-size: 1.6em;
                    padding-top: 5px;
                    line-height: 21px;
                }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-info .gridinfobtn {
                    background-color: #F95539;
                    background-color: var(--btnred);
                    width: 50px;
                    height: 30px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    line-height: 40px;
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                }

                    .o-grid .o-grid-items-bx .o-grid-items .o-grid-info .gridinfobtn a {
                        background-color: #F95539;
                        background-color: var(--btnred);
                        width: 50px;
                        height: 30px;
                        display: block;
                        text-align: center;
                        line-height: 40px;
                    }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-info p span {
                    font-weight: 700;
                    color: #F95539;
                }

            .o-grid .o-grid-items-bx .o-grid-items .o-grid-img span.holidays-logo {
                position: absolute;
                top: 10px;
                right: 10px;
            }

                .o-grid .o-grid-items-bx .o-grid-items .o-grid-img span.holidays-logo img {
                    width: auto !important;
                    height: auto !important
                }



.overnights {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    background: #e8e8e8;
    position: relative;
    font-size: 1.3em;
}

    .overnights a {
        color: #f54b17;
    }

    .overnights span.close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .overnights span.close i {
            font-size: 16px;
        }

    .overnights .overnight-info {
        width: 100%;
        padding: 20px;
        overflow: hidden;
    }

        .overnights .overnight-info strong {
            width: 100%;
            float: left;
            padding-bottom: 0px;
            font-size: 1.5em;
            font-weight: 500;
            color: #010101;
            font-weight: 700;
        }

        .overnights .overnight-info p {
            width: 100%;
            float: left;
            font-size: 1.3em;
            line-height: 22px;
            display: block;
            padding: 5px 0 !important;
            margin:0 !important;
        }

            .overnights .overnight-info p span,
            .overnight .overnights-info p span.ngt {
                font-weight: 700;
            }

                .overnights .overnight-info p span.ngt small {
                    font-weight: 700;
                }

        .overnights .overnight-info .cont {
            width: 100%;
            float: right;
            border-top: 1px solid #ccc;
        }

            .overnights .overnight-info .cont a {
                display: inline-block;
                padding: 10px;
                background: #2b4e74;
                text-align: center;
                text-decoration: none;
                color: #fff;
                font-weight: 500;
                font-size: 18px;
                transition: all 0.5s ease;
                margin: 20px 0;
            }

                .overnights .overnight-info .cont a.cflight {
                    background: #f54b17;
                }


.fltbox .shaidbox > ul > li {
    background: none !important;
}

    .fltbox .shaidbox > ul > li b.bOnly {
        position: absolute;
        right: -100px;
        font-size: 1.4em;
        color: var(--txtred);
        cursor: pointer;
        transition: 0.5s;
        font-weight: 500;
        top:25%;
        display: block !important;
        transition: all .5s;
    }

        .fltbox .shaidbox > ul > li b.bOnly a {
            color: #f95539;
            color: var(--txtred);
            text-decoration: none;
        }

    .fltbox .shaidbox > ul > li:hover b.bOnly {
        right: 10px;
    }

.fltbox .fltheading a#vSetAllLocation {
    display: none !important;
}

.fltdetail strong.hotelnumber {
    margin-bottom: 24px;
}

@media screen and (max-width:1200px) {
    .o-grid .o-grid-items-bx {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }

        .o-grid .o-grid-items-bx .o-grid-items {
            flex: 0 0 320px;
            margin-right: 10px;
        }

            .o-grid .o-grid-items-bx .o-grid-items:last-child {
                margin: 0;
            }

            .o-grid .o-grid-items-bx .o-grid-items:nth-child(even) .o-grid-img img, .o-grid .o-grid-items-bx .o-grid-items:nth-child(5) .o-grid-img img, .o-grid .o-grid-items-bx .o-grid-items:nth-child(7) .o-grid-img img {
                height: 200px;
            }

            .o-grid .o-grid-items-bx .o-grid-items:nth-child(6), .o-grid .o-grid-items-bx .o-grid-items:nth-child(8), .o-grid .o-grid-items-bx .o-grid-items:nth-child(5), .o-grid .o-grid-items-bx .o-grid-items:nth-child(7) {
                margin-top: 0;
            }
}


@media screen and (max-width:900px) {
    .fltbox {
       /* display: none;*/
    }
}


@media only screen and (min-width:768px) and (max-width:1200px) {
    .hdayimg {
        background-color: #f1f2f3;
    }

        .hdayimg img {
            height: auto;
            width: auto;
            margin: 0 auto;
        }
}

/* bof: Campaign */



