<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: 'Open Sans', sans-serif !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none !important;
        outline: none !important;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1310px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
}



.headertop {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}

    .headertop::after {
        position: absolute;
        content: '';
        top: 0;
        height: 2px;
        width: 100%;
        box-shadow: 0 0px 7px rgba(39,39,39,0.60);
        background-color: rgba(39,39,39,0.10);
    }

.sitelogo {
    float: left;
    width: 14%;
    z-index: 1;
    position: absolute;
    margin-left: -5px;
    top: 30px;
}

    .sitelogo a {
        float: left;
        max-width: 249px;
    }

.headeright {
    float: right;
    width: 78%;
    text-align: right;
    padding: 16px 10px 16px 0;
    position: relative;
}

.headerup {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
}

    .headerup p {
        line-height: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        background-image: url("../images/site/icon01.png");
        background-position: left 5px;
        background-repeat: no-repeat;
        padding: 10px 15px 7px 44px;
        position: relative;
    }

        .headerup p.payment {
            margin: 0 0 0 32px;
            background-position: left -130px;
            padding: 10px 15px 7px 31px;
        }

        .headerup p a {
            color: #ec3237;
            font-weight: 600;
            display: inline-block;
        }



        .headerup p.payment::after {
            position: absolute;
            content: '';
            background-color: rgba(0,0,0,0.10);
            left: -25px;
            top: 0;
            height: 40px;
            width: 1px;
        }

        .headerup p a:hover, .headerup p a:focus {
            color: #000;
            text-decoration: none;
        }

/*agentwrap*/

.headeright .agentwrap {
    display: inline-block;
    margin: 0 0 0 14px;
}

.agentwrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.agentlogin .dropdown {
    position: relative;
}

