/* _content/Blazor_serverapp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bkk3vvzwl2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bkk3vvzwl2] {
    flex: 1;
}

.sidebar[b-bkk3vvzwl2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bkk3vvzwl2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bkk3vvzwl2]  a, .top-row[b-bkk3vvzwl2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bkk3vvzwl2]  a:hover, .top-row[b-bkk3vvzwl2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bkk3vvzwl2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bkk3vvzwl2] {
        justify-content: space-between;
    }

    .top-row[b-bkk3vvzwl2]  a, .top-row[b-bkk3vvzwl2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bkk3vvzwl2] {
        flex-direction: row;
    }

    .sidebar[b-bkk3vvzwl2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bkk3vvzwl2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bkk3vvzwl2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bkk3vvzwl2], article[b-bkk3vvzwl2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bkk3vvzwl2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bkk3vvzwl2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Blazor_serverapp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0wqb7kd519] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0wqb7kd519] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0wqb7kd519] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0wqb7kd519] {
    font-size: 1.1rem;
}

.bi[b-0wqb7kd519] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0wqb7kd519] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0wqb7kd519] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0wqb7kd519] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-0wqb7kd519] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0wqb7kd519] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0wqb7kd519] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0wqb7kd519]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0wqb7kd519]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0wqb7kd519]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0wqb7kd519] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0wqb7kd519] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0wqb7kd519] {
        display: none;
    }

    .nav-scrollable[b-0wqb7kd519] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Blazor_serverapp/Components/Pages/EnquiryForm.razor.rz.scp.css */
.bredcumsection[b-ygfmqh4wkf] {
    max-width: 1240px;
    width: 100%;
    margin: 10px auto;
    display: block;
    position: relative;
}

    .bredcumsection ul[b-ygfmqh4wkf] {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: calc(100% - 150px)
    }

        .bredcumsection ul li[b-ygfmqh4wkf] {
            font-size: 1.3em;
            color: #000000;
            font-weight: 600;
            margin: 5px 0px;
            position: relative;
            padding-right: 15px;
        }

            .bredcumsection ul li a[b-ygfmqh4wkf] {
                font-size: 1em;
                color: #000000;
                text-decoration: none;
                position: relative;
                padding: 6px;
                display: inline-block;
                text-transform: capitalize;
            }

            .bredcumsection ul li[b-ygfmqh4wkf]::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);
            }

            .bredcumsection ul li a:hover[b-ygfmqh4wkf] {
                text-decoration: underline;
            }

            .bredcumsection ul li:last-child[b-ygfmqh4wkf] {
                pointer-events: none;
                padding: 5px;
            }

                .bredcumsection ul li:last-child[b-ygfmqh4wkf]:after {
                    display: none;
                }


    .bredcumsection .bckbtn[b-ygfmqh4wkf] {
        flex: 0 0 150px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .bredcumsection .bckbtn > a[b-ygfmqh4wkf] {
            font-size: 1.4em;
            background-color: #000000;
            font-weight: 700;
            text-decoration: none;
            color: #ffffff;
            padding: 10px;
            display: block;
            position: relative;
        }

            .bredcumsection .bckbtn > a[b-ygfmqh4wkf]::before {
                content: '';
                border: 17px solid transparent;
                border-right: 18px solid #000000;
                position: absolute;
                left: -35px;
                top: 0;
            }


.hotelgrid[b-ygfmqh4wkf] {
    width: 100%;
    max-width: 1240px;
    margin: 20px auto;
}

.hdtlsection[b-ygfmqh4wkf] {
    max-width: 1200px;
    margin: 20px auto;
}

.shaidgrid[b-ygfmqh4wkf] {
    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
}


/* Enquiry Form page */
.htnamesection[b-ygfmqh4wkf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    max-width: 1300px;
    margin: 30px auto 0;
    align-items: center;
}

    .htnamesection .htnamebox[b-ygfmqh4wkf] {
        flex: 0 0 calc(100% - 100px);
    }

        .htnamesection .htnamebox .htname[b-ygfmqh4wkf] {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

            .htnamesection .htnamebox .htname strong[b-ygfmqh4wkf] {
                font-size: 2.2em;
                font-weight: 800;
            }

            .htnamesection .htnamebox .htname span.htrating[b-ygfmqh4wkf] {
                margin-left: 10px;
            }

                .htnamesection .htnamebox .htname span.htrating svg[b-ygfmqh4wkf] {
                    width: 17px;
                    fill: #f95539;
                }

.introsection[b-ygfmqh4wkf], .fltheading[b-ygfmqh4wkf] {
    max-width: 900px;
    width: 94%;
    margin: 0 auto;
    text-align: left;
    margin: 20px auto 0;
}

    .fltheading h1[b-ygfmqh4wkf] {
        font-size: 3.4em;
        font-size: clamp(2.4em, 4vw, 3.4em);
        margin-bottom: 15px;
        color: #000000;
        color: var(--txtblack);
        font-weight: 800;
    }

    .introsection p[b-ygfmqh4wkf], .fltheading p[b-ygfmqh4wkf] {
        line-height: 25px;
        font-size: 1.8em;
        color: var(--txtsixteen);
        font-weight: 500;
        color: #000000;
        color: var(--txtblack);
    }

#moreText[b-ygfmqh4wkf] {
    display: none;
}

    #moreText h2[b-ygfmqh4wkf] {
        font-size: 3em;
        font-size: clamp(2em, 4vw, 3em);
        margin-bottom: 15px;
        color: #000000;
        color: var(--txtblack);
        font-weight: 800;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

.introsection a#readMore[b-ygfmqh4wkf], .fltheading a#readMore[b-ygfmqh4wkf] {
    font-size: 1.6em;
    color: #ff0000;
    margin-top: 10px;
    display: block;
}


.htnamesection .bckbtn[b-ygfmqh4wkf] {
    flex: 0 0 auto;
}

    .htnamesection .bckbtn > a[b-ygfmqh4wkf] {
        font-size: 1.4em;
        background-color: #000000;
        font-weight: 700;
        text-decoration: none;
        color: #ffffff;
        padding: 10px;
        display: block;
        position: relative;
    }

        .htnamesection .bckbtn > a[b-ygfmqh4wkf]::before {
            content: '';
            border: 17px solid transparent;
            border-right: 18px solid #000000;
            position: absolute;
            left: -35px;
            top: 0;
        }

.enquirybooking[b-ygfmqh4wkf] {
    flex: 0 0 calc(100% - 320px);
    background: #eef3fc;
}

    .enquirybooking h1[b-ygfmqh4wkf] {
        font-size: 2em;
        padding: 20px 0;
        background: #fff;
        font-weight: 600;
    }

    .enquirybooking .formbox[b-ygfmqh4wkf] {
        width: 100%;
    }

        .enquirybooking .formbox ul[b-ygfmqh4wkf] {
            display: flex;
            flex-wrap: wrap;
            padding: 30px;
        }

            .enquirybooking .formbox ul li[b-ygfmqh4wkf] {
                flex: 0 0 50%;
                padding: 15px;
                position: relative;
            }

                .enquirybooking .formbox ul li .common-alert.error[b-ygfmqh4wkf] {
                    width: auto;
                    justify-content: flex-start;
                    border-radius: 0;
                    left: 15px;
                    bottom: auto;
                    padding: 12px;
                    top: 0;
                    height: auto;
                    padding: 6px;
                    font-size: 1.3em;
                    background-color: #252c32;
                    box-shadow: 0px 3px 3px rgba(0 0 0 / 10%);
                    color: #ffffff;
                    font-weight: 600;
                    position: absolute !important;
                }

                    .enquirybooking .formbox ul li .common-alert.error[b-ygfmqh4wkf]::after {
                        content: '';
                        border: 10px solid transparent;
                        border-top: 10px solid #252c32;
                        position: absolute;
                        bottom: -17px;
                        top: auto;
                    }

                .enquirybooking .formbox ul li label[b-ygfmqh4wkf] {
                    display: block;
                    font-size: 1.4em;
                    font-weight: 600;
                    margin-bottom: 5px;
                }

                .enquirybooking .formbox ul li.col-cc[b-ygfmqh4wkf] {
                    flex: 0 0 100%;
                    position: relative;
                }

                .enquirybooking .formbox ul li span[style="color:Red;"][b-ygfmqh4wkf] {
                    font-weight: 500;
                    font-size: 1.3em;
                    margin-top: 6px;
                    display: block;
                }

                .enquirybooking .formbox ul li input[type="text"][b-ygfmqh4wkf], .enquirybooking .formbox ul li select[b-ygfmqh4wkf], .enquirybooking .formbox ul li textarea[b-ygfmqh4wkf] {
                    width: 100%;
                    height: 40px;
                    padding: 0 10px;
                    border: none;
                    transition: all .5s;
                    border: 1px solid #fff;
                    appearance: none;
                    font-size: 1.6em;
                    font-family: inherit;
                    border-radius: 0px;
                }

                .enquirybooking .formbox ul li.col-cc select#ddlTitle[b-ygfmqh4wkf] {
                    width: 120px;
                    background: #ffffff;
                    color: #000000;
                }

                .enquirybooking .formbox ul li input[type="text"]:focus[b-ygfmqh4wkf], .enquirybooking .formbox ul li select:focus[b-ygfmqh4wkf], .enquirybooking .formbox ul li textarea:focus[b-ygfmqh4wkf] {
                    border-color: #707070;
                }

                .enquirybooking .formbox ul li textarea[b-ygfmqh4wkf] {
                    padding: 10px;
                }

                .enquirybooking .formbox ul li.full[b-ygfmqh4wkf] {
                    flex: 0 0 100%;
                }

table#radio[b-ygfmqh4wkf] {
    display: block;
    margin-top: 10px;
}

    table#radio tr[b-ygfmqh4wkf] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        table#radio tr td[b-ygfmqh4wkf] {
            flex: 0 0 auto;
        }

            table#radio tr td label[b-ygfmqh4wkf] {
                display: inline-block;
                margin: 0px 20px 0 10px;
                vertical-align: bottom;
            }

.enquirybooking .formbox ul li.col-cc span.selectarrow[b-ygfmqh4wkf] {
    right: auto;
    left: 110px;
    top: 50px;
}

.enquirybooking .formbox ul li input#btnsubmit[b-ygfmqh4wkf] {
    background: #F95539;
    background: var(--btnred);
    font-size: 1.6em;
    font-weight: 600;
    width: 120px;
    border: none;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.gridrow .griddetails + .summarynot[b-ygfmqh4wkf] {
    display: none;
}

@media only screen and (max-width:767px) {
    .enquirybooking .formbox ul[b-ygfmqh4wkf] {
        padding: 10px;
    }

    .htnamesection .htnamebox .htname span.htrating[b-ygfmqh4wkf] {
        margin-left: 0;
    }

    .enquirybooking .formbox ul li[b-ygfmqh4wkf] {
        flex: 0 0 100%;
    }

    .gridrow .summarybox[b-ygfmqh4wkf] {
        order: 1;
    }

    .enquirybooking[b-ygfmqh4wkf] {
        order: 2;
        margin-top: 20px;
    }

        .enquirybooking + .summarybox[b-ygfmqh4wkf] {
            margin-top: 20px;
        }

    h2.facheading img.toggleimg[b-ygfmqh4wkf] {
        margin-bottom: -10px;
    }
}
/* Enquiry Form page */

/* bof: dubai grid */
.holidaygrid[b-ygfmqh4wkf] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: all .5s;
}

    .holidaygrid .hdayimg[b-ygfmqh4wkf] {
        flex: 0 0 400px;
        position: relative;
    }

        .holidaygrid .hdayimg > img[b-ygfmqh4wkf] {
            width: 100%;
            max-width: 400px;
            height: 245px;
            display: block;
            object-fit: cover;
        }

    .holidaygrid:hover[b-ygfmqh4wkf] {
        box-shadow: -1px 11px 20px rgba(0 0 0 / 15%);
    }

.hdaygrid[b-ygfmqh4wkf] {
    flex: 0 0 calc(100% - 400px);
}

    .hdaygrid .hdaygridin[b-ygfmqh4wkf] {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

        .hdaygrid .hdaygridin .hdaydetail[b-ygfmqh4wkf] {
            padding: 15px;
            flex: 0 0 calc(100% - 250px);
            position: relative;
        }

            .hdaygrid .hdaygridin .hdaydetail .hdayheading[b-ygfmqh4wkf] {
                width: 100%;
            }

                .hdaygrid .hdaygridin .hdaydetail .hdayheading h1[b-ygfmqh4wkf] {
                    font-size: 2em;
                    font-weight: 700;
                }

                    .hdaygrid .hdaygridin .hdaydetail .hdayheading h1 a[b-ygfmqh4wkf] {
                        text-decoration: none;
                        color: #000000;
                        color: var(--txtblack);
                    }

                .hdaygrid .hdaygridin .hdaydetail .hdayheading .strgrp[b-ygfmqh4wkf] {
                    margin: 5px 0 15px 0;
                }

                    .hdaygrid .hdaygridin .hdaydetail .hdayheading .strgrp svg[b-ygfmqh4wkf] {
                        width: 14px;
                        height: 14px;
                        fill: #F95539;
                        margin-right: 3px;
                    }

                .hdaygrid .hdaygridin .hdaydetail .hdayheading span.htlmap[b-ygfmqh4wkf] {
                    font-size: 1.3em;
                    font-weight: 600;
                }

                    .hdaygrid .hdaygridin .hdaydetail .hdayheading span.htlmap img[b-ygfmqh4wkf] {
                        vertical-align: bottom;
                        margin-right: 5px;
                    }

            .hdaygrid .hdaygridin .hdaydetail .hofferlist[b-ygfmqh4wkf] {
                margin-top: 20px;
            }

                .hdaygrid .hdaygridin .hdaydetail .hofferlist ul[b-ygfmqh4wkf] {
                    list-style: none;
                }

                    .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li[b-ygfmqh4wkf] {
                        font-size: 1.4em;
                        position: relative;
                        padding-left: 18px;
                        margin: 8px 0;
                        display: block;
                        font-weight: 500;
                        line-height: 21px;
                    }

                        .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li span.exclusive[b-ygfmqh4wkf] {
                            color: #ffffff;
                            margin-left: 5px;
                            font-weight: 600;
                            background-color: #ff0000;
                            padding: 2px 7px;
                        }

                        .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li[b-ygfmqh4wkf]::before {
                            content: url(/assets/images/offertag.svg);
                            position: absolute;
                            transform: scale(.5);
                            left: -5px;
                            top: -6px;
                        }

div.hdaygrid .hdaygridin .hdaydetail .hofferlist a.viewoff[b-ygfmqh4wkf] {
    font-size: 1.3em;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px 18px;
    display: block;
    color: #F95539;
    position: relative;
    z-index: 10;
    width: 100%;
}

div.hdaygrid .hdaygridin .hdaydetail .offerviews[b-ygfmqh4wkf] {
    box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    width: 94%;
    top: auto !important;
    z-index: 0;
    padding: 23px 17px 5px;
    z-index: 9;
    display: none;
    max-width: 400px;
    margin-top: -30px;
}

.hdaygrid .hdaygridin .hdaydetail .offerviews span.offerclose[b-ygfmqh4wkf] {
    position: absolute;
    right: 10px;
    top: 10px;
}

.hdaycall[b-ygfmqh4wkf] {
    flex: 0 0 250px;
    border-left: 1px solid #cccccc;
    border-left: 1px solid var(--bordergrey);
    padding: 15px;
}

    .hdaycall .hdayin[b-ygfmqh4wkf] {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

        .hdaycall .hdayin .hflightngt[b-ygfmqh4wkf] {
            flex: 0 0 auto;
        }

            .hdaycall .hdayin .hflightngt strong.fhtngt[b-ygfmqh4wkf] {
                font-size: 1.8em;
                color: #000000;
                color: var(--txtblack);
                display: block;
                font-weight: 800;
                margin-bottom: 10px;
            }

            .hdaycall .hdayin .hflightngt span.hbb[b-ygfmqh4wkf] {
                font-size: 1.6em;
                color: #000000;
                color: var(--txtblack);
                font-weight: 600;
            }

        .hdaycall .hdayin .frsgroup[b-ygfmqh4wkf] {
            flex: 0 0 auto;
        }

            .hdaycall .hdayin .frsgroup .frmfrs[b-ygfmqh4wkf] {
                width: 100%;
            }

                .hdaycall .hdayin .frsgroup .frmfrs span[b-ygfmqh4wkf] {
                    font-size: 1.6em;
                    font-weight: 600;
                    display: block;
                    margin-bottom: 10px;
                }

                .hdaycall .hdayin .frsgroup .frmfrs strong[b-ygfmqh4wkf] {
                    font-size: 2.8em;
                    font-weight: 800;
                }

                .hdaycall .hdayin .frsgroup .frmfrs > p[b-ygfmqh4wkf] {
                    font-size: 1.1em;
                    margin-top: 8px;
                    font-weight: 600;
                }

            .hdaycall .hdayin .frsgroup .hbtngrp[b-ygfmqh4wkf] {
                display: block;
                margin-top: 10px;
            }

                .hdaycall .hdayin .frsgroup .hbtngrp ul[b-ygfmqh4wkf] {
                    display: flex;
                    justify-content: space-between;
                    flex-direction: column;
                }

                    .hdaycall .hdayin .frsgroup .hbtngrp ul li[b-ygfmqh4wkf] {
                        list-style: none;
                        flex: 0 0 48%;
                        margin-top: 10px;
                    }

                        .hdaycall .hdayin .frsgroup .hbtngrp ul li a[b-ygfmqh4wkf] {
                            text-decoration: none;
                            font-size: 1.4em;
                            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[b-ygfmqh4wkf] {
                                margin-right: 8px;
                                display: none;
                            }

                            .hdaycall .hdayin .frsgroup .hbtngrp ul li a.hviewbtn[b-ygfmqh4wkf] {
                                background-color: #F95539;
                                background-color: var(--btnred);
                                color: #ffffff;
                                border-radius: 0px;
                            }

                        .hdaycall .hdayin .frsgroup .hbtngrp ul li input[type="submit"][b-ygfmqh4wkf] {
                            background-color: #F95539;
                            background-color: var(--btnred);
                            color: #ffffff;
                            height: 35px;
                            border: none;
                            font-size: 1.6em;
                            font-weight: 700;
                            font-family: inherit;
                            width: 100%;
                            cursor: pointer;
                            border-radius: 0px;
                        }

.floadmore[b-ygfmqh4wkf] {
    width: 100%;
}

    .floadmore > a[b-ygfmqh4wkf] {
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        box-shadow: var(--fltshadow);
        padding: 8px 18px;
        display: inline-block;
        font-size: 1.4em;
        color: #f95539;
        text-decoration: none;
        font-weight: 600;
    }
/* Eof: dubai grid */

.gallerybtn[b-ygfmqh4wkf] {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    background-color: #EEF3FC;
    height: 40px;
    cursor: pointer;
    right: -155px;
    z-index: 9;
}

    
{
        margin-right: 5px;
    }

    .gallerybtn span[b-ygfmqh4wkf] {
        font-size: 1.4em;
        font-weight: 600;
    }

.hoteltab[b-ygfmqh4wkf] {
    width: 100%;
    margin-top: 30px;
}

    .hoteltab.newtabs[b-ygfmqh4wkf] {
        display: flex;
        flex-wrap: wrap;
    }

    .hoteltab .hotel_list[b-ygfmqh4wkf] {
        flex: 0 0 calc(100% - 200px);
        overflow: auto;
    }

        .hoteltab .hotel_list:last-child[b-ygfmqh4wkf] {
            flex: 0 0 200px;
        }

    .hoteltab ul[b-ygfmqh4wkf] {
        width: 100%;
        max-width: 1240px;
        display: flex;
        justify-content: center;
        margin: 15px auto 20px;
    }

        .hoteltab ul li[b-ygfmqh4wkf] {
            flex: 1;
            position: relative;
            padding: 5px;
        }

            .hoteltab ul li a[b-ygfmqh4wkf] {
                font-size: 1.8em;
                padding: 10px 0px;
                text-decoration: none;
                display: block;
                text-align: center;
                font-weight: 500;
                color: #000000;
                color: var(--txtblack);
                box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
                background-color: #ffffff;
            }

                .hoteltab ul li a img[b-ygfmqh4wkf] {
                    transform: rotate(180deg);
                }

            .hoteltab ul li[b-ygfmqh4wkf]::before {
                height: 2px;
                background-color: #cccccc;
                content: '';
                display: block;
                width: 100%;
                position: absolute;
                bottom: -4px;
                left: 0;
            }

            .hoteltab ul li.active[b-ygfmqh4wkf]: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;
            }

.hotel-content-bx[b-ygfmqh4wkf] {
    width: 100%;
}

    .hotel-content-bx p[b-ygfmqh4wkf] {
        font-size: 1.6em;
        color: #000000;
        color: var(--txtblack);
        line-height: 22px;
    }

        .hotel-content-bx p > strong[b-ygfmqh4wkf] {
            color: #000000;
            color: var(--txtblack);
            font-weight: 700;
            font-size: 1.3em;
        }

    .hotel-content-bx > strong[b-ygfmqh4wkf] {
        font-size: 1.6em;
        color: #000000;
        color: var(--txtblack);
        font-weight: 700;
        margin-top: 25px;
        display: block;
        margin-bottom: 10px;
    }

    .hotel-content-bx p a[b-ygfmqh4wkf] {
        color: #F95539;
    }

.hotelstabing[b-ygfmqh4wkf] {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

h3.hotelheading[b-ygfmqh4wkf] {
    font-size: 2.4em;
    font-weight: 700;
    color: #000000;
    color: var(--txtblack);
    margin-bottom: 25px;
    display: none;
}

.htcommonspace[b-ygfmqh4wkf] {
    margin-bottom: 50px;
    display: block;
    margin-top: 20px;
}
/* price Tabel */
.pricesection[b-ygfmqh4wkf] {
    width: 100%;
}

    .pricesection ul[b-ygfmqh4wkf] {
        display: flex;
        justify-content: center;
        gap: 0px;
    }

        .pricesection ul li[b-ygfmqh4wkf] {
            flex: 0 0 auto;
        }

            .pricesection ul li a[b-ygfmqh4wkf] {
                text-decoration: none;
                font-size: 1.6em;
                font-weight: 700;
                padding: 15px 20px;
                display: block;
                box-shadow: 2px -4px 13px -2px rgba(0 0 0 / 15%) inset;
                color: #000000;
                color: var(--txtblack);
                background-color: #ffffff;
            }

                .pricesection ul li a img[b-ygfmqh4wkf] {
                    margin: 0 2px;
                    transform: rotate(0deg);
                }

                .pricesection ul li a.active img[b-ygfmqh4wkf] {
                    transform: rotate(180deg);
                }

                .pricesection ul li a.active[b-ygfmqh4wkf] {
                    box-shadow: -2px -8px 20px -9px rgba(0 0 0 / 15%);
                    background: #ededed;
                }

    .pricesection .psectionbase[b-ygfmqh4wkf] {
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        padding: 10px;
    }

        .pricesection .psectionbase .busTab[b-ygfmqh4wkf] {
            display: none;
        }

table.head[b-ygfmqh4wkf] {
}

    .rowtable tr td[b-ygfmqh4wkf], table.head tr th[b-ygfmqh4wkf] {
        padding: 15px 10px;
        border-bottom: 1px solid #cccccc;
        width: 15%;
        text-align: center;
        font-size: 1.4em;
        vertical-align: middle;
    }

    table.head tr th[b-ygfmqh4wkf] {
        font-weight: 700;
    }

.rowtable tr td[b-ygfmqh4wkf] {
    background-color: #EEF3FC;
    transition: all .5s;
}

.rowtable tr:hover td[b-ygfmqh4wkf] {
    background-color: #ffffff;
}

.rowtable tr td.monthtd[b-ygfmqh4wkf] {
    font-weight: 600;
}

.rowtable tr td.monthtd[b-ygfmqh4wkf], .rowtable tr td:first-child[b-ygfmqh4wkf] {
    position: relative;
    border: none;
    background: none;
}
/* .rowtable tr td.monthtd strong.monthhead{position: absolute; left: 50%; transform: translateX(-50%); top: 25px; width: 100%;} */
table.rowtable tr td.nobg[b-ygfmqh4wkf] {
    border-bottom: 1px solid #cccccc;
}

table.rowtable tr a[b-ygfmqh4wkf] {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.tgloadmore[b-ygfmqh4wkf] {
    width: 100%;
    margin-top: 10px;
}

    .tgloadmore > a[b-ygfmqh4wkf] {
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        box-shadow: var(--fltshadow);
        padding: 8px 18px;
        display: inline-block;
        font-size: 1.4em;
        color: #000000;
        color: var(--txtblack);
        text-decoration: none;
        font-weight: 600;
    }
/* price Tabel */

/* Facilities */
.facsection[b-ygfmqh4wkf] {
    width: 100%;
    margin-bottom: 0;
}

h2.facheading[b-ygfmqh4wkf] {
    font-size: 2.4em;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    position: relative;
}

    h2.facheading > img[b-ygfmqh4wkf] {
        margin-right: 6px;
    }

div.hotelstabing h2.facheading[b-ygfmqh4wkf]::after {
    content: url(/assets/images/blackarrowup.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transform: scale(.7) rotate(0deg);
    display: none;
}

h2.facheading img[src="/assets/images/blackarrowup.svg"][b-ygfmqh4wkf] {
    margin: 0 0 0 6px;
    padding-top: 5px;
    height: 18px;
}

h2.facheading img.toggleimg[b-ygfmqh4wkf] {
    margin-bottom: -5px;
}

.facsection.htcommonspace strong.packageheading[b-ygfmqh4wkf] {
    font-size: 1.8em;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0 0 20px 0;
}

strong.packageheading > img[b-ygfmqh4wkf] {
    margin-right: 6px;
}

strong.packageheading[b-ygfmqh4wkf]::after {
    content: url(/assets/images/blackarrowup.svg);
    transform: scale(.5);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#overviews[b-ygfmqh4wkf] {
    margin-top: 20px;
}

.facsection > .row[b-ygfmqh4wkf] {
    position: relative;
    margin-bottom: 50px;
    display: block !important;
}

    .facsection > .row > .col[b-ygfmqh4wkf] {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        position: relative;
    }

        .facsection > .row > .col .rest-bar-items[b-ygfmqh4wkf] {
            flex: 0 0 32%;
            margin-right: 2%;
            box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
            box-shadow: var(--fltshadow);
            background-color: #ffffff;
        }

            .facsection > .row > .col .rest-bar-items:last-child[b-ygfmqh4wkf] {
                margin: 0;
            }

            .facsection > .row > .col .rest-bar-items .rest-bar--img[b-ygfmqh4wkf] {
                width: 100%;
                position: relative;
            }

                .facsection > .row > .col .rest-bar-items .rest-bar--img .dotted[b-ygfmqh4wkf] {
                    position: absolute;
                    bottom: 10px;
                    left: 0;
                    right: 0;
                    width: 100%;
                    display: block;
                    text-align: center;
                    height: 20px;
                }

#overviews h2[b-ygfmqh4wkf] {
    font-size: 1.6em;
    display: block;
    padding: 10px 0;
    font-weight: 700;
}

/*.facsection > .row > .col .rest-bar-items .rest-bar--img .dotted a {width: 18px; height: 18px; display: inline-block; border-radius: 100%; border: 3px solid #fff; margin-left: 5px;}
.facsection > .row > .col .rest-bar-items .rest-bar--img .dotted a.active{background-color: #F95539;}*/

.facsection > .row > .col .rest-bar-items .rest-bar--img .dotted ul[b-ygfmqh4wkf] {
    display: flex;
    justify-content: center;
}

    .facsection > .row > .col .rest-bar-items .rest-bar--img .dotted ul li[b-ygfmqh4wkf] {
        flex: 0 0 auto;
    }

    .facsection > .row > .col .rest-bar-items .rest-bar--img .dotted ul a[b-ygfmqh4wkf] {
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 100%;
        border: 3px solid #fff;
        margin-left: 5px;
    }

        .facsection > .row > .col .rest-bar-items .rest-bar--img .dotted ul a.active[b-ygfmqh4wkf] {
            background-color: #F95539;
        }

.facsection > .row > .col .rest-bar-items .rest-bar--img > ul[b-ygfmqh4wkf] {
    list-style: none;
}

    .facsection > .row > .col .rest-bar-items .rest-bar--img > ul > li > img[b-ygfmqh4wkf] {
        width: 100%;
        height: auto;
    }

    .facsection > .row > .col .rest-bar-items .rest-bar--img > ul > li:last-child[b-ygfmqh4wkf] {
        display: none;
    }

.facsection > .row > .col .rest-bar-items .rest-bar--info[b-ygfmqh4wkf] {
    padding: 20px;
}

    .facsection > .row > .col .rest-bar-items .rest-bar--info > strong[b-ygfmqh4wkf] {
        font-size: 1.8em;
        font-weight: 700;
        color: #000000;
        color: var(--txtblack);
        margin-bottom: 10px;
        display: block;
    }

    .facsection > .row > .col .rest-bar-items .rest-bar--info > p[b-ygfmqh4wkf] {
        font-size: 1.6em;
        color: #000000;
        color: var(--txtblack);
        line-height: 20px;
        display: inline;
        padding-right: 5px;
    }

        .facsection > .row > .col .rest-bar-items .rest-bar--info > p > b[b-ygfmqh4wkf] {
            font-weight: 600;
        }

.facsection > .row > .arrowbtn[b-ygfmqh4wkf] {
    position: absolute;
    top: 140px;
    width: 100%;
}

    .facsection > .row > .arrowbtn .prev[b-ygfmqh4wkf], .facsection > .row > .arrowbtn .next[b-ygfmqh4wkf] {
        background-color: #ffffff;
        background-color: var(--arrowbg);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        padding: 6px;
        cursor: pointer;
        box-shadow: -1px 1px 4px rgba(0 0 0 / 20%);
    }

.arrowbtn .prev[b-ygfmqh4wkf], .arrowbtn .next[b-ygfmqh4wkf] {
    width: 35px;
    height: 35px;
    padding: 4px;
}

.facsection > .row > .arrowbtn .prev[b-ygfmqh4wkf] {
    left: -20px;
}

.facsection > .row > .arrowbtn .next[b-ygfmqh4wkf] {
    right: -20px;
}

    .facsection > .row > .arrowbtn .prev[b-ygfmqh4wkf]::after, .facsection > .row > .arrowbtn .next[b-ygfmqh4wkf]::after {
        content: url(/assets/images/rightarrow-black.svg);
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
    }

.facsection > .row > .arrowbtn .prev[b-ygfmqh4wkf]::after {
    transform: rotate(-180deg);
}

.facilitieslist[b-ygfmqh4wkf] {
    box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
    box-shadow: var(--fltshadow);
    background-color: #ffffff;
    padding: 20px;
    margin-top: 15px;
}

    .facilitieslist > strong[b-ygfmqh4wkf] {
        font-size: 1.6em;
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
    }

    .facilitieslist > ul[b-ygfmqh4wkf] {
        width: auto;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .facilitieslist > ul > li[b-ygfmqh4wkf] {
            list-style: none;
            font-size: 1.5em;
            margin: 1%;
            flex: 0 0 31%;
            line-height: 21px;
        }
/* Facilities */

/* special offers */
.special_offers[b-ygfmqh4wkf] {
    width: 100%;
}

    .special_offers ul[b-ygfmqh4wkf] {
        list-style: none;
        margin-top: 15px;
        padding-left: 32px;
    }

        .special_offers ul li[b-ygfmqh4wkf] {
            display: block;
            margin: 15px 0;
        }

        .special_offers ul > li > a[b-ygfmqh4wkf] {
            display: block;
            margin-top: 8px;
            font-size: 1.3em;
            width: 80px;
            font-weight: 600;
            color: #ff0000;
        }

        .special_offers ul li strong[b-ygfmqh4wkf] {
            font-size: 1.4em;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 8px;
            position: relative;
        }

            .special_offers ul li strong[b-ygfmqh4wkf]::before {
                content: url(/assets/images/tag.png);
                position: absolute;
                left: -30px;
                top: -6px;
                display: block;
                transform: scale(.7);
            }

        .special_offers ul li span[b-ygfmqh4wkf] {
            font-size: 1.4em;
        }

            .special_offers ul li span.exclusivoffers[style="display: block;"][b-ygfmqh4wkf] {
                display: inline-block !important;
                background: #ff0000;
                padding: 5px;
                color: #ffffff;
                font-weight: 700;
                margin-left: 5px;
            }
/* special offers */

/* Check Availiblity */
/* .searchbase .fildgroup .fildrow .col:nth-child(2), .searchbase .fildgroup .fildrow .col:nth-child(3){display: none;} */
/* Check Availiblity */

/*Offers Pop Up*/
.offerinfo[b-ygfmqh4wkf] {
    width: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999999;
    display: none;
}

    .offerinfo .offerinfobx[b-ygfmqh4wkf] {
        width: 94%;
        max-width: 760px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 30px;
        overflow: auto;
        height: 360px;
    }

        .offerinfo .offerinfobx > p[b-ygfmqh4wkf] {
            font-size: 1.4em;
            font-weight: 600;
        }

div.offerinfo .offerinfobx span.clsbtn[b-ygfmqh4wkf] {
    position: relative;
    float: right;
    padding: 0px;
    display: block;
    right: 0;
    width: 50px;
    text-align: right;
}

    div.offerinfo .offerinfobx span.clsbtn + div[b-ygfmqh4wkf] {
        padding: 5px 0 0 0;
    }

.offerinfo .offerinfobx ul[b-ygfmqh4wkf] {
    width: 100%;
    float: left;
    padding: 0 10px 30px 10px;
}

    .offerinfo .offerinfobx ul li[b-ygfmqh4wkf] {
        padding: 4px 0 4px 26px;
        font-size: 1.4em;
        position: relative;
        font-weight: 600;
        line-height: 21px;
        margin: 0;
    }

        .offerinfo .offerinfobx ul li[b-ygfmqh4wkf]:before {
            content: url(/assets/images/tag.png);
            position: absolute;
            top: 2px;
            left: 0;
            display: block;
            transform: scale(.6);
        }

.offerinfo .offerinfobx span.clsbtn + strong[b-ygfmqh4wkf] {
    padding: 25px;
    font-size: 1.6em;
    padding-top: 30px;
    display: block;
    font-weight: 700;
}

    .offerinfo .offerinfobx span.clsbtn + strong + strong[b-ygfmqh4wkf] {
        padding: 0 25px;
    }

    .offerinfo .offerinfobx span.clsbtn + strong + div[b-ygfmqh4wkf], .offerinfo .offerinfobx span.clsbtn + strong + p[b-ygfmqh4wkf] {
        padding: 0 3%;
        line-height: 18px;
        font-size: 1.4em;
        font-weight: 600;
        margin-bottom: 10px;
    }

.offerinfo .offerinfobx[b-ygfmqh4wkf]::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.offerinfo .offerinfobx[b-ygfmqh4wkf]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}

.offerinfo .offerinfobx[b-ygfmqh4wkf]::-webkit-scrollbar-thumb {
    background-color: #404c56;
}

.offerinfo .offerinfobx[b-ygfmqh4wkf]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}
/*Offers Pop Up*/


/* Photo Gallery */
div.photogallert-wrapbx[b-ygfmqh4wkf] {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    
    position: fixed;
    left: 50%;
    top: 50%;
    height: auto;
    max-height: 100%;
    z-index: 9999999;
    transform: translate(-50%,-50%);
   
}

    div.photogallert-wrapbx #photos_facilities[b-ygfmqh4wkf] {
        background: 0 0;
    }

.hotel-overviewBx p.btnbx span a[b-ygfmqh4wkf] {
    width: 200px;
}

.hotel-overviewBx p.btnbx a.btn-availability[b-ygfmqh4wkf], .hotel-overviewBx p.btnbx a.photo-gallery[b-ygfmqh4wkf] {
    width: 200px;
    display: inline-block;
    border-radius: 30px;
}

.facilities[b-ygfmqh4wkf] {
    width: 100%;
    float: left;
}

    .facilities .facilities_item[b-ygfmqh4wkf] {
        width: 100%;
        float: left;
        padding-bottom: 25px;
    }

div.photogallert-wrapbx #photos_facilities .hotel_gallery[b-ygfmqh4wkf] {
    width: 100%;
    float: left;
    margin: 25px 0;
    height: auto;
    position: relative;
}

    div.photogallert-wrapbx #photos_facilities .hotel_gallery span.closegallery[b-ygfmqh4wkf] {
        width: 100%;
        float: left;
        display: block;
        line-height: 22px;
        margin: 5px 0;
        color: #fff;
        font-size: 1.6em;
        text-align: right;
        font-weight: 600;
        text-decoration: underline;
        cursor: pointer;
    }

    div.photogallert-wrapbx #photos_facilities .hotel_gallery ul[b-ygfmqh4wkf] {
        width: 100%;
        float: left;
        margin: 5px 0;
        list-style-type: none;
        overflow: hidden;
        height: 600px;
    }

        div.photogallert-wrapbx #photos_facilities .hotel_gallery ul li[b-ygfmqh4wkf] {
            width: 100%;
            overflow: hidden;
            line-height: 22px;
            margin: 0;
            float: left;
        }

            div.photogallert-wrapbx #photos_facilities .hotel_gallery ul li img[b-ygfmqh4wkf] {
                width: 100%;
                height: 600px;
                min-height: 100%;
                object-fit: cover;
            }

    div.photogallert-wrapbx #photos_facilities .hotel_gallery a.prev[b-ygfmqh4wkf] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        left: -20px;
        background: #fff;
        width: 40px;
        padding: 7px;
        height: 40px;
        line-height: 46px;
    }

    div.photogallert-wrapbx #photos_facilities .hotel_gallery a.next[b-ygfmqh4wkf] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        background: #fff;
        width: 40px;
        padding: 7px;
        height: 40px;
        line-height: 46px;
    }