.agentlogin .dropdown-menu {
    position: absolute;
    top: 48px;
    left: -20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 150px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .agentlogin .dropdown-menu &gt; li &gt; a {
        padding: 5px 10px;
        color: #191919;
        font-size: 14px;
    }

    .agentlogin .dropdown-menu:before {
        top: -10px;
        right: 15px;
        bottom: auto;
        border-width: 0 10px 10px;
        border-color: #e31e24 transparent;
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        margin: 0 auto;
    }


.agentlogin .dropdown-toggle {
    color: #ec3237;
    background-color: transparent;
    padding: 9px 17px 9px 54px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    background-image: url("../images/site/icon01.png");
    background-position: 17px -259px;
    background-repeat: no-repeat;
    border: 1px solid #ffcc2a;
}


    .agentlogin .dropdown-toggle i {
        padding-left: 8px;
        font-size: 16px;
        vertical-align: text-top;
        color: #fff;
        margin: -1px 0 0;
    }

    .agentlogin .dropdown-toggle:hover, .agentlogin .dropdown-toggle:focus {
        color: #ec3237;
        text-decoration: none;
        border-color: #ec3237 !important;
        background-color: transparent;
    }

.agentlogin .dropdown-menu &gt; li &gt; a:focus, .agentlogin .dropdown-menu &gt; li &gt; a:hover {
    color: #e31e24;
    text-decoration: none;
    background-color: #f5f5f5;
}



/* leftmenu start */
.headerbottom {
    width: 100%;
    float: left;
    clear: both;
    background-color: #f6f0d8;
}

.headermenu {
    width: 100%;
    float: left;
    clear: both;
    padding: 21px 0 20px;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: right;
        margin: 0;
        min-height: 10px;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: right;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav &gt; li.first1 {
        margin: 0;
    }

    .headermenu .navbar-inverse .navbar-nav &gt; li {
        margin: 0 0 0 103px;
    }

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a {
            color: #000;
            font-size: 18px;
            margin: 0;
            padding: 0 8px 7px;
            text-decoration: none;
            text-transform: capitalize;
            -webkit-transition: all 0s;
            transition: all 0s;
            font-weight: 600;
            border-bottom: 1px solid transparent;
            position: relative;
        }

            .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a:after {
                position: absolute;
                content: '';
                top: 2px;
                right: -75px;
                height: 20px;
                width: 38px;
                background-image: url("../images/site/icon01.png");
                background-position: center -395px;
                background-repeat: no-repeat;
            }

        .headermenu .navbar-inverse .navbar-nav &gt; li:last-child a:after {
            display: none;
        }

        .headermenu .navbar-inverse .navbar-nav &gt; .active &gt; a,
        .headermenu .navbar-inverse .navbar-nav &gt; .active &gt; a:focus,
        .headermenu .navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
            background-color: transparent;
            color: #ec3237;
            -webkit-transition: all 0s;
            transition: all 0s;
            border-bottom: 1px solid #ec3237;
        }

.cssmenu {
    float: left;
}


/* leftmenu end */


.contentbg {
    float: left;
    width: 100%;
}

.contentwrap {
    float: left;
    width: 100%;
    position: relative;
    background-image: url("../images/site/bannerbg.jpg");
    background-position: left top;
    background-repeat: repeat;
}

/* fade on slider start */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fade on slider end*/
.slideraria {
    float: left;
    width: 100%;
}

.sliderwrap {
    float: left;
    width: 100%;
}

    .sliderwrap .carousel-inner &gt; .item img {
        margin: 10px auto 10px;
        box-shadow: 0 0 9px rgba(0,0,0,0.20);
    }

    .sliderwrap a.carousel-control {
        background-image: none;
        text-shadow: none;
        top: 45.3%;
        height: 40px;
        width: 40px;
        font-size: 30px;
        line-height: 40px;
        background-color: #fff;
        color: #ec3237;
        margin: -20px 0 0;
        right: -31px;
        left: auto;
        border: 1px solid #ec3237;
        opacity: 1;
    }

        .sliderwrap a.carousel-control.right {
            top: 53.8%;
        }

        .sliderwrap a.carousel-control:hover {
            background-color: #ec3237;
            color: #fff;
        }



.bannerwrapper {
    width: 100%;
    float: left;
}

body .bookinaria .container {
    max-width: 1337px;
}

.bannerwrapinn {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f6f0d8;
}

.bannerbg {
    max-width: 1920px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 100px 0 126px;
}

.bannerwrapinn .bannerbgleft {
    position: absolute;
    top: 63px;
    left: 5px;
    height: 106px;
    width: 290px;
    background-image: url("../images/site/logobgleft.png");
    background-position: left top;
    background-repeat: no-repeat;
}

.bannerwrapinn .bannerbgright {
    position: absolute;
    top: 89px;
    right: 4px;
    height: 80px;
    width: 289px;
    background-image: url("../images/site/logobgright.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.bookinaria {
    float: left;
    width: 100%;
    margin: -233px 0 0 0;
    position: relative;
}


/**** bookingform css ***/

.bookingwrapper {
    position: absolute;
    max-width: 595px;
    top: 86px;
    margin: 0 0 0 64px;
    z-index: 1;
}

.bookingformbg {
    width: 100%;
    float: left;
}

.bookingform {
    width: 100%;
    float: left;
    box-shadow: -9px 6px 17px rgba(0,0,0,0.30);
}

.bookingformbg h2 {
    color: #ffffff;
    font-size: 38px;
    margin: 0;
    float: left;
    font-weight: 400;
    padding: 17px 0 22px;
    text-align: center;
    line-height: 26px;
    text-transform: capitalize;
    width: 100%;
}

.bookgroup {
    float: left;
    width: 85.7%;
    position: relative;
    margin: 0 4px 0 0;
}

.inputgroup {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fafafa;
    margin: 0 0 5px;
    padding: 10px 0 0;
}

    .inputgroup.inputgroup02 {
        margin: 0;
    }

.swapicon {
    background-image: url("../images/site/icon01.png");
    background-position: center -797px;
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 35px;
    cursor: pointer;
}

.inputinr {
    float: left;
    width: 50%;
    position: relative;
}

    .inputinr.inputinr02 {
        position: relative;
    }

        .inputinr.inputinr02:after {
            position: absolute;
            width: 1px;
            height: 75px;
            content: "";
            right: -1px;
            top: 0;
            background: #dedede;
            top: 5px;
        }

.inputinrwrap {
    position: relative;
    width: 100%;
    float: left;
}

.inputinr .inputinrwrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url("../images/site/icon01.png");
    background-position: center -520px;
    background-repeat: no-repeat;
    width: 35px;
    height: 37px;
    margin: 0 auto;
}

.inputinr.inputinrswap01 {
    padding-right: 19px;
}

.inputinr.inputinrswap02 {
    padding-left: 21px;
}

.inputinr select, .inputinr input[type="text"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    color: #ff0000;
    cursor: pointer;
    font-size: 20px;
    height: 95px;
    font-weight: 600;
    padding: 10px 0 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    position: relative;
    text-align: center !important;
    float: left;
}

    .inputinr select option {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 12px;
        text-align: center;
    }

    .inputinr input[type="text"].jdate {
        background-image: url("../images/site/icon01.png");
        background-position: center -660px;
        background-repeat: no-repeat;
        padding-top: 18px;
    }

    .inputinr select:focus {
        color: #ff0000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-bottom: 2px solid #ffffff;
        outline: none;
    }

    .inputinr select:focus, .inputinr input[type="text"]:focus {
        box-shadow: none;
        outline: none;
    }

.inputinr .form-control::-moz-placeholder {
    color: #ff0000;
}

.inputinr ::-webkit-input-placeholder {
    color: #ff0000 !important;
    text-align: center !important;
}

.searchbutton {
    float: right;
    text-align: center;
    width: 13.5%;
    position: relative;
}

    .searchbutton input[type="submit"] {
        background-color: #ec3237;
        border: none;
        width: 100%;
        height: 215px;
        padding: 0;
        float: left;
        background-image: url("../images/site/icon01.png");
        background-position: center -839px;
        background-repeat: no-repeat;
        opacity: 1;
        outline: none;
    }

        .searchbutton input[type="submit"]:hover {
            background-color: #333333;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            outline: none;
        }

.inputinr .rfv {
    position: absolute;
    font-size: 14px;
    bottom: -3px;
    left: 0;
    top: auto;
    font-weight: 400;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
    left: 0;
    right: 0;
    top: auto;
    bottom: 12px;
    opacity: 0;
}

.floating-label {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 12px;
    pointer-events: none;
    font-size: 14px;
    color: #191919;
    transition: 0.3s ease all;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}


/* auto complete css */

.autocomplete_completionListElement {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    max-height: 300px;
    overflow: auto;
    z-index: 999;
    text-align: left;
}

    .autocomplete_completionListElement li {
        cursor: default;
        color: #333;
        margin: 1px 0;
        font-size: 14px;
    }


.autocomplete_highlightedListItem {
    border-bottom: 1px solid #333;
    margin: 1px 0;
    font-weight: normal;
    list-style: none;
    color: #ff0000 !important;
    font-size: 13px;
    cursor: default;
}

.autocomplete_listItem {
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    font-weight: normal;
    list-style: none;
    font-size: 13px;
}

/* scroll style */

.autocomplete_completionListElement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar-thumb {
    background-color: #999;
}

/* auto complete css */


/*topdestination css*/


.topdestinationwrap {
    width: 100%;
    float: left;
    padding: 57px 0 41px;
}

.topdestination {
    width: 100%;
    float: left;
    text-align: center;
}

    .topdestination marquee {
        height: 150px;
    }

.toptitle {
    margin: 0;
    color: #333333;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.topdestination .toptitle {
    margin: 0 0 34px;
}


.topdestination ul {
    margin: 0;
    padding: 0 10px 0;
}

    .topdestination ul li {
        display: inline-block;
        margin: 10px 20px 10px 40px;
        vertical-align: middle;
    }

        .topdestination ul li a {
            min-height: 120px;
            display: inline-block;
            padding: 11px 0 0;
            position: relative;
            text-align: center;
            color: #3e3e3e;
            min-width: 310px;
            font-size: 22px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #cccccc;
        }

            .topdestination ul li a::before {
                position: absolute;
                content: '';
                top: 24px;
                left: -35px;
                background-color: #fff;
                border: 1px solid #cccccc;
                height: 70px;
                width: 70px;
                box-shadow: 0 0 18px rgba(33,53,63,0.25);
                background-image: url("../images/site/icon01.png");
                background-repeat: no-repeat;
                background-position: center -1202px;
            }

            .topdestination ul li a span {
                position: absolute;
                right: -41px;
                top: 39px;
                background-color: #ffcc2a;
                height: 40px;
                width: 120px;
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                -ms-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                bottom: 0;
                padding: 12px 0 0;
                text-transform: uppercase;
            }


            .topdestination ul li a i {
                line-height: normal;
                text-transform: uppercase;
                text-align: center;
                font-style: normal;
                padding: 0 50px;
            }

            .topdestination ul li a em {
                font-style: normal;
                text-align: center;
                background-image: url("../images/site/icon01.png");
                background-repeat: no-repeat;
                background-position: center -1499px;
                padding: 0 20px 4px;
                display: block;
            }

            .topdestination ul li a:hover, .topdestination ul li a:focus {
                text-decoration: none;
            }

                .topdestination ul li a:hover span {
                    background-color: #333333;
                    color: #fff;
                }

                .topdestination ul li a:hover i {
                    color: #ec3237;
                }

        .topdestination ul li:hover a::before {
            background-position: center -1350px;
        }
/*topdestination css*/




.welcomearia {
    width: 100%;
    float: left;
    text-align: center;
}

.welknownpart {
    width: 100%;
    float: left;
}

    .welknownpart .toptitle {
        color: #ec3237;
        margin: 0 0 19px;
    }

    .welknownpart p {
        color: #333333;
        font-size: 16px;
        margin: 0;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        padding: 0 20px;
    }

        .welknownpart p span {
            display: block;
        }





/*** gallery ****/

.galleryaria {
    float: left;
    width: 100%;
    padding: 64px 0 0;
    text-align: center;
}

.ourgallerybg {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #ffcc2a;
    padding: 61px 0 194px;
}

    .ourgallerybg .toptitle {
        padding: 0 0 0;
    }

.ourgallery {
    width: 100%;
    float: left;
    margin: -180px 0 0;
}

.galleryin {
    position: relative;
    padding: 0 20px 15px;
    text-align: center;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.galleryslide .slick-list {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
}

.galleryslide {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 266px;
}

    .galleryslide .gallerybox {
        float: none;
        text-align: center;
        display: inline-block !important;
        padding: 0 0 10px;
        clear: both;
        vertical-align: middle;
        position: relative;
    }


        .galleryslide .gallerybox:hover, .galleryslide .gallerybox:focus {
            cursor: pointer;
            border: none;
            outline: none;
        }

.gallerybox .galleryicon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 460px;
    width: 100%;
    position: relative;
    height: 350px;
    float: none;
    clear: both;
}

.galleryicon .galleryimg {
    position: relative;
    background-image: url("../images/site/galleryimg.webp");
    background-repeat: no-repeat;
    background-position: center 0;
    height: 300px;
    z-index: 1;
    box-shadow: 0 0 20px rgba(25,25,25,0.35);
    width: 430px;
    margin: 30px 15px 10px;
}

    .galleryicon .galleryimg.galleryimg02 {
        background-position: center -744px;
    }

    .galleryicon .galleryimg.galleryimg03 {
        background-position: center -1494px;
    }

    .galleryicon .galleryimg.galleryimg04 {
        background-position: center -2234px;
    }

.galleryslide .slick-prev, .galleryslide .slick-next {
    display: none;
}

.galleryslide .slick-next {
    display: none;
}

    .galleryslide .slick-next:before {
        font-size: 0;
        content: "0";
    }

.galleryslide .slick-prev:before {
    content: "0";
    font-size: 0;
}

/*Mobile App */

.application {
    float: left;
    width: 100%;
}

.appmainpart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
}