.bg-mask-bx[b-ygfmqh4wkf] {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    
}
/* Photo Gallery */

.govtauth[b-ygfmqh4wkf] {
    display: block;
}

    .govtauth p[b-ygfmqh4wkf] {
        font-size: 1.6em;
        line-height: 22px;
        text-align: center;
    }

.maplocation > img[b-ygfmqh4wkf] {
    width: 100%;
    height: auto;
}
/* .searchsection.holidaysrc{max-width: 1080px;} */


/* Bof: dotnet after working code */
.holidaygrid span#spandealoftheday[b-ygfmqh4wkf] {
    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: 600;
}

.hdaycall .hdayin .frsgroup[b-ygfmqh4wkf] {
    margin-top: 10px;
}

    .hdaycall .hdayin .frsgroup .frmfrs span[b-ygfmqh4wkf] {
        margin-bottom: 5px;
    }

.hdaycall[b-ygfmqh4wkf] {
    padding: 8px 15px;
}

    .hdaycall .hdayin .frsgroup .hbtngrp[b-ygfmqh4wkf] {
        margin-top: 5px;
    }

.hoteltab .hotel_list:last-child[b-ygfmqh4wkf] {
    flex: 0 0 100%;
}

.hoteltab ul li.changebtn select[b-ygfmqh4wkf] {
    font-size: 1.8em;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #000000;
    color: var(--txtblack);
    box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
    background-color: #ffffff;
    appearance: none;
    border: none;
}

    .hoteltab ul li.changebtn select > option[b-ygfmqh4wkf] {
        font-size: 14px;
    }