.apprightside h2 {
    margin: 0 0 30px;
    color: #ec3237;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.apprightside h5 {
    margin: 0;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.apprightside p {
    margin: 20px 0 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.applinks {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footerwrap {
    clear: both;
    width: 100%;
    float: left;
    background-image: url("../images/site/bannerbg.jpg");
    background-position: left 122px;
    background-repeat: repeat;
    padding: 10px 0 40px;
}



.footernav {
    float: left;
    padding: 137px 0 36px;
    width: 100%;
    position: relative;
    text-align: center;
    background-image: url("../images/site/footericon.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

    .footernav ul {
        margin: 0;
        padding: 0;
    }

        .footernav ul li {
            display: inline-block;
            list-style: none;
            padding: 0 20px;
        }

            .footernav ul li a {
                color: #333;
                font-size: 18px;
                font-weight: 400;
                text-transform: uppercase;
                line-height: 22px;
            }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #ec3237;
                    text-decoration: none;
                }

.footerbottom {
    width: 100%;
    float: left;
    padding: 14px 0 13px;
    background: #f4f4f4;
}

.copyrights {
    float: left;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    padding: 3px 0 0;
}


    .copyrights i {
        font-style: normal;
        color: #ec3237;
    }

    .copyrights a {
        color: #ec3237;
    }

        .copyrights a:hover {
            color: #333;
            text-decoration: none;
        }

.footersocial {
    float: left;
    color: #ec3237;
    font-size: 15px;
    font-weight: 400;
}

.socialleft {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin: 0 0 0 27px;
    padding: 0 0 0 24px;
}

    .socialleft.socialright {
        margin: 0 0 0 21px;
        padding: 0 0 0 25px;
    }

    .socialleft::before {
        content: '';
        position: absolute;
        left: 0;
        top: -4px;
        background-color: rgba(0,0,0,0.15);
        height: 37px;
        width: 1px;
    }

    .socialleft span {
        padding: 0 10px 0 0;
    }

    .socialleft a {
        display: inline-block;
        vertical-align: middle;
    }

.poweredby {
    float: right;
    padding: 2px 0 0;
}

    .poweredby span {
        float: left;
        color: #aeaeae;
        font-size: 13px;
        padding: 2px 10px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
    }

#ctl00_ContentPlaceHolder1_divCustinfo th.info {
    padding-left: 10px !important;
}

/*other css*/

.fix_contentwidth &gt; .panel-primary &gt; .panel-heading {
    margin-bottom: 10px;
}

.font-Plus-Minus {
    margin-bottom: 5px;
}

    .font-Plus-Minus a.aclass {
        color: #fff !important;
    }

        .font-Plus-Minus a.aclass:hover, .font-Plus-Minus a.aclass:focus {
            color: #fff;
            text-decoration: none;
        }
/*other css*/

.maincontent {
    min-height: 250px;
    clear: both;
    width: 100%;
    float: left;
}






/*.example:after {
        background: url("../images/site/footersap.png") no-repeat center top;
        content: "";
        height: 91px;
        right: 0;
        left: 0;
        bottom: -96px;
        position: absolute;
        width: 100%;
    }

    #ctl00_ContentPlaceHolder1_divCustinfo th.info {
    padding-left: 10px !important;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea,
.select2-container--default .select2-selection--single {
    box-shadow: inset 0px 2px 3px rgba(0,0,0,0.10) !important;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus,
    .select2-container--default .select2-selection--single:focus {
        box-shadow: inset 0px 2px 3px rgba(249,166,74,0.10) !important;
        outline: none;
    }

.select2-container--default .select2-selection--single {
    height: 40px !important;
}
*/


/* Medea Queries */

@media only screen and (max-width: 1879px) {
    .bannerwrapinn .bannerbgleft {
        height: 90px;
        width: 230px;
        background-size: 230px;
    }

    .bannerwrapinn .bannerbgright {
        height: 65px;
        width: 229px;
        background-size: 220px;
    }

    .galleryicon .galleryimg {
        background-position: center 0;
        height: 259px;
        width: 370px;
        background-size: 370px;
    }

        .galleryicon .galleryimg.galleryimg02 {
            background-position: center -640px;
        }

        .galleryicon .galleryimg.galleryimg03 {
            background-position: center -1285px;
        }

        .galleryicon .galleryimg.galleryimg04 {
            background-position: center -1922px;
        }
}

@media only screen and (max-width: 1759px) {
    .bannerwrapinn .bannerbgleft {
        height: 75px;
        width: 190px;
        background-size: 190px;
    }

    .bannerwrapinn .bannerbgright {
        height: 55px;
        width: 180px;
        background-size: 180px;
    }
}


@media only screen and (max-width: 1689px) {
    .bannerwrapinn .bannerbgleft {
        height: 55px;
        width: 150px;
        background-size: 140px;
    }

    .bannerwrapinn .bannerbgright {
        height: 45px;
        width: 140px;
        background-size: 140px;
    }

    .gallerybox .galleryicon {
        max-width: 370px;
    }

    .galleryicon .galleryimg {
        box-shadow: 0 0 10px rgba(25,25,25,0.35);
        margin: 20px 5px 10px;
        height: 259px;
        width: 370px;
        background-size: 370px;
    }
}

@media only screen and (max-width: 1579px) {
    .bannerwrapinn .bannerbgleft {
        height: 35px;
        width: 90px;
        background-size: 90px;
    }

    .bannerwrapinn .bannerbgright {
        height: 30px;
        width: 90px;
        background-size: 90px;
    }

    .galleryin {
        padding: 0 10px 15px;
    }

    .gallerybox .galleryicon {
        max-width: 330px;
        height: 265px;
    }

    .galleryicon .galleryimg {
        height: 224px;
        width: 320px;
        background-size: 320px;
    }

        .galleryicon .galleryimg.galleryimg02 {
            background-position: center -554px;
        }

        .galleryicon .galleryimg.galleryimg03 {
            background-position: center -1111px;
        }

        .galleryicon .galleryimg.galleryimg04 {
            background-position: center -1662px;
        }
}

@media only screen and (max-width: 1479px) {
    .bannerwrapinn .bannerbgleft {
        display: none;
    }

    .bannerwrapinn .bannerbgright {
        display: none;
    }
}

@media only screen and (max-width: 1369px) {

    .sliderwrap a.carousel-control {
        top: auto;
        right: 52px;
        left: auto;
        bottom: -40px;
    }

        .sliderwrap a.carousel-control.right {
            top: auto;
            right: 12px;
        }

    .headeright {
        padding: 16px 10px 9px 0;
    }

    .headermenu {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 1337px) {
    .sliderwrap .carousel-inner &gt; .item img {
        max-width: 98%;
    }
}



@media only screen and (max-width: 1309px) {
    .topdestinationwrap {
        padding: 30px 0;
    }

    .toptitle {
        font-size: 34px;
    }

    .galleryaria {
        padding: 40px 0 0;
    }

    .ourgallerybg {
        padding: 30px 0 125px;
    }

    .ourgallery {
        margin: -110px 0 0;
    }

    .footernav {
        padding: 115px 0 30px;
    }

        .footernav ul li {
            padding: 0 13px;
        }
    .apprightside h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1229px) {
    .headerup p {
        font-size: 13px;
        padding: 10px 15px 7px 35px;
        background-size: 62px;
    }

        .headerup p.payment {
            margin: 0 0 0 5px;
            background-position: left -95px;
            padding: 10px 0 7px 28px;
        }

            .headerup p.payment:after {
                left: -10px;
                top: 3px;
                height: 30px;
            }

    .agentlogin .dropdown-toggle {
        padding: 9px 10px 9px 35px;
        font-size: 13px;
        background-position: 10px -191px;
        background-size: 62px;
    }

    .headermenu .navbar-inverse .navbar-nav &gt; li {
        margin: 0 0 0 70px;
    }

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a:after {
            right: -55px;
        }

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a {
            font-size: 16px;
        }


    .bookingformbg h2 {
        font-size: 30px;
        padding: 5px 0 10px;
        line-height: normal;
    }

    .bookingwrapper {
        max-width: 500px;
        top: 40px;
        margin: 0 0 0 30px;
    }

    .bookgroup {
        width: 89%;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 13px;
        height: 75px;
        padding: 0;
    }

    .inputinr .inputinrwrap:before {
        background-position: center -381px;
        width: 30px;
        height: 28px;
        background-size: 60px;
    }

    .inputinr input[type="text"].jdate {
        background-position: center -483px;
        padding-top: 10px;
        background-size: 60px;
    }

    .inputinr.inputinr02:after {
        height: 55px;
        top: 5px;
    }

    .swapicon {
        background-position: center -601px;
        top: 28px;
        width: 70px;
        height: 30px;
        background-size: 62px;
    }

    .searchbutton {
        width: 10%;
    }

        .searchbutton input[type="submit"] {
            height: 176px;
            background-position: center -607px;
            background-size: 60px;
        }

    .floating-label {
        bottom: 13px;
        font-size: 11px;
    }

    .control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
        bottom: 13px;
    }

    .inputinr .rfv {
        font-size: 12px;
        bottom: -2px;
    }

    .toptitle {
        font-size: 30px;
    }

    .topdestination ul li {
        margin: 0 20px 0 40px;
    }

        .topdestination ul li a {
            font-size: 18px;
            min-height: 110px;
            min-width: 300px;
        }

            .topdestination ul li a:before {
                top: 24px;
                left: -35px;
                height: 60px;
                width: 60px;
                box-shadow: 0 0 18px rgba(33,53,63,0.25);
                background-position: center -951px;
                background-size: 65px;
            }

        .topdestination ul li:hover a::before {
            background-position: center -1068px;
        }

        .topdestination ul li a span {
            right: -38px;
            top: 36px;
            height: 35px;
            width: 110px;
            font-size: 13px;
            padding: 8px 0 0;
        }


    .galleryin {
        padding: 0 10px;
    }

    .footernav ul li {
        padding: 0 10px;
    }

        .footernav ul li a {
            font-size: 14px;
            line-height: normal;
        }

    .copyrights {
        padding: 3px 0 15px;
        width: 100%;
        text-align: center;
    }

    .socialleft.socialleft01 {
        padding: 0;
        margin: 0;
    }

        .socialleft.socialleft01::before {
            display: none;
        }
    .apprightside h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .sitelogo {
        width: 100%;
        position: relative;
        margin: 15px 0 0;
        top: 0;
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .sitelogo a {
            float: none;
            max-width: 210px;
            display: inline-block;
            vertical-align: middle;
        }

    .headeright {
        float: none;
        width: 100%;
        text-align: center;
        padding: 16px 10px 16px 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .headerup p {
        padding: 10px 10px 7px 28px;
        background-size: 50px;
    }

        .headerup p.payment {
            background-position: left -75px;
            padding: 10px 0 7px 20px;
        }

    .agentlogin .dropdown-toggle {
        padding: 7px 8px 7px 25px;
        font-size: 12px;
        background-position: 6px -154px;
        background-size: 50px;
    }



    .headermenu .navbar-inverse {
        float: left;
    }

        .headermenu .navbar-inverse .navbar-nav {
            float: left;
        }

            .headermenu .navbar-inverse .navbar-nav &gt; li {
                margin: 0 0 0 50px;
            }

                .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a:after {
                    right: -43px;
                    height: 20px;
                    width: 35px;
                    background-position: center -312px;
                    background-size: 65px;
                }

    .bannerbg {
        padding: 60px 0 56px;
    }

    .bookinaria {
        margin: -110px 0 0;
        text-align: center;
    }

    .bookingwrapper {
        max-width: 500px;
        top: 0;
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }

    .bookingformbg h2 {
        font-size: 24px;
        padding: 5px 0;
        line-height: normal;
        background-color: #000;
    }

    .bookingform {
        margin: 5px 0 0;
    }

    .bookingformbg {
        margin: 0 0 15px;
    }

    .inputgroup {
        margin: 0;
    }

        .inputgroup.inputgroup02 {
            border-top: 2px solid #000;
        }

    .topdestination marquee {
        height: auto;
    }

    .topdestination ul {
        padding: 5px 10px;
    }

    .welknownpart p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    .footernav {
        padding: 85px 0 20px;
        background-size: 120px;
    }

        .footernav ul li a {
            font-size: 13px;
        }

    .copyrights {
        font-size: 14px;
    }

    .footersocial {
        font-size: 13px;
    }

    .socialleft.socialright {
        margin: 0 0 0 12px;
        padding: 0 0 0 15px;
    }

    .autocomplete_highlightedListItem {
        font-size: 12px;
    }
    .appmainpart {
        padding: 40px 0;
    }

    .apprightside h5 br {
        display: none;
    }

    .appmainpart {
        flex-wrap: wrap;
        gap: 45px;
    }

    .apprightside h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sitelogo a {
        max-width: 180px;
    }

    .headerup p.payment:after {
        top: 8px;
        height: 20px;
    }

    .headeright {
        padding: 10px 0;
    }

    .bookingform {
        box-shadow: -5px 4px 9px rgba(0,0,0,0.20);
    }

    .bannerbg {
        padding: 60px 0;
    }
    /* leftmenu start */
    .headerbottom .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0;
        padding: 0;
    }

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            left: 0;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            left: 42%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

            .fixedbtn.topfixedicon:after {
                font-family: FontAwesome;
                content: "\f00d";
                left: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: #ec3237;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 99999;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #ec3237;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav &gt; li {
        margin: 8px 0 0 10px !important;
    }

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a:after {
            display: none;
        }

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a {
            font-size: 14px;
            padding: 0;
            color: #3e3e3e;
            margin-bottom: 0;
            border: none;
        }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }


        .headermenu .navbar-inverse .navbar-nav &gt; .active &gt; a, .headermenu .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .headermenu .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
            background: transparent;
            color: #ec3237;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }


    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */
    .topdestination .toptitle {
        margin: 0 0 20px;
    }

    .toptitle {
        font-size: 24px;
    }

    .ourgallerybg {
        padding: 20px 0 110px;
    }

    .ourgallery {
        margin: -100px 0 0;
    }

    .footernav ul li {
        padding: 0 10px 2px;
    }

    .footersocial {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .socialleft:before {
        top: 0px;
        height: 30px;
    }

    .footerbottom {
        padding: 10px 0;
        text-align: center;
    }

    .copyrights {
        padding: 0;
    }

    .poweredby {
        float: left;
        text-align: center;
        width: 100%;
    }

        .poweredby span {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

        .poweredby a {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }
    .apprightside h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 639px) {
    .headeright .agentwrap {
        margin: 0;
    }

    .bookingformbg h2 {
        font-size: 20px;
    }

    .headerup {
        text-align: left;
        width: 100%;
    }

    .agentlogin .dropdown-menu &gt; li &gt; a {
        font-size: 13px;
    }

    .sliderwrap a.carousel-control {
        font-size: 28px;
        line-height: 36px;
    }

    .welknownpart .toptitle {
        margin: 0 0 10px;
    }

    .welknownpart p span {
        display: initial;
    }

    .socialleft {
        width: 100%;
    }

        .socialleft.socialright {
            margin: 5px 0 0;
            padding: 0;
        }

        .socialleft:before {
            display: none;
        }

        .socialleft span {
            padding: 0 5px 0 0;
        }

    .copyrights {
        font-size: 13px;
    }

    .footernav ul li {
        padding: 0 10px 4px;
    }

    .footernav {
        padding: 70px 0 20px;
        background-size: 110px;
    }
    .welknownpart .toptitle {
        margin: 0 0 10px;
    }

    .apprightside h5 {
        font-size: 20px;
    }

    .appmainpart {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 564px) {

    .headerup {
        padding: 0 30px;
    }

        .headerup p {
            padding: 7px 10px 4px 28px;
            width: 100%;
        }

            .headerup p.payment {
                margin: 0;
            }

                .headerup p.payment:after {
                    display: none;
                }
}

@media only screen and (max-width: 479px) {

    .bookgroup {
        width: 100%;
    }


    .inputgroup {
        float: left;
        width: 100%;
        position: relative;
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

    .swapicon {
        background-position: center -604px;
        top: 70px;
        left: auto;
        right: 0;
        width: 60px;
        height: 25px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .inputinr.inputinr02:after {
        display: none;
    }

    .inputgroup.inputgroup01 {
        padding: 0;
    }

    .inputgroup.inputgroup02 {
        border-top: none;
    }


    .inputinr select, .inputinr input[type="text"] {
        height: 62px;
    }

    .inputinr {
        width: 100%;
        padding: 10px 0 8px !important;
        border-bottom: 1px solid #000;
        background-color: #fafafa;
    }

        .inputinr .inputinrwrap:before {
            background-position: center -316px;
            width: 30px;
            height: 25px;
            background-size: 50px;
        }

        .inputinr input[type="text"].jdate {
            background-position: center -401px;
            padding-top: 10px;
            background-size: 50px;
        }

        .inputinr.inputinr03 {
            border-bottom: none;
        }

        .inputinr.inputinrswap02 {
            padding-left: 0;
        }

            .inputinr.inputinrswap02 input[type="text"] {
                padding-left: 0;
            }

    .searchbutton {
        width: 100%;
    }

        .searchbutton input[type="submit"] {
            height: 70px;
            background-position: center -659px;
        }

    .floating-label {
        bottom: 10px;
    }

    .control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
        bottom: 10px;
    }


    .sliderwrap a.carousel-control {
        height: 30px;
        width: 30px;
    }

    .sliderwrap a.carousel-control {
        top: auto;
        right: 30px;
        left: auto;
        bottom: -30px;
    }

    .sliderwrap a.carousel-control {
        line-height: 28px;
    }

        .sliderwrap a.carousel-control.right {
            top: auto;
            right: 0;
        }

    .topdestination ul li a {
        min-width: 250px;
    }

    .toptitle {
        font-size: 18px;
    }

    .welknownpart p {
        padding: 0;
    }

    .ourgallerybg {
        padding: 10px 0 95px;
    }

    .galleryaria {
        padding: 20px 0 0;
    }

    .galleryslide {
        min-height: 10px;
    }

    .gallerybox .galleryicon {
        max-width: 290px;
        height: 235px;
    }

    .galleryicon .galleryimg {
        height: 196px;
        width: 280px;
        background-size: 280px;
    }

        .galleryicon .galleryimg.galleryimg02 {
            background-position: center -485px;
        }

        .galleryicon .galleryimg.galleryimg03 {
            background-position: center -972px;
        }

        .galleryicon .galleryimg.galleryimg04 {
            background-position: center -1454px;
        }

    .footernav {
        padding: 60px 0 20px;
        background-size: 90px;
    }

        .footernav ul li {
            padding: 0 8px 4px;
        }

    .copyrights span {
        display: block;
    }

    .footerwrap {
        padding: 10px 0 25px;
    }

    .grvcontentrow .grvcontent div {
        font-size: 11px;
    }
    .apprightside h2 {
        font-size: 18px;
    }

    .apprightside p {
        text-align: center;
        font-size: 14px;
    }

    .applinks {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.modal {
    background-color: rgb(0 0 0 / 70%);
}
</pre></body></html>