div.hoteltab ul li.changebtn > img[b-ygfmqh4wkf] {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(0deg);
    width: 13px;
}

.facsection > .row > .col[b-ygfmqh4wkf] {
    flex-wrap: nowrap;
    overflow: auto;
}

.facilitieslist[b-ygfmqh4wkf] {
    overflow: hidden;
}

.facsection > .row > .col .rest-bar-items .rest-bar--img > ul > li:last-child[b-ygfmqh4wkf] {
    display: block;
}

.facsection > .row > .col .rest-bar-items .rest-bar--img > ul > li > img[b-ygfmqh4wkf] {
    height: 240px;
    object-fit: cover;
}

.facilitieslist > ul[b-ygfmqh4wkf] {
    width: 100%;
}

.facilitieslist > h5[b-ygfmqh4wkf] {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

div.hoteltab ul li.changebtn select[b-ygfmqh4wkf] {
    padding-right: 40px;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* Eof: dotnet after working code */


@media only screen and (max-width:1200px) {
    .facsection > .row > .arrowbtn .prev[b-ygfmqh4wkf] {
        left: 0;
    }

    .facsection > .row > .arrowbtn .next[b-ygfmqh4wkf] {
        right: 0;
    }

    div.griddetails .holidaygrid[b-ygfmqh4wkf] {
        flex-direction: column;
    }

        div.griddetails .holidaygrid .hdayimg[b-ygfmqh4wkf] {
            flex: 0 0 100%;
        }

            div.griddetails .holidaygrid .hdayimg img[b-ygfmqh4wkf] {
                max-width: 100%;
            }

            div.griddetails .holidaygrid .hdayimg .gallerybtn[b-ygfmqh4wkf] {
                right: 0;
            }

        div.griddetails .holidaygrid .hdaycall .hdayin .hflightngt[b-ygfmqh4wkf] {
            margin-bottom: 20px;
        }

        div.griddetails .holidaygrid .hdaycall .hdayin .frsgroup .hbtngrp[b-ygfmqh4wkf] {
            margin-top: 0;
        }

    div.rest-bar .rest-bar-items .rest-bar--img img[b-ygfmqh4wkf] {
        object-fit: cover;
    }
}

@media only screen and (max-width:900px) {
    .gridrow .summarybox .holidaysummary > ul[b-ygfmqh4wkf], .gridrow .summarybox .holidaysummary > ul.paymentsummary[b-ygfmqh4wkf] {
        display: none;
    }

    .hdaycall[b-ygfmqh4wkf] {
        flex: 0 0 200px;
    }

    .hdaygrid[b-ygfmqh4wkf] {
        flex: 0 0 100%;
    }

        .hdaygrid .hdaygridin .hdaydetail .hdayheading h2[b-ygfmqh4wkf] {
            font-size: 1.8em;
        }

    .hdaycall .hdayin .hflightngt strong.fhtngt[b-ygfmqh4wkf] {
        font-size: 1.6em;
    }

    .hdaycall .hdayin .frsgroup .frmfrs strong[b-ygfmqh4wkf] {
        font-size: 2.4em;
    }

    .hoteltab ul[b-ygfmqh4wkf] {
        overflow: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 20px;
        padding-bottom: 10px;
    }

    .facsection > .row > .col[b-ygfmqh4wkf] {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .hoteltab ul li a[b-ygfmqh4wkf] {
        width: 100%;
    }

    .holidaygrid[b-ygfmqh4wkf] {
        flex-direction: column;
    }

        .holidaygrid .hdayimg[b-ygfmqh4wkf] {
            flex: 0 0 100%;
        }

            .holidaygrid .hdayimg > img[b-ygfmqh4wkf] {
                max-width: 100%;
                height: 400px;
            }

    .gallerybtn[b-ygfmqh4wkf] {
        right: 0;
    }

    .gridrow[b-ygfmqh4wkf] {
        flex-direction: column;
    }

        .gridrow .griddetails[b-ygfmqh4wkf], .gridrow .summarybox[b-ygfmqh4wkf] {
            flex: 0 0 100%;
        }

        .gridrow .griddetails[b-ygfmqh4wkf] {
            order: 2;
        }
}

@media only screen and (max-width:767px) {
    .hdaycall .hdayin .frsgroup .hbtngrp ul li a > img[b-ygfmqh4wkf], .gridrow .summarybox .holidaysummary strong.summaryname > img[b-ygfmqh4wkf] {
        display: block;
    }

    .hoteltab ul[b-ygfmqh4wkf] {
        margin: 0;
    }

    .hoteltab .hotel_list[b-ygfmqh4wkf], .hoteltab .hotel_list:last-child[b-ygfmqh4wkf] {
        flex: 0 0 100%;
    }

        .hoteltab .hotel_list:last-child ul li a[b-ygfmqh4wkf] {
            width: 100%;
        }

    .hoteltab .hotel_list[b-ygfmqh4wkf] {
        order: 2;
    }

        .hoteltab .hotel_list:last-child[b-ygfmqh4wkf] {
            order: 1;
        }

            .hoteltab .hotel_list:last-child li[b-ygfmqh4wkf]::before {
                display: none;
            }

    .holidaygrid[b-ygfmqh4wkf], .hdaygrid .hdaygridin[b-ygfmqh4wkf] {
        flex-direction: column;
    }

    .gallerybtn[b-ygfmqh4wkf] {
        right: 10px;
    }

    .hdaycall .hdayin[b-ygfmqh4wkf] {
        text-align: left;
    }

        .hdaycall .hdayin .hflightngt[b-ygfmqh4wkf] {
            margin-bottom: 20px;
        }

        .hdaycall .hdayin .frsgroup .frmfrs span[b-ygfmqh4wkf] {
            display: inline;
        }

        .hdaycall .hdayin .frsgroup .hbtngrp ul[b-ygfmqh4wkf] {
            flex-direction: row;
        }

    .bredcumsection .bckbtn a[b-ygfmqh4wkf] {
        display: inline-block;
    }

    .hdaygrid .hdaygridin .hdaydetail .hofferlist[b-ygfmqh4wkf] {
        margin-top: 20px;
    }

    .hdaycall[b-ygfmqh4wkf] {
        flex: 0 0 auto;
        border: none;
    }

    .hdaygrid .hdaygridin .hdaydetail .hdayheading h2[b-ygfmqh4wkf] {
        margin-bottom: 10px;
    }

    .hdaygrid .hdaygridin .hdaydetail .hdayheading .strgrp[b-ygfmqh4wkf] {
        margin: 5px 0;
        vertical-align: bottom;
        display: block;
    }

    .bredcumsection ul[b-ygfmqh4wkf] {
        width: calc(100% - 68px);
    }

        .bredcumsection ul li[b-ygfmqh4wkf] {
            margin: 3px;
            width:;
        }

    .bredcumsection .bckbtn > a[b-ygfmqh4wkf] {
        padding: 7px;
    }

        .bredcumsection .bckbtn > a[b-ygfmqh4wkf]::before {
            border: 14px solid transparent;
            border-right: 14px solid #000000;
            left: -28px;
        }

    .rowtable tr td[b-ygfmqh4wkf], table.head tr th[b-ygfmqh4wkf] {
        font-size: 1.3em;
    }

    table.rowtable tr a span.frmhide[b-ygfmqh4wkf] {
        display: none;
    }

    .rowtable tr td[b-ygfmqh4wkf], table.head tr th[b-ygfmqh4wkf] {
        padding: 10px 0;
    }

    h3.hotelheading[b-ygfmqh4wkf] {
        font-size: 2em;
    }

    .offerinfo .offerinfobx span.clsbtn + strong[b-ygfmqh4wkf] {
        padding: 12px;
    }

    div.photogallert-wrapbx #photos_facilities .hotel_gallery ul[b-ygfmqh4wkf] {
        height: 320px;
    }

    .facilitieslist > ul > li[b-ygfmqh4wkf] {
        flex: 0 0 100%;
    }

    .htnamesection[b-ygfmqh4wkf] {
        align-items: flex-start;
    }

        .htnamesection .htnamebox .htname strong[b-ygfmqh4wkf] {
            font-size: 1.8em;
        }

    div.rest-bar div.rest-bar-items[b-ygfmqh4wkf] {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }

    .facsection > .row > .col .rest-bar-items[b-ygfmqh4wkf] {
        flex: 0 0 46%;
    }

    .hoteltab ul li[b-ygfmqh4wkf] {
        flex: 1 0 200px;
    }

    div#RestaurantBarId .arrowbtn[b-ygfmqh4wkf], div#restbarboxdiv .arrowbtn[b-ygfmqh4wkf], div#cityboxdiv .arrowbtn[b-ygfmqh4wkf] {
        display: none;
    }

    .hdaycall .hdayin .frsgroup .hbtngrp ul li a > img[b-ygfmqh4wkf] {
        width: 13px;
        height: auto;
    }

        .hdaycall .hdayin .frsgroup .hbtngrp ul li a > img[src="/assets/images/email_icon_orange.svg"][b-ygfmqh4wkf] {
            width: 20px;
            height: auto;
        }

    div.gridrow .summarybox .holidaysummary strong.summaryname > img[b-ygfmqh4wkf] {
        display: inline;
        float: right;
        margin-top: 6px;
    }

    div.gridrow .summarybox .holidaysummary strong.summaryname[b-ygfmqh4wkf] {
        text-align: left;
        padding: 15px;
    }

    div.hotelstabing h2.facheading[b-ygfmqh4wkf] {
        font-size: 2em;
        font-weight: 800;
    }

        div.hotelstabing h2.facheading > img[b-ygfmqh4wkf] {
            width: 24px;
            height: auto;
        }

            div.hotelstabing h2.facheading > img[src="/assets/images/blackarrowup.svg"][b-ygfmqh4wkf] {
                width: 16px;
            }

        div.hotelstabing h2.facheading[b-ygfmqh4wkf]::after {
            margin-top: 0;
        }

    div.holidaygrid .hdayimg > img[b-ygfmqh4wkf] {
        height: 240px;
    }

    div.hotelstabing h2.facheading > img[src="/assets/images/resturantbar.svg"][b-ygfmqh4wkf] {
        width: 15px;
    }

    div.hdaygrid .hdaygridin .hdaydetail .offerviews[b-ygfmqh4wkf] {
        padding: 26px 10px 10px 10px;
    }
}



/* Bof: NewHotelDetails */
.gridrow[b-ygfmqh4wkf] {
    width: 98%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

    .gridrow .griddetails[b-ygfmqh4wkf] {
        flex: 0 0 calc(100% - 320px);
    }

    .gridrow .summarybox[b-ygfmqh4wkf] {
        flex: 0 0 300px;
        margin-top: 20px;
    }

        .gridrow .summarybox .holidaysummary[b-ygfmqh4wkf] {
            display: block;
            width: 100%;
            box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
            box-shadow: var(--fltshadow);
        }

            .gridrow .summarybox .holidaysummary strong.summaryname[b-ygfmqh4wkf] {
                background-color: #CBDAF6;
                font-size: 1.8em;
                font-weight: 600;
                width: 100%;
                display: block;
                padding: 12px 0;
                text-align: center;
            }

                .gridrow .summarybox .holidaysummary strong.summaryname > img[b-ygfmqh4wkf] {
                    display: none;
                }

            .gridrow .summarybox .holidaysummary > ul[b-ygfmqh4wkf] {
                list-style: none;
                background-color: #EEF3FC;
                padding: 8px 15px;
            }

                .gridrow .summarybox .holidaysummary > ul > li[b-ygfmqh4wkf] {
                    margin: 12px 0px;
                    font-size: 1.4em;
                    display: flex;
                    justify-content: space-between;
                }

                    .gridrow .summarybox .holidaysummary > ul > li > strong[b-ygfmqh4wkf] {
                        display: inline-block;
                        font-weight: 700;
                        flex: 0 0 110px;
                        font-size: .95em;
                        position: relative;
                    }

                        .gridrow .summarybox .holidaysummary > ul > li > strong[b-ygfmqh4wkf]::after {
                            content: ':';
                            position: absolute;
                            right: 15px;
                        }

                    .gridrow .summarybox .holidaysummary > ul > li > span[b-ygfmqh4wkf] {
                        flex: 0 0 calc(100% - 110px);
                        font-weight: 500;
                    }

                        .gridrow .summarybox .holidaysummary > ul > li > span b[b-ygfmqh4wkf] {
                            display: block;
                            padding: 5px 0;
                            font-weight: 700;
                        }

                        .gridrow .summarybox .holidaysummary > ul > li > span > span[b-ygfmqh4wkf] {
                            line-height: 18px;
                        }

                .gridrow .summarybox .holidaysummary > ul.paymentsummary[b-ygfmqh4wkf] {
                    background-color: #CBDAF6;
                }

.summarynot[b-ygfmqh4wkf] {
    background-color: #EEF3FC;
    padding: 15px;
    margin-top: 20px;
    box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
    box-shadow: var(--fltshadow);
}

    .summarynot p[b-ygfmqh4wkf] {
        font-size: 1.4em;
        line-height: 20px;
        color: #000000;
    }

.gridrow .griddetails .hoteltab ul[b-ygfmqh4wkf] {
    justify-content: flex-start;
}

.moreText > p[b-ygfmqh4wkf] {
    font-size: 1.6em;
    color: #000000;
    color: var(--txtblack);
    line-height: 22px;
}

#overviews a#readMore[b-ygfmqh4wkf] {
    font-size: 1.6em;
    color: #ff0000;
    margin-top: 10px;
    display: block;
}

.requestsection[b-ygfmqh4wkf] {
    display: flex;
    justify-content: space-between;
    box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
    box-shadow: var(--fltshadow);
}

    .requestsection .reqinner[b-ygfmqh4wkf] {
        flex: 0 0 60%;
        padding: 15px 20px;
    }

        .requestsection .reqinner ul[b-ygfmqh4wkf] {
            list-style: none;
        }

            .requestsection .reqinner ul li[b-ygfmqh4wkf] {
                display: block;
                font-size: 1.7em;
                margin: 8px 0;
                font-weight: 500;
            }

                .requestsection .reqinner ul li:last-child[b-ygfmqh4wkf] {
                    font-weight: 800;
                    font-size: 1.8em;
                }

                .requestsection .reqinner ul li span[b-ygfmqh4wkf] {
                    width: 120px;
                    display: inline-block;
                }

        .requestsection .reqinner p[b-ygfmqh4wkf] {
            font-size: 1.4em;
            margin-top: 20px;
            font-weight: 500;
        }

    .requestsection .reqbtn[b-ygfmqh4wkf] {
        flex: 0 0 40%;
        background-color: #F95539;
        background-color: var(--btnred);
        color: #ffffff;
    }

        .requestsection .reqbtn a.reqbtngroup[b-ygfmqh4wkf] {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.8em;
            color: #ffffff;
            font-weight: 700;
            height: 100%;
            text-decoration: none;
        }

            .requestsection .reqbtn a.reqbtngroup img[b-ygfmqh4wkf] {
                margin-right: 10px;
            }

.gridrow .hdaycall[b-ygfmqh4wkf] {
    flex: 0 0 180px;
}

.gridrow .hdaygrid .hdaygridin .hdaydetail[b-ygfmqh4wkf] {
    flex: 0 0 calc(100% - 180px);
}
/* Eof: NewHotelDetails */


/* Bof: Flight Details  */
.flightsection .fltdetail[b-ygfmqh4wkf] {
    flex: 0 0 calc(100% - 290px);
}

.fltdetail strong.resultnumber[b-ygfmqh4wkf] {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.gridsection[b-ygfmqh4wkf] {
    width: 100%;
    margin-bottom: 40px;
}

.shaidgrid[b-ygfmqh4wkf] {
    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;
}

    .shaidgrid.altgrid[b-ygfmqh4wkf] {
        background-color: #efecec;
    }

.detailbox[b-ygfmqh4wkf] {
    flex: 0 0 calc(100% - 200px);
    border-right: 1px solid #cccccc;
    border-right: 1px solid var(--bordergrey);
}

.alternativehidebtn[b-ygfmqh4wkf] {
    position: absolute;
    bottom: 6px;
    left: 12px;
}

    .alternativehidebtn a[b-ygfmqh4wkf] {
        background-color: #EFECEC;
        font-size: 1.4em;
        font-weight: 600;
        padding: 5px 20px;
        text-decoration: none;
        color: #000000;
        color: var(--txtblack);
    }

.detailbox .row[b-ygfmqh4wkf] {
    display: flex;
    border-bottom: 1px solid #cccccc;
    border-bottom: 1px solid var(--bordergrey);
    padding: 40px 0;
    position: relative;
}

    .detailbox .row > strong[b-ygfmqh4wkf] {
        font-size: 1.6em;
        font-weight: 800;
        position: absolute;
        left: 5px;
        top: 10px;
        color: #000000;
        color: var(--txtblack);
    }

.airclass[b-ygfmqh4wkf] {
    flex: 0 0 200px;
}

    .airclass .airlineimg[b-ygfmqh4wkf] {
        width: 100%;
        text-align: center;
    }

        .airclass .airlineimg > img[b-ygfmqh4wkf] {
            max-width: 134px;
            height: auto;
            margin-bottom: 10px;
        }

        .airclass .airlineimg span[b-ygfmqh4wkf] {
            display: block;
            font-size: 1.3em;
            color: #000000;
            color: var(--txtblack);
            margin: 5px 0;
            font-weight: 500;
        }

    .airclass .econame[b-ygfmqh4wkf] {
        text-align: center;
        font-size: 1.3em;
        color: #000000;
        color: var(--txtblack);
        font-weight: 700;
    }

.flightgroup[b-ygfmqh4wkf] {
    flex: 0 0 calc(100% - 180px);
}

.groupsection[b-ygfmqh4wkf] {
    display: flex;
    align-items: center;
}

    .groupsection .groupcol[b-ygfmqh4wkf] {
        flex: 0 0 30%;
    }

        .groupsection .groupcol .col_detail[b-ygfmqh4wkf] {
            display: flex;
            flex-direction: column;
            color: #000000;
            color: var(--txtblack);
        }

        .groupsection .groupcol span.dept[b-ygfmqh4wkf] {
            font-size: 1.4em;
            font-weight: 700;
        }

        .groupsection .groupcol strong.depttime[b-ygfmqh4wkf] {
            font-size: 1.8em;
            font-weight: 800;
            margin: 5px 0;
        }

        .groupsection .groupcol span.daymnt[b-ygfmqh4wkf] {
            font-size: 1.2em;
            font-weight: 500;
        }

.stopgrid[b-ygfmqh4wkf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

    .stopgrid span[b-ygfmqh4wkf] {
        font-size: 1.2em;
        font-weight: 500;
        color: #000000;
        color: var(--txtblack);
    }

        .stopgrid span.girdline[b-ygfmqh4wkf] {
            border-bottom: 1px solid #174285;
            border-bottom: 1px solid var(--borderblue);
            margin: 3px 0;
            position: relative;
            width: 100%;
        }

            .stopgrid span.girdline[b-ygfmqh4wkf]::after {
                display: block;
                position: absolute;
                right: 2px;
                top: -6px;
                transform: rotate(-45deg);
                content: '';
                background-color: #174285;
                background-color: var(--bluebg);
                height: 8px;
                width: 1px;
            }

        .stopgrid span.colstop[b-ygfmqh4wkf] {
            color: #000000;
            color: var(--txtblack);
        }

.callboxes[b-ygfmqh4wkf] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .callboxes span[b-ygfmqh4wkf] {
        font-weight: 700;
        font-size: 1.4em;
    }

        .callboxes span.extrafare[b-ygfmqh4wkf] {
            font-size: 1.7em;
            margin-bottom: 20px;
        }

    .callboxes strong[b-ygfmqh4wkf] {
        font-size: 2em;
        font-weight: 900;
        margin: 5px 0;
        color: #F95539;
        color: var(--txtorange);
    }

        .callboxes strong img[b-ygfmqh4wkf] {
            display: none;
        }

    .callboxes a[b-ygfmqh4wkf] {
        background-color: #F95539;
        background-color: var(--btnred);
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        font-size: 1.6em;
        width: 170px;
        font-weight: 600;
    }

.viewhidebtn[b-ygfmqh4wkf] {
    position: absolute;
    bottom: 6px;
    right: 30px;
}

    .viewhidebtn.fullgridview[b-ygfmqh4wkf] {
        right: 0;
    }

    .viewhidebtn a[b-ygfmqh4wkf] {
        background-color: #EEF3FC;
        background-color: var(--lightbluebg);
        font-size: 1.4em;
        font-weight: 600;
        padding: 5px 20px;
        text-decoration: none;
        color: #000000;
        color: var(--txtblack);
    }

.flightgroup .groupcol:first-child[b-ygfmqh4wkf] {
    text-align: right;
}

.flightgroup .groupcol:nth-child(2)[b-ygfmqh4wkf] {
    flex: 0 0 40%
}

.flightgroup .groupcol:last-child[b-ygfmqh4wkf] {
    text-align: left;
}

.detailbox .row:nth-child(2n)[b-ygfmqh4wkf] {
    border: none;
}

.numberbox[b-ygfmqh4wkf] {
    flex: 0 0 200px;
    padding: 0 10px;
    text-align: center;
}

.mobilefltbtn[b-ygfmqh4wkf] {
    display: none;
}

    .mobilefltbtn a[b-ygfmqh4wkf] {
        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-bottom: 30px;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        color: #000000;
        color: var(--txtblack);
    }

        .mobilefltbtn a img[b-ygfmqh4wkf] {
            margin-left: 10px;
        }

.row_grid[b-ygfmqh4wkf] {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .row_grid.packagedetail[b-ygfmqh4wkf] {
        margin-top: -20px;
    }

    .row_grid .gridbase[b-ygfmqh4wkf] {
        background-color: #EEF3FC;
        background-color: var(--lightbluebg);
        margin-bottom: 10px;
        box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
        box-shadow: var(--fltshadow);
    }

        .row_grid .gridbase.packagegridbase[b-ygfmqh4wkf] {
            background-color: #ffffff;
        }

        .row_grid .gridbase > strong[b-ygfmqh4wkf] {
            font-weight: 700;
            font-size: 1.6em;
            margin-bottom: 5px;
            display: block;
            padding: 15px;
        }

        .row_grid .gridbase .toprow[b-ygfmqh4wkf] {
            border-bottom: 1px solid #cccccc;
            border-bottom: 1px solid var(--bordergrey);
            padding: 0 15px;
            display: flex;
            justify-content: space-between;
            ;
        }

            .row_grid .gridbase .toprow .col[b-ygfmqh4wkf] {
                flex: 1;
                text-align: center;
            }

.departfrom[b-ygfmqh4wkf] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 10px;
}

    .departfrom span[b-ygfmqh4wkf] {
        font-size: 1.4em;
        font-weight: 600;
        text-align: left;
    }

    .departfrom img[b-ygfmqh4wkf] {
        margin-right: 10px;
    }

.row_grid .gridbase .toprow .col:first-child .departfrom[b-ygfmqh4wkf] {
    justify-content: left;
}

.row_grid .gridbase .toprow .col:last-child .departfrom[b-ygfmqh4wkf] {
    justify-content: right;
}

.row_grid .gridbase .rows[b-ygfmqh4wkf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
    align-items: center;
}

    .row_grid .gridbase .rows .col[b-ygfmqh4wkf] {
        flex: 0 0 25%;
    }

        .row_grid .gridbase .rows .col:nth-child(2)[b-ygfmqh4wkf] {
            flex: 0 0 50%;
        }

.airlineimg2[b-ygfmqh4wkf] {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
    text-align: right;
    flex-wrap: wrap;
}

    .airlineimg2 span[b-ygfmqh4wkf] {
        display: block;
        width: 100%;
        text-align: center;
    }

    .airlineimg2 > img[b-ygfmqh4wkf] {
        margin-bottom: 10px;
    }

.multiflght[b-ygfmqh4wkf] {
    display: flex;
    align-items: center;
    border: solid #cccccc;
    border: solid var(--bordergrey);
    border-width: 0 1px 0 1px;
    padding: 0 10px;
}

    .multiflght .boxes[b-ygfmqh4wkf] {
        flex: 0 0 33.33%;
    }

        .multiflght .boxes:first-child .box_detail[b-ygfmqh4wkf] {
            text-align: right;
        }

        .multiflght .boxes:last-child .box_detail[b-ygfmqh4wkf] {
            text-align: left;
        }

        .multiflght .boxes .box_detail[b-ygfmqh4wkf] {
            display: flex;
            flex-direction: column;
            color: #000000;
            color: var(--txtblack);
        }

        .multiflght .boxes span.dept_outbound[b-ygfmqh4wkf] {
            font-size: 1.25em;
            font-weight: 700;
        }

        .multiflght .boxes strong.depttime_outbound[b-ygfmqh4wkf] {
            font-size: 1.8em;
            font-weight: 800;
            margin: 5px 0;
        }

        .multiflght .boxes span.daymnt_outbound[b-ygfmqh4wkf] {
            font-size: 1.2em;
            font-weight: 500;
        }

.out_stopgrid[b-ygfmqh4wkf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

    .out_stopgrid span[b-ygfmqh4wkf] {
        font-size: 1.2em;
        font-weight: 500;
        color: #000000;
        color: var(--txtblack);
    }

        .out_stopgrid span.girdline[b-ygfmqh4wkf] {
            border-bottom: 1px solid #000000;
            margin: 3px 0;
            position: relative;
            width: 100%;
        }

            .out_stopgrid span.girdline[b-ygfmqh4wkf]::after {
                display: block;
                position: absolute;
                right: 2px;
                top: -6px;
                transform: rotate(-45deg);
                content: '';
                background-color: #000000;
                height: 8px;
                width: 1px;
            }

        .out_stopgrid span.colstop[b-ygfmqh4wkf] {
        }

.out_boundcls[b-ygfmqh4wkf] {
    padding-left: 20px;
}

    .out_boundcls ul[b-ygfmqh4wkf] {
        list-style: none;
    }

        .out_boundcls ul li[b-ygfmqh4wkf] {
            font-size: 1.3em;
            font-weight: 600;
            margin-bottom: 10px;
            padding-left: 22px;
            position: relative;
        }

            .out_boundcls ul li span[b-ygfmqh4wkf] {
                display: block;
            }

            .out_boundcls ul li img[b-ygfmqh4wkf] {
                position: absolute;
                left: 0;
                top: -2px;
            }

.stopoverstrip[b-ygfmqh4wkf] {
    background-color: #CBDAF6;
    text-align: center;
    padding: 15px;
    font-size: 1.4em;
    font-weight: 600;
}

.otherflight[b-ygfmqh4wkf] {
    background-color: #EEF3FC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 20px;
    margin-top: -10px;
    margin-bottom: 20px;
    cursor: pointer;
}
/* Eof: Flight Details  */

/* Bof: Hotel Room Availability */
.hotelavailablebox[b-ygfmqh4wkf] {
    width: 100%;
    margin-bottom: 40px;
    display: block;
}

.hotelavilableinset[b-ygfmqh4wkf] {
    width: 100%;
    box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
    box-shadow: var(--fltshadow);
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

    .hotelavilableinset > .row[b-ygfmqh4wkf] {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px dashed #cccccc;
    }

        .hotelavilableinset > .row:first-child .col:nth-child(2)[b-ygfmqh4wkf]::after {
            background: none;
        }

        .hotelavilableinset > .row > .col[b-ygfmqh4wkf] {
            flex: 0 0 40%;
            padding: 12px 20px;
            position: relative;
            font-size: 1.5em;
            font-weight: 600;
        }

            .hotelavilableinset > .row > .col:first-child[b-ygfmqh4wkf] {
                flex: 0 0 40%;
            }

            .hotelavilableinset > .row > .col:last-child[b-ygfmqh4wkf] {
                flex: 0 0 20%;
            }

            .hotelavilableinset > .row > .col span.basisname[b-ygfmqh4wkf] {
                font-weight: 600;
                flex: 0 0 100%;
            }

.roommoreinfo[b-ygfmqh4wkf] {
    flex: 0 0 100%;
}

    .roommoreinfo a[b-ygfmqh4wkf] {
        color: #ff0000;
        text-decoration: underline;
        display: block;
        margin: 5px 0;
        font-size: .85em;
        ;
    }

    .roommoreinfo p[b-ygfmqh4wkf] {
        font-size: .90em;
        line-height: 18px;
        display: none;
    }

.hotelavilableinset > .row > .col strong.tblhead[b-ygfmqh4wkf] {
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 100%;
}

.hotelavilableinset > .row > .col:nth-child(2)[b-ygfmqh4wkf] {
    padding: 0px 20px;
}

.hotelavilableinset > .row > .col .selectbgsection[b-ygfmqh4wkf] {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

    .hotelavilableinset > .row > .col .selectbgsection .rdfram[b-ygfmqh4wkf] {
        flex: 0 0 100%;
    }

.hotelavilableinset > .row > .col:nth-child(2)[b-ygfmqh4wkf]::after {
    background-color: #EEF3FC;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.hotelavilableinset > .row > .col:nth-child(2) .selecframe[b-ygfmqh4wkf] {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .hotelavilableinset > .row > .col:nth-child(2) .selecframe select[b-ygfmqh4wkf] {
        border: none;
        padding: 12px 16px 12px 0;
        background: transparent;
        font-weight: 500;
        width: 100%;
        font-size: .90em;
    }

    .hotelavilableinset > .row > .col:nth-child(2) .selecframe img[b-ygfmqh4wkf] {
        position: absolute;
        right: 0px;
        top: 17px;
        pointer-events: none;
        display: none;
    }

.hotelavilableinset > .row > .col .radioframe[b-ygfmqh4wkf] {
    display: flex;
    justify-content: space-between;
}

.shmore[b-ygfmqh4wkf] {
    background-color: #EEF3FC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 0;
}
/* Eof: Hotel Room Availability */

/* Bof: Transfter */
div#PNLtransfer[b-ygfmqh4wkf] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.transfersection[b-ygfmqh4wkf] {
    width: 100%;
    box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
    box-shadow: var(--fltshadow);
    background-color: #ffffff;
    position: relative;
}

    .transfersection > .row:first-child .col[b-ygfmqh4wkf] {
        font-weight: 700;
    }

    .transfersection > .row[b-ygfmqh4wkf] {
        border-bottom: 1px solid #cccccc;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .transfersection > .row > .col[b-ygfmqh4wkf] {
            font-size: 1.4em;
            font-weight: 600;
            padding: 12px 10px;
            flex: 0 0 14%;
            position: relative;
            line-height: 18px;
        }

        .transfersection > .row:nth-child(2) .col:first-child[b-ygfmqh4wkf] {
            padding: 0;
        }

        .transfersection > .row > .col.trfdetail[b-ygfmqh4wkf] {
            flex: 0 0 33%;
        }

        .transfersection > .row > .col.pervec[b-ygfmqh4wkf] {
            flex: 0 0 11%;
        }

        .transfersection > .row > .col.totalcst[b-ygfmqh4wkf] {
            flex: 0 0 11%;
        }

        .transfersection > .row > .col.last-bx[b-ygfmqh4wkf] {
            display: none;
        }

        .transfersection > .row > div input[type="checkbox"][b-ygfmqh4wkf] {
            width: 20px;
            height: 20px;
        }

.selectvhl[b-ygfmqh4wkf] {
    position: relative;
    z-index: 9;
    height: 48px;
    width: 70px;
    margin-top: 0;
    font-weight: 600;
    background-color: #EEF3FC;
    padding: 0 10px;
}

    .selectvhl select[b-ygfmqh4wkf] {
        border: none;
        padding: 12px 0;
        appearance: none;
        background: transparent;
        font-weight: 500;
        width: 100%;
        font-size: 14px;
        color: #000000;
    }

    .selectvhl img[b-ygfmqh4wkf] {
        position: absolute;
        right: 15px;
        top: 17px;
        pointer-events: none;
    }

div.facsection > .row > .col[b-ygfmqh4wkf] {
    padding: 0 0 10px 0;
    margin: 0;
}

div.facilitygroup h3.facheading[b-ygfmqh4wkf] {
    display: block !important;
}
/* Eof: Transfter */

.stickybox[b-ygfmqh4wkf] {
    position: sticky;
    top: 0;
}

div#newfacilities[b-ygfmqh4wkf] {
    width: 100%;
}

div#restbarboxdiv div.rest-bar .rest-bar-items .rest-bar--info[b-ygfmqh4wkf] {
    max-height: inherit;
}


@media only screen and (max-width:1200px) {
    .shaidgrid[b-ygfmqh4wkf] {
        flex-direction: column;
    }

    .detailbox[b-ygfmqh4wkf], .numberbox[b-ygfmqh4wkf] {
        flex: 0 0 100%;
        width: 100%;
    }

    .detailbox[b-ygfmqh4wkf] {
        border-right: none;
        border-bottom: 1px solid #cccccc;
        border-bottom: 1px solid var(--bordergrey);
    }

    .numberbox[b-ygfmqh4wkf] {
        padding: 30px 0px 60px;
    }

    .viewhidebtn[b-ygfmqh4wkf] {
        right: 12px;
        left: auto;
    }

    .alternativehidebtn[b-ygfmqh4wkf] {
        left: 12px;
        transform: inherit;
        bottom: 8px;
    }

    h2#h2Facilities + div#newfacilities[b-ygfmqh4wkf] {
        max-width: 690px;
    }
}

@media only screen and (max-width:900px) {
    .flightsection[b-ygfmqh4wkf] {
        flex-direction: column;
    }

        .flightsection .ftlsection[b-ygfmqh4wkf], .flightsection .fltdetail[b-ygfmqh4wkf] {
            flex: 0 0 100%;
        }

    .detailbox .row[b-ygfmqh4wkf] {
        display: flex;
        border-bottom: 1px solid #cccccc;
        border-bottom: 1px solid var(--bordergrey);
        padding: 10px 0 20px;
        position: relative;
        flex-direction: column;
    }

    .airclass[b-ygfmqh4wkf] {
        display: flex;
        flex: 0;
        align-items: flex-end;
        margin-bottom: 20px;
    }

        .airclass .airlineimg[b-ygfmqh4wkf] {
            order: 2;
            flex: 0 0 50%;
            text-align: right;
            padding-right: 10px;
        }

        .airclass .econame[b-ygfmqh4wkf] {
            order: 1;
            flex: 0 0 50%;
            text-align: left;
            padding-left: 8px;
            font-weight: 600;
        }

        .airclass .airlineimg span[b-ygfmqh4wkf] {
            margin: 0;
        }

    .stopgrid[b-ygfmqh4wkf] {
        padding: 0 18px;
    }

        .stopgrid span[b-ygfmqh4wkf], .airclass .airlineimg span[b-ygfmqh4wkf], .flightgroup .groupcol span.daymnt[b-ygfmqh4wkf], .stopgrid span.colstop[b-ygfmqh4wkf] {
            font-weight: 600;
        }

    .mobilefltbtn[b-ygfmqh4wkf] {
        display: block;
    }

    .numberbox[b-ygfmqh4wkf] {
        padding: 20px 0px 40px;
    }

    .departfrom[b-ygfmqh4wkf] {
        justify-content: left;
    }

    .row_grid .gridbase > strong[b-ygfmqh4wkf] {
        padding: 15px 6px 5px;
    }

    .departfrom span[b-ygfmqh4wkf] {
        font-size: 1.3em;
    }

    div.row_grid .gridbase .toprow[b-ygfmqh4wkf] {
        flex-wrap: wrap;
        padding: 6px;
    }

    .row_grid .gridbase .toprow .col:first-child[b-ygfmqh4wkf] {
        flex: 0 0 100%;
    }

    .row_grid .gridbase .toprow .col[b-ygfmqh4wkf] {
        text-align: left;
    }

    .row_grid .gridbase .rows[b-ygfmqh4wkf] {
        flex-wrap: wrap;
        padding: 20px 8px;
    }

        .row_grid .gridbase .rows .col:first-child[b-ygfmqh4wkf] {
            order: 2;
            flex: 0 0 45%;
        }

        .row_grid .gridbase .rows .col:nth-child(2)[b-ygfmqh4wkf] {
            order: 3;
            flex: 0 0 100%;
        }

        .row_grid .gridbase .rows .col:last-child[b-ygfmqh4wkf] {
            order: 1;
            flex: 0 0 55%;
        }

    .multiflght[b-ygfmqh4wkf] {
        border: none;
        padding: 0;
        margin: 20px 0;
    }

    .out_boundcls[b-ygfmqh4wkf] {
        padding: 0;
    }

    .airlineimg2[b-ygfmqh4wkf] {
        justify-content: flex-end;
    }

        .airlineimg2 span[b-ygfmqh4wkf] {
            text-align: right;
        }

    .stopoverstrip[b-ygfmqh4wkf] {
        font-size: 1.3em;
    }

    .searchbg[b-ygfmqh4wkf] {
        margin: 0px;
    }

    .callboxes span[b-ygfmqh4wkf], .callboxes strong[b-ygfmqh4wkf] {
        display: none;
    }

    .gridrow .summarybox[b-ygfmqh4wkf] {
        flex: 0 0 auto;
    }

        .gridrow .summarybox .holidaysummary + .summarynot[b-ygfmqh4wkf] {
            display: none;
        }

    .gridrow .griddetails + .summarynot[b-ygfmqh4wkf] {
        display: block;
        order: 3;
        margin: 0;
    }

    .gridrow .summarybox .holidaysummary strong.summaryname > img[b-ygfmqh4wkf] {
        display: inline-block;
    }
}

@media only screen and (max-width:767px) {
    .roommoreinfo > p[b-ygfmqh4wkf] {
        margin-bottom: 10px;
    }

    .roommoreinfo > a[b-ygfmqh4wkf] {
        margin: 0;
    }

    .hotelavilableinset > .row[b-ygfmqh4wkf] {
        border-bottom: 10px solid #ededed;
    }

        .hotelavilableinset > .row:last-child[b-ygfmqh4wkf] {
            border: none;
        }

        .hotelavilableinset > .row > .col[b-ygfmqh4wkf], .hotelavilableinset > .row > .col:first-child[b-ygfmqh4wkf] {
            flex: 0 0 100%;
            border-bottom: 1px dashed #cccccc;
        }

            .hotelavilableinset > .row > .col:last-child[b-ygfmqh4wkf] {
                border: none;
                flex: 0 0 100%;
            }

            .hotelavilableinset > .row > .col .selectbgsection .rdfram[b-ygfmqh4wkf] {
                margin-top: 0px;
                margin-bottom: 10px;
            }

        .hotelavilableinset > .row:first-child[b-ygfmqh4wkf] {
            display: none;
        }

        .hotelavilableinset > .row > .col:last-child[b-ygfmqh4wkf] {
            padding: 12px 20px;
        }

        .hotelavilableinset > .row > .col[b-ygfmqh4wkf]::before {
            content: 'Room Details';
            font-weight: 700;
            font-size: 1em;
            display: block;
            margin-bottom: 0px;
        }

        .hotelavilableinset > .row > .col:nth-child(2)[b-ygfmqh4wkf] {
            padding: 20px;
            padding-bottom: 0;
        }

            .hotelavilableinset > .row > .col:nth-child(2)[b-ygfmqh4wkf]::before {
                content: 'Board Basis';
                font-weight: 700;
                font-size: 1em;
                display: block;
                position: absolute;
                z-index: 9;
            }

            .hotelavilableinset > .row > .col:nth-child(2) .selecframe[b-ygfmqh4wkf] {
                height: 48px;
                margin-bottom: 10px;
            }

                .hotelavilableinset > .row > .col:nth-child(2) .selecframe select[b-ygfmqh4wkf] {
                    height: 100%;
                    color: #000000;
                }

        .hotelavilableinset > .row > .col:last-child[b-ygfmqh4wkf]:before {
            content: 'Price Per Person';
            padding-bottom: 0px;
        }

        .hotelavilableinset > .row > .col .radioframe[b-ygfmqh4wkf] {
            justify-content: flex-start;
        }

            .hotelavilableinset > .row > .col .radioframe strong[b-ygfmqh4wkf] {
                order: 2;
            }

            .hotelavilableinset > .row > .col .radioframe input[type='radio'][b-ygfmqh4wkf] {
                order: 1;
                margin-right: 10px;
            }

    .requestsection[b-ygfmqh4wkf] {
        flex-direction: column;
        margin-bottom: 20px;
    }

        .requestsection .reqinner[b-ygfmqh4wkf] {
            margin: 0 auto;
        }

        .requestsection .reqinner[b-ygfmqh4wkf], .requestsection .reqbtn[b-ygfmqh4wkf] {
            flex: 0 0 100%;
        }

        .requestsection .reqbtn[b-ygfmqh4wkf] {
            padding: 15px 10px;
        }

        .requestsection .reqinner ul li[b-ygfmqh4wkf] {
            text-align: center;
        }

    .transfersection > .row:first-child[b-ygfmqh4wkf] {
        display: none;
    }

    .transfersection > .row > .col[b-ygfmqh4wkf], .transfersection > .row > .col.trfdetail[b-ygfmqh4wkf], .transfersection > .row > .col.pervec[b-ygfmqh4wkf] {
        flex: 0 0 100%;
        padding-left: 160px;
    }

        .transfersection > .row > .col[b-ygfmqh4wkf]::before {
            position: absolute;
            left: 20px;
            font-weight: 700;
            z-index: 9;
        }

        .transfersection > .row > .col:first-child[b-ygfmqh4wkf] {
            padding: 0;
            padding-left: 160px;
        }

            .transfersection > .row > .col:first-child[b-ygfmqh4wkf]::before {
                content: 'No. Of Vehicles';
                top: 15px;
            }

        .transfersection > .row > .col:nth-child(2)[b-ygfmqh4wkf]:before {
            content: 'Mode';
        }

        .transfersection > .row > .col:nth-child(3)[b-ygfmqh4wkf]:before {
            content: 'Transfer Details';
        }

        .transfersection > .row > .col:nth-child(4)[b-ygfmqh4wkf]:before {
            content: 'Luggage Details';
        }

        .transfersection > .row > .col:nth-child(5)[b-ygfmqh4wkf]:before {
            content: 'Per Vehicle';
        }

        .transfersection > .row > .col.totalcst[b-ygfmqh4wkf]:before {
            content: 'Total Cost';
        }

    .selectvhl[b-ygfmqh4wkf] {
        height: 48px;
        margin: 0;
    }

        .selectvhl select[b-ygfmqh4wkf] {
            font-size: 16px;
        }

    .transfersection > .row:nth-child(2) .col:first-child[b-ygfmqh4wkf] {
        padding-left: 157px;
    }

    .hdaygrid .hdaygridin .hdaydetail .offerviews[b-ygfmqh4wkf] {
        top: 98px;
        width: 94%;
        left: 0;
        right: 0;
        margin: 0;
    }

    .hotelavilableinset > .row > .col span.basisname[b-ygfmqh4wkf], div.hotelavilableinset > .row > .col:nth-child(2) div.selecframe select[b-ygfmqh4wkf] {
        padding: 0;
    }

    div.photogallert-wrapbx #photos_facilities .hotel_gallery ul li img[b-ygfmqh4wkf] {
        height: 320px;
    }

    div.hotelavilableinset > .row > .col .selectbgsection[b-ygfmqh4wkf] {
        height: auto;
    }

        div.hotelavilableinset > .row > .col .selectbgsection[b-ygfmqh4wkf], div.hotelavilableinset > .row > .col:nth-child(2) .selecframe[b-ygfmqh4wkf], div.hotelavilableinset > .row > .col .selectbgsection .rdfram[b-ygfmqh4wkf] {
            padding: 0;
            margin: 0;
        }

    div.hotelavilableinset > .row > .col:nth-child(2)[b-ygfmqh4wkf]::before {
        position: relative;
    }

    div.hotelavilableinset > .row > .col[b-ygfmqh4wkf]::before {
        margin-bottom: 8px;
    }

    .hotelavilableinset > .row > .col:nth-child(2) .selecframe[b-ygfmqh4wkf], div.hotelavilableinset > .row > .col:nth-child(2) div.selecframe select[b-ygfmqh4wkf] {
        height: auto;
    }

    div.hotelavilableinset > .row > .col .selectbgsection div.selecframe[b-ygfmqh4wkf] {
        margin-bottom: 20px;
    }

    div.hotelavilableinset > .row > .col:nth-child(2) .selecframe img[b-ygfmqh4wkf] {
        top: 3px;
    }

    div.gridrow .griddetails .hoteltab[b-ygfmqh4wkf] {
        position: relative;
    }

        div.gridrow .griddetails .hoteltab ul[b-ygfmqh4wkf] {
            padding-top: 55px;
        }

            div.gridrow .griddetails .hoteltab ul li.changebtn[b-ygfmqh4wkf] {
                position: absolute;
                top: 0px;
                width: 100%;
            }

    div.hdaygrid .hdaygridin .hdaydetail .hofferlist a.viewoff[b-ygfmqh4wkf] {
        margin: 0;
    }

    div.hdaygrid .hdaygridin .hdaydetail .offerviews[b-ygfmqh4wkf] {
        left: 8px;
        margin-top: -22px;
    }

    .hdaygrid .hdaygridin .hdaydetail .hofferlist ul li[b-ygfmqh4wkf] {
        margin: 3px 0;
    }
}

@media only screen and (max-width:480px) {
    div.rest-bar div.rest-bar-items[b-ygfmqh4wkf], .facsection > .row > .col .rest-bar-items[b-ygfmqh4wkf] {
        -ms-flex: 0 0 94%;
        flex: 0 0 94%;
        max-width: 94%;
    }
}
/* _content/Blazor_serverapp/Components/Pages/EViewResults.razor.rz.scp.css */
div.ftdetail[b-i24d751rvq] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.row_gridholiday.view_details[b-i24d751rvq] {
    display: block;
}
/* _content/Blazor_serverapp/Components/Pages/FlightResultStaticNew.razor.rz.scp.css */
@media only screen and (max-width: 900px) {
    .fltsection[b-3jqcs8r0zd] {
        display: none;
        /* Hide the section on mobile initially*/
    }
}
.hidden[b-3jqcs8r0zd] {
    display: none !important;
}
/* _content/Blazor_serverapp/Components/Pages/HolidayHome.razor.rz.scp.css */
body[b-ja0jjll5hx] {
}
/* _content/Blazor_serverapp/Components/Pages/HolidaySearch.razor.rz.scp.css */
body[b-56bvlhfkg8] {
}
/* _content/Blazor_serverapp/Components/Pages/HolidayWaiting.razor.rz.scp.css */
body[b-z08e2fgkgv] {
}
/* _content/Blazor_serverapp/Components/Pages/Holidayy.razor.rz.scp.css */
/* cyrillic-ext */
@font -face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBw3uBZFI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font -face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBynuBZFI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font -face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBwXuBZFI.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font -face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBwHuBZFI.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font -face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBznuB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font -face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJDxzGOF.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font -face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJnxzGOF.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font -face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJLxzGOF.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font -face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJPxzGOF.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font -face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.introsection p[b-4pjzjtxpc1] {
    padding: 0px 0 50px 0;
}

@media only screen and (max-width:900px) {
    div .searchbase[b-4pjzjtxpc1] {
        display: block;
    }

    div.msearchstrip[b-4pjzjtxpc1] {
        display: none;
    }
}
/* _content/Blazor_serverapp/Components/Pages/ThankingFormSubmit.razor.rz.scp.css */

/* bof: error page */
.errorsection[b-jyozkyj1tv] {
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 40px;
    background-color: #fbfbfb;
}

    .errorsection > strong.errorheading[b-jyozkyj1tv] {
        font-size: 2.2em;
        text-align: center;
        display: block;
        line-height: 26px;
        font-weight: 600;
    }

    .errorsection > p[b-jyozkyj1tv] {
        font-size: 1.8em;
        text-align: center;
        margin-top: 20px;
        line-height: 30px;
    }

    .errorsection > ul[b-jyozkyj1tv] {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

        .errorsection > ul > li[b-jyozkyj1tv] {
            flex: 1;
            text-align: center;
            border: 1px solid #fbfbfb;
            background-color: #f95539;
        }

            .errorsection > ul > li > a[b-jyozkyj1tv] {
                text-decoration: none;
                font-size: 1.6em;
                color: #ffffff;
                padding: 10px;
                display: block;
                font-weight: 600;
                white-space: nowrap;
                margin-top: 0;
            }

    .errorsection p a.ctabtn[b-jyozkyj1tv] {
        background-color: #f95539;
        color: #ffffff;
        text-decoration: none;
        padding: 8px 10px;
    }
/* Eof: error page */

a.errorsearchbtn[b-jyozkyj1tv] {
    background-color: #f95539;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}


.sessionlist[b-jyozkyj1tv] {
    width: 100%;
}

    .sessionlist ul[b-jyozkyj1tv] {
        list-style: none;
        text-align: center;
    }

        .sessionlist ul li[b-jyozkyj1tv] {
            font-size: 1.6em;
            margin: 8px 0px;
            font-weight: 600;
        }

            .sessionlist ul li a.telnumber[b-jyozkyj1tv] {
                font-weight: 600;
                text-decoration: none;
                color: #000000;
                font-weight: 800;
            }

@media only screen and (max-width:767px) {
    .errorsection[b-jyozkyj1tv] {
        padding: 12px;
    }

        .errorsection > strong.errorheading[b-jyozkyj1tv] {
            font-size: 1.8em;
        }

        .errorsection > p[b-jyozkyj1tv] {
            font-size: 1.6em;
            line-height: 22px;
        }
}

@media only screen and (max-width:480px) {
    .errorsection > ul > li[b-jyozkyj1tv] {
        flex: 0 0 50%;
    }

        .errorsection > ul > li > a[b-jyozkyj1tv] {
            white-space: inherit;
            font-size: 1.5em;
        }
}
