<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Manrope', 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 !important;
}

    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%;
    position: relative;
    z-index: 1;
}

.h1920, .m1920, .f1920 {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: auto;
}

.headertop {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #161C26;
    text-align: center;
}

.headercontacts {
    float: left;
    width: 100%;
    padding: 3px 33px 3px 0;
}

    .headercontacts p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        padding: 7px 0 6px 43px;
        background-image: url("../images/site/icon01.svg");
        background-position: left -184px;
        background-repeat: no-repeat;
    }

    .headercontacts .routeinq {
        padding: 7px 56px 6px 43px;
        background-position: left -7px;
    }

    .headercontacts p a {
        color: #fff;
    }

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

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

.headermain {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 6px;
}

    .headermain:before {
        position: absolute;
        content: "";
        left: -32px;
        top: -20px;
        background-color: #fff;
        width: 215px;
        height: 20px;
        clip-path: polygon(5% 0%, 94% 0%, 100% 100%, 0% 100%);
    }

    .headermain:after {
        position: absolute;
        content: "";
        right: -32px;
        top: -20px;
        background-color: #fff;
        width: 215px;
        height: 20px;
        clip-path: polygon(5% 0%, 94% 0%, 100% 100%, 0% 100%);
    }

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    padding: 35px 0 0;
}

/* leftmenu start */

body .headermenu .container {
    padding: 0;
    max-width: 1920px;
}

.headermenu {
    float: left;
    padding: 6px 49px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 30px;
    }

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

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

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

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

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a {
            color: #11161F;
            font-size: 18px;
            padding: 3px 0;
            font-weight: 700;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
        }

            .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: #E41146;
                border-top: 1px solid #E41146;
                border-bottom: 1px solid #E41146;
            }

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

.cssmenu {
    float: left;
}

/* leftmenu end */

.loginwrap {
    float: right;
}

    .loginwrap a {
        float: left;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        padding: 9px 18px 9px;
        background-color: #11161F;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            background-color: #E41146;
            color: #fff;
            text-decoration: none;
        }


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

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

/* 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*/

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

    .sliderwrap .carousel-inner &gt; .item img {
        margin: 0 auto;
    }

    .sliderwrap a.carousel-control {
        background-image: url("../images/site/icon01.svg");
        background-position: -6px -355px;
        background-repeat: no-repeat;
        text-shadow: none;
        top: 47%;
        height: 40px;
        width: 40px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 3px;
        margin: 0;
        opacity: 1;
        left: 62px;
    }

        .sliderwrap a.carousel-control.right {
            right: 62px;
            left: auto;
            background-position: -6px -527px;
        }

        .sliderwrap a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
            background-color: #11161F;
        }

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

.boockingwrap {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
    padding: 0;
}

.bookingpart {
    width: 100%;
    float: left;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
    position: relative;
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 20px 20px 20px 10px;
}

.inputgroup {
    float: left;
    width: 42%;
    position: relative;
}

    .inputgroup.inputgroup02 {
        width: 42.3%;
        padding: 0 0 0 24px;
        position: relative;
    }

.swapicon {
    background-image: url("../images/site/icon01.svg") !important;
    background-position: -10px -888px;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 22px;
    cursor: pointer;
}

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

    .inputinr:after {
        position: absolute;
        content: "";
        left: 10px;
        bottom: 0;
        width: 85%;
        border-bottom: 1px solid #979797;
    }

    .inputinr.inputinr03 {
        padding-left: 6px;
    }

        .inputinr.inputinr02:after, .inputinr.inputinr03:after {
            width: 87%;
        }

        .inputinr.inputinr03:after {
            left: 16px;
        }

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

.inputinr.inputinrswap02 {
    padding: 0 0 0 22px;
}

    .inputinr.inputinrswap02:after {
        left: 32px;
    }

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: 1px;
    left: 60px;
    top: auto;
    font-weight: 400;
}

/* Booking Form New CSS Start */

.inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
    background-image: url("../images/site/icon01.svg") !important;
    background-position: 1px -705px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding: 0 0 0 60px !important;
    border: none !important;
    /* border-bottom: 1px solid #979797 !important; */
    color: #000 !important;
    font-size: 18px !important;
    height: 44px !important;
    line-height: 36px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    border-radius: inherit !important;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E41146 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-results__option {
    font-size: 14px;
}

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

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

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #666666;
}

/* Booking Form New CSS End */

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

.inputinr input[type="text"].jdate {
    background-position: 1px -1056px;
    padding: 0 0 8px 60px !important;
}

.inputinr select:focus {
    color: #ffffff;
    -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: #000;
    box-shadow: none !important;
}

.inputinr ::-webkit-input-placeholder {
    color: #000 !important;
}

.searchbutton {
    float: right;
    text-align: center;
    width: 13.7%;
}

    .searchbutton input[type="submit"] {
        border: none;
        color: #f6f6f6;
        font-size: 18px;
        width: 100%;
        height: 46px;
        padding: 0;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 4px;
        text-align: center;
        background-color: #E41146;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background-color: #11161F;
            color: #fff;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            outline: none;
        }

.toptitle {
    color: #11161F;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 18px;
    position: relative;
}

    .toptitle:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 76px;
        height: 5px;
        background-image: url("../images/site/hshape.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

/*topdestinationwrap*/

.topdestinationwrap {
    background-image: url("../images/site/routebg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 81px 0 77px;
    min-height: 319px;
    margin: 53px 0 0;
}

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

.destination {
    width: 100%;
    float: left;
    padding: 44px 0 0;
}

    .destination marquee {
        height: 118px;
    }

    .destination ul {
        margin: 0;
        padding: 0 0 20px;
    }

        .destination ul li {
            list-style: none;
            padding: 32px 0 0 123px;
            display: inline-block;
            text-align: center;
            position: relative;
            margin: 0 62px 0 0;
        }

            .destination ul li:before {
                position: absolute;
                content: '';
                height: 122px;
                width: 122px;
                left: 0;
                top: 0;
                background-image: url("../images/site/routeicon.webp");
                background-position: left top;
                background-repeat: no-repeat;
                z-index: 1;
            }

            .destination ul li span {
                color: #11161F;
                font-size: 20px;
                font-weight: 700;
                float: left;
                display: block;
                padding: 0 0 10px;
            }

    .destination li .booknowin {
        float: left;
        position: relative;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .destination ul li a {
        text-align: center;
        color: #fff;
        font-size: 15px;
        padding: 7px 43px 6px 60px;
        border-radius: 0 10px 10px 0;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%,rgba(228, 17, 70, 1) 100%);
        position: relative;
        left: -30px;
        z-index: 0;
        float: left;
    }

        .destination ul li a:hover, .destination ul li a:focus {
            color: #fff;
            background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%,rgba(0, 0, 0, 1) 100%);
            -webkit-transition: all 0.8s;
        }

/*topdestinationwrap*/

.abouttravels {
    width: 100%;
    float: left;
    padding: 82px 0 90px;
    background-color: #FFF8F8;
}

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

.aboutleft {
    width: 50%;
    float: left;
}

    .aboutleft p {
        color: #11161F;
        font-size: 19px;
        margin: 0;
        font-weight: 400;
        line-height: 30px;
        padding: 42px 50px 0 0;
    }

.readmore {
    width: 100%;
    float: left;
    padding: 34px 0 0;
}

    .readmore a {
        display: inline-block;
        color: #f6f6f6;
        font-size: 20px;
        padding: 14px 27px;
        background-color: #11161F;
        border-radius: 4px;
        font-weight: 400;
    }

        .readmore a:hover, .readmore a:focus {
            color: #f6f6f6;
            background-color: #E41146;
        }

.aboutright {
    width: 50%;
    float: left;
    text-align: right;
    padding: 8px 0 0;
}


/***** Features CSS Start  *****/

body .featureswraper .container {
    max-width: 1416px;
}

.featureswraper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 82px 0 90px;
}

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

.featuresicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.featuresbox {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 298px;
    height: 290px;
    border: 1px solid #BCBEC0;
    border-radius: 5px;
    position: relative;
    background-color: #11161F;
    margin: 60px 0 0;
    padding: 97px 16px 0;
    z-index: 2;
    transition: all 1s;
    background-image: url("../images/site/servicehover.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

    .featuresbox:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: all 1s;
        border-radius: 4px;
        z-index: -1;
    }

    .featuresbox:hover:before {
        height: 0;
        transition: all 1s;
    }

    .featuresbox:hover {
        transition: all 1s;
        border: 1px solid #11161F;
        z-index: 1;
    }

        .featuresbox:hover h3 {
            color: #fff;
        }

        .featuresbox:hover i {
            color: rgba(255, 255, 255, 0.7);
        }

        .featuresbox:hover span {
            background: linear-gradient(to bottom, rgba(28,43,70,1) 0%,rgba(228,17,70,1) 100%);
        }

    .featuresbox span:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: linear-gradient(to bottom, rgba(28,43,70,1) 0%,rgba(228,17,70,1) 100%);
        transform: scale(1.2);
        transition: all .8s;
        z-index: -1;
        opacity: 0;
    }

    .featuresbox:hover span:after, .featuresbox:focus span:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .featuresbox span {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -50px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: #B5B6B9;
    }

        .featuresbox span p {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 6px;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            background-color: #E41146;
            background-image: url("../images/site/services.webp");
            background-position: center 9px;
            background-repeat: no-repeat;
        }

    .featuresbox.featuresbox02 span p {
        background-position: center -201px;
    }

    .featuresbox.featuresbox03 span p {
        background-position: center -411px;
    }

    .featuresbox.featuresbox04 span p {
        background-position: center -621px;
    }

    .featuresbox.featuresbox05 span p {
        background-position: center -831px;
    }

    .featuresbox h3 {
        color: #11161F;
        font-size: 26px;
        font-weight: 400;
        margin: 0;
        line-height: normal;
    }

    .featuresbox i {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: rgba(106, 111, 120, 0.7);
        font-style: normal;
        padding: 12px 0 0;
        float: left;
    }

.featureslide .slick-prev, .featureslide .slick-next {
    top: 58.8%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    bottom: 0;
    margin: 0;
    border-radius: inherit;
    color: #E41146;
    opacity: 0;
    left: -3px;
    right: 0;
    z-index: 1;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.featureslide .slick-next {
    left: auto;
    right: -3px;
}

    .featureslide .slick-prev:hover, .featureslide .slick-prev:focus, .featureslide .slick-next:hover, .featureslide .slick-next:focus {
        background-color: #E41146;
        transition: all 0.5s;
    }

        .featureslide .slick-prev:hover:before, .featureslide .slick-prev:focus:before, .featureslide .slick-next:hover:before, .featureslide .slick-next:focus:before {
            opacity: 1;
            color: #fff;
            transition: all 0.5s;
        }

    .featureslide .slick-prev:before, .featureslide .slick-next:before {
        content: "\f060";
        font-size: 18px;
        color: #E41146;
        font-family: FontAwesome;
        opacity: 1;
        line-height: 33px;
        text-align: center;
        position: absolute;
        top: 1px;
        left: 0;
        right: 0;
        transition: all 1s;
    }

    .featureslide .slick-next:before {
        content: "\f061";
    }

.featureslide:hover .slick-prev, .featureslide:focus .slick-prev, .featureslide:hover .slick-next, .featureslide:focus .slick-next {
    opacity: 1;
    transition: all 0.5s;
}


/***** Trending Cities CSS Start  *****/

body .citywraper .container {
    max-width: 1782px;
}

.citywraper {
    width: 100%;
    float: left;
    padding: 82px 0 76px;
    text-align: center;
    background-image: url("../images/site/citybg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 684px;
}

    .citywraper .toptitle {
        color: #F6F6F6;
    }

        .citywraper .toptitle:after {
            background-image: url("../images/site/cityshape.png");
        }

.cityslide {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}

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

.citybox {
    width: 383px;
    height: 400px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all 0.6s;
    cursor: pointer;
}

    .citybox:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(255, 255, 255, 0.3);
        transition: all 0.6s;
    }

    .citybox:hover:before {
        height: 100%;
        transition: all 0.6s;
    }

.citytextbox {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 243px;
    height: 80px;
    border-radius: 4px;
    background-color: rgba(22, 28, 38, 0.9);
    text-align: left;
    padding: 21px 0 0 26px;
    transition: all 0.6s;
}

    .citytextbox span {
        color: #E41146;
        font-size: 12px;
        font-weight: 700;
        float: left;
        position: relative;
        padding: 0 0 0 24px;
        text-transform: uppercase;
    }

        .citytextbox span:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 7px;
            background-color: #E41146;
            width: 13px;
            height: 2px;
        }

    .citytextbox h4 {
        text-align: left;
        float: left;
        margin: 0;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        padding: 4px 0 0;
    }

    .citytextbox p {
        font-size: 13px;
        font-weight: 400;
        color: #E1E1E1;
        line-height: 17px;
        margin: 0;
        padding: 5px 0 0;
        display: none;
        transition: all 0.6s;
        float: left;
    }

    .citytextbox i {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        font-style: normal;
        position: absolute;
        right: 10px;
        bottom: 7px;
        display: none;
        transition: all 0.6s;
    }

        .citytextbox i:before {
            position: absolute;
            content: "";
            left: -15px;
            bottom: 6px;
            background-color: #fff;
            width: 10px;
            height: 1px;
        }

    .citytextbox:after {
        bottom: -20px !important;
        left: 34px;
        border-style: solid;
        bottom: auto;
        border-width: 20px 14px 0;
        border-color: #E41146 transparent;
        width: 0;
        content: "";
        position: absolute;
        margin: 0 auto;
        display: none;
        transition: all 0s;
    }

.citybox:hover .citytextbox:after {
    display: inline-block;
    transition: all 0s;
}

.citybox:hover .citytextbox {
    background-color: #E41146;
    bottom: 50px;
    width: 265px;
    transition: all 0.6s;
    height: 108px;
    padding: 8px 0 0 10px;
}

    .citybox:hover .citytextbox p {
        display: block;
        transition: all 0.6s;
    }

.citybox:hover span {
    display: none;
    transition: all 0.6s;
}

.citybox:hover .citytextbox i {
    display: inline-block;
    transition: all 0.6s;
}

.citywraper .slick-prev, .citywraper .slick-next {
    display: none !important;
}

    .citywraper .slick-prev:before, .citywraper .slick-next:before {
        display: none !important;
    }


/***** Amenities CSS Start  *****/

.amenitieswraper {
    width: 100%;
    float: left;
    padding: 82px 0 80px;
    text-align: center;
}

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

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 54px 112px 0 108px;
}

.slick-slide {
    outline: none;
}

.amenitiesicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.amenitiesbox {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    width: 266px;
    height: 188px;
    position: relative;
    margin: 10px 0;
    text-align: left;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.amenitiespart {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 35px 0 27px 25px;
}

.amenitiesbox span {
    display: inline-block;
    background-image: url("../images/site/amenities.svg");
    background-position: -1px -10px;
    background-repeat: no-repeat;
    width: 62px;
    height: 65px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.amenitiesbox.amenitiesbox02 span {
    background-position: center -253px;
}

.amenitiesbox.amenitiesbox03 span {
    background-position: -1px -491px;
}

.amenitiesbox.amenitiesbox04 span {
    background-position: center -729px;
}

.amenitiesbox.amenitiesbox05 span {
    background-position: center -962px;
}

.amenitiesbox.amenitiesbox06 span {
    background-position: center -1192px;
}

.amenitiesbox.amenitiesbox07 span {
    background-position: center -1429px;
}

.amenitiesbox h3 {
    color: #11161F;
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    padding: 20px 0 0;
}

.amenitiesbox:hover h3 {
    color: #F6F6F6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.amenitiesbox:hover {
    background-image: url("../images/site/amhover.png");
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

    .amenitiesbox:hover .amenitiespart {
        background-color: transparent;
    }

.amenitieslide .slick-prev, .amenitieslide .slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    bottom: 0;
    margin: 0;
    border-radius: 2px;
    opacity: 0;
    left: 6px;
    right: auto;
    z-index: 1;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    background-image: url("../images/site/icon01.svg");
    background-position: -6px -1236px;
    background-repeat: no-repeat;
    transition: all 0.1s;
}

.amenitieslide .slick-next {
    left: auto;
    right: 6px;
    background-position: -6px -1604px;
}

    .amenitieslide .slick-prev:hover, .amenitieslide .slick-prev:focus, .amenitieslide .slick-next:hover, .amenitieslide .slick-next:focus {
        background-image: url("../images/site/icon01.svg");
        background-position: -6px -1420px;
        background-repeat: no-repeat;
        transition: all 0.1s;
    }

    .amenitieslide .slick-next:hover, .amenitieslide .slick-next:focus {
        background-position: -6px -1788px;
    }

.amenitieslide:hover .slick-prev, .amenitieslide:focus .slick-prev, .amenitieslide:hover .slick-next, .amenitieslide:focus .slick-next {
    opacity: 1;
    transition: all 0.5s;
}

.amenitieslide .slick-prev:before, .amenitieslide .slick-next:before {
    display: none !important;
}

/*****  Amenities CSS End  *****/


/* Footer CSS Start */

.footerwrap {
    width: 100%;
    float: left;
    background-image: url("../images/site/footerbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 518px;
}

.footertop {
    width: 100%;
    float: left;
    padding: 76px 0 70px;
    overflow: hidden;
}

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

.footernavbar {
    float: left;
    padding: 3px 0 0;
    width: 29.8%;
}

.footertitle {
    color: #F5F5F5;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 20px;
}

    .footertitle:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        width: 76px;
        height: 5px;
        margin: 0 auto;
        background-image: url("../images/site/fshape.png");
        background-position: center bottom;
        background-repeat: no-repeat;
    }

.footernavpart {
    float: left;
    width: 100%;
    padding: 44px 0 0;
}

.footernav {
    float: left;
    width: 50%;
}

    .footernav.footernav01 {
    }

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

        .footernav ul li {
            list-style: none;
            padding: 0 0 10px;
        }

            .footernav ul li a {
                color: #F3F3F3;
                font-size: 18px;
                font-weight: 400;
                text-transform: capitalize;
                line-height: normal;
            }

                .footernav ul li a span {
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #656565;
                    float: left;
                    margin: 10px 3px 0 0;
                }

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

                    .footernav ul li a:hover span, .footernav ul li a:focus span {
                        background-color: #E41146;
                    }

.footerabout {
    float: left;
    width: 35%;
    padding: 3px 0 0 87px;
}

    .footerabout p {
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        color: #f5f5f5;
        padding: 45px 0 0;
        margin: 0;
    }

.bottomsocial {
    float: left;
    padding: 25px 0 0;
}

    .bottomsocial a {
        margin: 0 25px 0 0;
        width: 34px;
        height: 34px;
        background-color: #E41146;
        border: 2px solid #fff;
        font-size: 20px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        float: left;
        font-weight: 400;
    }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #11161F !important;
            border: 2px solid #fff;
            color: #fff;
        }

    .bottomsocial .ftwitter {
        float: left;
        text-align: center;
        background-image: url("../images/site/icon01.svg");
        background-position: -11px -1967px;
        background-repeat: no-repeat;
    }

.footeright {
    float: right;
    padding: 21px 0 38px 24px;
    background-color: #11161F;
    border-radius: 5px;
    width: 28.2%;
}

.footercontact {
    width: 100%;
    float: left;
    padding: 25px 25px 0 0;
}

    .footercontact p {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 20px;
        color: #F5F5F5;
        background-color: rgba(255, 255, 255, 15%);
        border-radius: 5px;
        padding: 6px 0 5px 48px;
        background-image: url("../images/site/icon01.svg");
        background-position: 3px -2131px;
        background-repeat: no-repeat;
    }

        .footercontact p.mailus {
            padding: 11px 0 12px 48px;
            background-position: 3px -2302px;
        }

        .footercontact p.callus {
            padding: 12px 0 11px 48px;
            background-position: 3px -2474px;
            margin: 0;
        }

        .footercontact p a {
            color: #F5F5F5;
            text-transform: lowercase;
        }

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

.footerbottom {
    width: 100%;
    float: left;
    padding: 16px 0 10px;
    border-top: 2px solid #3D4955;
}

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

    .copyrights a {
        color: #E41146;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: #fff;
            text-decoration: none;
        }

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        color: #F6F6F6;
        font-size: 14px;
        padding: 3px 7px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
    }

.footerlins {
    float: right;
    padding: 3px 0 0;
    font-size: 14px;
}

    .footerlins a {
        color: #909090;
        font-weight: 500;
        text-transform: capitalize;
        line-height: normal;
        float: left;
        position: relative;
    }

        .footerlins a.footerlins02 {
            padding: 0 0 0 20px;
            margin: 0 0 0 15px;
        }

            .footerlins a.footerlins02:before {
                content: '|';
                position: absolute;
                color: #e1e1e1;
                left: 0;
            }

        .footerlins a:hover, .footerlins a:focus {
            color: #00c68f;
            text-decoration: none;
        }

/* Footer CSS End */

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

.panel-primary &gt; .panel-heading {
    color: #E41146 !important;
    border-bottom: 1px solid #11161F !important;
    font-size: 22px !important;
}

.form-group .btn-default {
    color: #fff !important;
    background-color: #E41146 !important;
}

    .form-group .btn-default:hover, .form-group .btn-default:focus {
        color: #fff !important;
        background-color: #11161F !important;
    }

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

/* Medea Queries */

@media only screen and (max-width: 1699px) {
    .toptitle {
        font-size: 38px;
    }

    .amenitieslide {
        padding: 50px 100px 0;
    }

    .citywraper {
        padding: 82px 0 86px;
        min-height: 10px;
        background-size: cover;
    }

    .citybox {
        width: 360px;
        height: 376px;
    }

        .citybox img {
            width: 100%;
            max-width: 360px;
        }

    .footertitle {
        font-size: 28px;
        padding: 0 0 18px;
    }

    .footerbottom {
        padding: 17px 0 0;
    }

    .copyrights {
        padding: 2px 0 0;
    }

    .poweredby span {
        padding: 4px 8px 0 0;
    }
}

@media only screen and (max-width: 1599px) {
    .sitelogo a img {
        width: 100%;
        max-width: 140px;
    }

    .headeright {
        padding: 38px 0 0;
    }

    .headermain {
        padding: 0 0 10px;
    }

    .topdestinationwrap {
        padding: 80px 0 75px;
    }

    .abouttravels {
        padding: 80px 0 80px;
    }

    .aboutright {
        padding: 0;
    }

    .featureswraper {
        padding: 80px 0 84px;
    }

    .citywraper {
        padding: 80px 0 84px;
    }

    .citybox {
        width: 340px;
        height: 355px;
    }

        .citybox img {
            max-width: 340px;
        }

    .amenitieswraper {
        padding: 80px 0 74px;
    }

    .footernavbar {
        padding: 0;
        width: 30%;
    }

    .footerabout {
        padding: 0 0 0 87px;
    }

    .footeright {
        padding: 24px 0 35px 24px;
        width: 29%;
    }

    .footerabout p {
        font-size: 19px;
        padding: 43px 0 0;
    }

    .amenitieslide .slick-prev, .amenitieslide .slick-next {
        left: -4px;
    }

    .amenitieslide .slick-next {
        right: -4px;
        left: auto;
    }
}

@media only screen and (max-width: 1499px) {
    .headermain:after {
        top: -19px;
        width: 200px;
        height: 19px;
        clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    }

    .headermain:before {
        top: -19px;
        width: 200px;
        height: 19px;
        clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    }

    .sitelogo a img {
        max-width: 130px;
    }

    .headeright {
        padding: 35px 0 0;
    }

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

    .loginwrap a {
        font-size: 17px;
        padding: 8px 16px;
    }

    .topdestinationwrap {
        padding: 75px 0 70px;
        min-height: 10px;
        background-size: cover;
    }

    .destination ul li span {
        font-size: 19px;
    }

    .abouttravels {
        padding: 77px 0 77px;
    }

    .readmore a {
        padding: 12px 25px;
    }

    .featureswraper {
        padding: 75px 0 77px;
    }

    .toptitle {
        font-size: 37px;
    }

    .citywraper {
        padding: 75px 0 77px;
    }

    .cityslide {
        padding: 48px 0 0;
    }

    .citytextbox {
        left: 25px;
        bottom: 25px;
    }

    .citybox {
        width: 320px;
        height: 334px;
    }

        .citybox img {
            max-width: 320px;
        }

    .amenitieswraper {
        padding: 75px 0 70px;
    }

    .amenitieslide {
        padding: 40px 60px 0;
    }

        .amenitieslide .slick-prev, .amenitieslide .slick-next {
            left: -14px;
        }

        .amenitieslide .slick-next {
            right: -14px;
            left: auto;
        }

    .footertitle {
        font-size: 27px;
        padding: 0 0 17px;
    }
}

@media only screen and (max-width: 1399px) {
    .headermain:before {
        top: -18px;
        width: 150px;
        height: 18px;
        left: -10px;
    }

    .headermain:after {
        top: -18px;
        width: 150px;
        height: 18px;
        right: -10px;
    }

    .boockingwrap {
        bottom: -45px;
    }

        .boockingwrap:before {
            height: 90px;
        }

    .bookingform {
        padding: 12px 12px 12px 2px;
    }

    .toptitle {
        font-size: 36px;
    }

    .topdestinationwrap {
        margin: 45px 0 0;
    }

    .featuresbox {
        width: 290px;
        height: 280px;
        padding: 97px 12px 0;
    }

    .amenitieslide {
        padding: 40px 40px 0;
    }

    .footertitle {
        font-size: 26px;
    }

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

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

    .footerabout {
        padding: 0 0 0 75px;
    }

        .footerabout p {
            font-size: 18px;
            padding: 41px 0 0;
        }

    .footertop {
        padding: 76px 0 73px;
    }

    .footerbottom {
        padding: 16px 0 0;
    }
}

@media only screen and (max-width: 1309px) {
    .headermenu .navbar-inverse .navbar-nav &gt; li {
        margin: 0 0 0 45px;
    }

    .loginwrap a {
        font-size: 16px;
    }

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

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

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

    .topdestinationwrap {
        padding: 70px 0 65px;
    }

    .toptitle {
        font-size: 34px;
        padding: 0 0 17px;
    }

    .abouttravels {
        padding: 72px 0 72px;
    }

    .aboutleft {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .aboutleft p {
            font-size: 18px;
            padding: 42px 40px 0 0;
        }

    .readmore {
        padding: 31px 0 0;
    }

        .readmore a {
            padding: 8px 20px;
            font-size: 17px;
        }

    .aboutright {
        width: 49%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .aboutright img {
            width: 100%;
            max-width: 550px;
        }

    .featureswraper {
        padding: 70px 0 72px;
    }

    .featuresbox {
        width: 266px;
        height: 256px;
        padding: 85px 12px 0;
    }

    .citywraper {
        padding: 70px 0 72px;
    }

    .cityslide {
        padding: 44px 0 0;
    }

    .amenitieswraper {
        padding: 70px 0 65px;
    }

    .amenitieslide {
        padding: 34px 20px 0;
    }

    .amenitiesbox {
        width: 256px;
        height: 178px;
    }

        .amenitiesbox h3 {
            font-size: 18px;
            padding: 24px 0 0;
        }

    .amenitiespart {
        padding: 25px 0 24px 22px;
    }

    .footerwrap {
        min-height: 10px;
        background-size: cover;
    }

    .footertop {
        padding: 70px 0 72px;
    }

    .footerbottom {
        padding: 16px 0;
    }

    .footertitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1229px) {
    .headercontacts {
        padding: 3px 14px 3px 0;
    }

        .headercontacts p {
            font-size: 15px;
            padding: 7px 0 6px 38px;
            background-position: left -150px;
            background-size: 40px;
        }

        .headercontacts .routeinq {
            padding: 7px 36px 6px 38px;
            background-position: left -3px;
        }

    .headermain:before {
        top: -17px;
        width: 140px;
        height: 17px;
    }

    .headermain:after {
        top: -17px;
        width: 140px;
        height: 17px;
    }

    .sitelogo a img {
        max-width: 120px;
    }

    .headeright {
        padding: 32px 0 0;
    }

    .headermenu {
        padding: 4px 40px 0 0;
    }

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

    .loginwrap a {
        font-size: 15px;
        padding: 7px 12px;
    }

    .toptitle {
        font-size: 32px;
        padding: 0 0 16px;
    }

    .aboutleft p {
        font-size: 16px;
        line-height: 28px;
    }

    .featuresbox h3 {
        font-size: 24px;
    }

    .citybox {
        width: 310px;
        height: 324px;
    }

        .citybox img {
            max-width: 310px;
        }

    .citytextbox {
        left: 20px;
        bottom: 20px;
    }

    .citybox:hover .citytextbox {
        bottom: 40px;
        width: 270px;
    }

    .footertitle {
        font-size: 22px;
        padding: 0 0 16px;
    }

        .footertitle:after {
            width: 60px;
            height: 4px;
            background-size: 60px;
        }

    .footernavbar {
        width: 32%;
    }

    .footernavpart {
        padding: 40px 0 0;
    }

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

        .footernav ul li a span {
            width: 4px;
            height: 4px;
            margin: 9px 3px 0 0;
        }

    .footerabout {
        padding: 0 0 0 50px;
        width: 30%;
    }

        .footerabout p {
            font-size: 16px;
            padding: 37px 0 0;
            line-height: 26px;
        }

    .footeright {
        width: 33%;
        padding: 24px 0 35px 20px;
    }

    .footercontact {
        padding: 25px 20px 0 0;
    }

        .footercontact p {
            padding: 6px 0 5px 38px;
            background-position: 3px -1776px;
            background-size: 40px;
        }

            .footercontact p.mailus {
                padding: 9px 0 10px 38px;
                background-position: 3px -1915px;
            }

            .footercontact p.callus {
                padding: 9px 0 10px 38px;
                background-position: 3px -2060px;
            }
}

@media only screen and (max-width: 1023px) {
    .sliderwrap a.carousel-control {
        left: 20px;
        background-position: -5px -295px;
        background-size: 40px;
        height: 34px;
        width: 34px;
    }

        .sliderwrap a.carousel-control.right {
            right: 20px;
            left: auto;
            background-position: -5px -438px;
        }

    .inputgroup {
        width: 43%;
    }

        .inputgroup.inputgroup02 {
            width: 43.3%;
            padding: 0 0 0 20px;
        }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 1px -585px;
        padding: 0 0 0 42px !important;
        font-size: 16px !important;
        height: 40px !important;
        background-size: 40px;
    }

        .inputinr input[type="text"].jdate {
            background-position: 1px -877px;
            padding: 0 0 4px 44px !important;
        }

    .swapicon {
        background-position: -8px -740px;
        left: 8px;
        width: 28px;
        height: 19px;
        background-size: 40px;
    }

    .searchbutton {
        width: 12.2%;
    }

        .searchbutton input[type="submit"] {
            font-size: 16px;
            height: 40px;
        }

    .inputinr .rfv {
        left: 43px;
    }

    .aboutleft {
        width: 52%;
    }

        .aboutleft p {
            padding: 36px 30px 0 0;
            font-size: 15px;
            line-height: 25px;
        }

    .readmore {
        padding: 28px 0 0;
    }

        .readmore a {
            padding: 7px 18px;
            font-size: 16px;
        }

    .aboutright {
        width: 47.6%;
    }

    .featuresbox h3 {
        font-size: 22px;
    }

    .citybox {
        width: 300px;
        height: 313px;
    }

        .citybox img {
            max-width: 300px;
        }

        .citybox:hover .citytextbox {
            left: 15px;
        }

    .amenitieslide .slick-prev, .amenitieslide .slick-next {
        width: 34px;
        height: 34px;
        background-position: -5px -1029px;
        background-size: 40px;
    }

    .amenitieslide .slick-next {
        background-position: -5px -1336px;
    }

        .amenitieslide .slick-prev:hover, .amenitieslide .slick-prev:focus, .amenitieslide .slick-next:hover, .amenitieslide .slick-next:focus {
            background-position: -5px -1182px;
            background-size: 40px;
        }

        .amenitieslide .slick-next:hover, .amenitieslide .slick-next:focus {
            background-position: -5px -1489px;
        }

    .footerabout {
        padding: 0 0 0 40px;
    }

        .footerabout p {
            font-size: 15px;
            line-height: 25px;
        }

    .footeright {
        width: 34%;
    }

    .footerbottom {
        padding: 12px 0;
    }
}


@media only screen and (max-width: 991px) {
    .headertop {
        text-align: center;
    }

    .headermain {
        padding: 0 0 20px;
    }

        .headermain:after {
            display: none;
        }

        .headermain:before {
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .sitelogo {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 0 25px;
    }

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

    .headercontacts {
        float: none;
        display: inline-block;
        padding: 3px 0 23px;
    }

    .headermenu {
        padding: 3px 40px 0 0;
    }

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

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

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

    .boockingwrap {
        padding: 5px 0 35px;
        bottom: 0;
        position: relative;
    }

    .bookingform {
        padding: 12px 0 0;
    }

    .inputinr:after {
        bottom: -6px;
        width: 90%;
    }

    .inputinr.inputinrswap02:after {
        left: auto;
        right: 12px;
    }

    .inputinr.inputinr03 {
        padding-left: 22px;
    }

    .inputgroup {
        width: 100%;
        padding: 0 0 5px;
    }

        .inputgroup.inputgroup02 {
            width: 100%;
            padding: 10px 0 5px;
        }

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

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

    .inputinr .rfv {
        bottom: -3px;
    }

    .swapicon {
        left: 0;
        top: 11px;
    }

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

    .topdestinationwrap {
        margin: 0;
        padding: 60px 0 55px;
    }

    .destination {
        padding: 40px 0 0;
    }

        .destination ul li {
            padding: 17px 0 0 105px;
            margin: 0 55px 0 0;
        }

            .destination ul li:before {
                height: 100px;
                width: 100px;
                background-size: 100px;
            }

            .destination ul li span {
                font-size: 18px;
            }

        /*.destination li .booknowin {
            padding: 40px 0 0;
        }*/

        .destination ul li a {
            font-size: 14px;
            padding: 5px 30px 4px 50px;
        }

        .destination marquee {
            height: 98px;
        }

    .toptitle {
        font-size: 30px;
        padding: 0 0 14px;
    }

        .toptitle:after {
            width: 64px;
            height: 4px;
            background-size: 64px;
        }

    .abouttravels {
        padding: 60px 0 65px;
    }

    .aboutleft {
        width: 100%;
    }

        .aboutleft p {
            padding: 36px 0 0;
        }

    .aboutright {
        width: 100%;
        text-align: center;
        padding: 40px 0 0;
    }

    .featureswraper {
        padding: 60px 0 65px;
    }

    .featureslide {
        padding: 36px 0 0;
    }

    .citywraper {
        padding: 60px 0 65px;
    }

    .cityslide {
        padding: 40px 0 0;
    }

    .amenitieswraper {
        padding: 60px 0 55px;
    }

    .amenitiespart {
        padding: 24px 0 23px 18px;
    }

    .amenitiesbox {
        width: 216px;
        height: 160px;
    }

        .amenitiesbox span {
            background-position: 0 -8px;
            width: 50px;
            height: 52px;
            background-size: 50px;
        }

        .amenitiesbox.amenitiesbox02 span {
            background-position: center -206px;
        }

        .amenitiesbox.amenitiesbox03 span {
            background-position: 0 -399px;
        }

        .amenitiesbox.amenitiesbox04 span {
            background-position: center -593px;
        }

        .amenitiesbox.amenitiesbox05 span {
            background-position: center -782px;
        }

        .amenitiesbox.amenitiesbox06 span {
            background-position: center -968px;
        }

        .amenitiesbox.amenitiesbox07 span {
            background-position: center -1162px;
        }

        .amenitiesbox h3 {
            font-size: 17px;
            padding: 22px 0 0;
        }

    .amenitieslide {
        padding: 30px 20px 0;
    }

        .amenitieslide .slick-prev, .amenitieslide .slick-next {
            left: -16px;
        }

        .amenitieslide .slick-next {
            right: -16px;
            left: auto;
        }

    .footertop {
        padding: 60px 0 60px;
    }

    .footernavbar {
        width: 100%;
        padding: 0 0 35px;
    }

    .footernavpart {
        padding: 36px 0 0;
    }

    .footerabout {
        padding: 0 20px 0 0;
        width: 52%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .footerabout p {
            padding: 35px 0 0;
        }

    .footeright {
        width: 45%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 767px) {
    .sectionheader {
        z-index: 3;
    }

    .headercontacts .routeinq {
        padding: 7px 20px 6px 38px;
    }

    body .headerbottom .container {
        padding: 0;
    }

    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 4px;
        left: 4px;
        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: #11161F;
            }

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

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

    .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 {
        padding: 16px 0 0 10px !important;
        margin: 0;
        text-align: left;
    }

        .headermenu .navbar-inverse .navbar-nav &gt; li &gt; a {
            font-size: 16px;
            padding: 0;
            color: #11161F;
            margin: 0;
            border: none;
        }

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

        .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: #E41146;
            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 */


    .headermain {
        padding: 0 0 30px;
    }

    .loginwrap {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .inputinr:after {
        width: 87%;
    }

    .sliderwrap a.carousel-control {
        left: 15px;
        background-position: -4px -266px;
        background-size: 36px;
        height: 30px;
        width: 30px;
        top: 45%;
    }

        .sliderwrap a.carousel-control.right {
            right: 15px;
            left: auto;
            background-position: -4px -394px;
        }

    .topdestinationwrap {
        padding: 55px 0 50px;
    }

    .destination {
        padding: 32px 0 0;
    }

        .destination ul li {
            margin: 0 50px 0 0;
        }

    .toptitle {
        font-size: 28px;
        padding: 0 0 13px;
    }

    .abouttravels {
        padding: 55px 0 60px;
    }

    .aboutleft p {
        padding: 32px 0 0;
    }

    .featureswraper {
        padding: 55px 0 60px;
    }

    .featureslide {
        padding: 30px 0 0;
    }

    .featuresbox {
        width: 256px;
        height: 246px;
        padding: 80px 7px 0;
    }

        .featuresbox h3 {
            font-size: 20px;
        }

        .featuresbox span {
            width: 100px;
            height: 100px;
        }

            .featuresbox span p {
                width: 88px;
                height: 88px;
                background-position: center 10px;
                background-size: 50px;
            }

        .featuresbox.featuresbox02 span p {
            background-position: center -163px;
        }

        .featuresbox.featuresbox03 span p {
            background-position: center -339px;
        }

        .featuresbox.featuresbox04 span p {
            background-position: center -515px;
        }

        .featuresbox.featuresbox05 span p {
            background-position: center -690px;
        }

    .featureslide .slick-prev, .featureslide .slick-next {
        width: 30px;
        height: 30px;
    }

        .featureslide .slick-prev:before, .featureslide .slick-next:before {
            font-size: 16px;
            line-height: 28px;
        }

    .citywraper {
        padding: 55px 0 60px;
    }

    .cityslide {
        padding: 36px 0 0;
    }

    .citybox {
        width: 280px;
        height: 292px;
    }

        .citybox img {
            max-width: 280px;
        }

    .citytextbox {
        left: 15px;
        padding: 21px 0 0 16px;
    }

        .citytextbox h4 {
            font-size: 16px;
        }

        .citytextbox span {
            font-size: 11px;
            padding: 0 0 2px 21px;
        }

        .citytextbox p {
            font-size: 12px;
        }

    .citybox:hover .citytextbox {
        left: 12px;
        width: 254px;
    }

    .amenitieswraper {
        padding: 55px 0 50px;
    }

    .amenitieslide {
        padding: 26px 20px 0;
    }

    .amenitiesbox:hover {
        background-size: 226px;
    }

    .footertop {
        padding: 55px 0 55px;
    }

    .footertitle {
        font-size: 20px;
        padding: 0 0 14px;
    }

    .footernavpart {
        padding: 32px 0 0;
    }

    .footernavbar {
        padding: 0 0 30px;
    }

    .footerabout {
        padding: 0 0 45px;
        width: 100%;
    }

        .footerabout p {
            padding: 31px 0 0;
        }

    .bottomsocial {
        padding: 22px 0 0;
    }

        .bottomsocial a {
            margin: 0 16px 0 0;
            width: 30px;
            height: 30px;
            font-size: 18px;
            line-height: 27px;
        }

        .bottomsocial .ftwitter {
            background-position: -12px -1846px;
            background-size: 45px;
        }

    .footeright {
        width: 55%;
    }

    .footerbottom {
        padding: 12px 0 13px;
    }

    .copyrights {
        font-size: 14px;
        padding: 4px 0 0;
    }

    .poweredby span {
        padding: 5px 7px 0 0;
        font-size: 13px;
    }
}

@media only screen and (max-width: 639px) {
    .headercontacts {
        padding: 6px 0 27px;
    }

    .headermain {
        padding: 0 0 25px;
    }

    .boockingwrap {
        padding: 5px 0 30px;
    }

    .swapicon {
        left: 8px;
        top: 12px;
    }

    .inputinr:after {
        width: 87%;
    }

    .swapicon {
        background-position: -8px -628px;
        background-size: 34px;
        width: 24px;
        height: 17px;
        top: 13px;
    }

    .inputinr.inputinrswap02 {
        padding: 0 0 0 15px;
    }

    .inputinr.inputinr03 {
        padding-left: 15px;
    }

    .searchbutton input[type="submit"] {
        height: 36px;
    }

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

    .toptitle {
        font-size: 26px;
        padding: 0 0 11px;
    }

        .toptitle:after {
            width: 58px;
            background-size: 58px;
        }

    .topdestinationwrap {
        padding: 50px 0 45px;
    }

    .abouttravels {
        padding: 50px 0 55px;
    }

    .readmore {
        padding: 24px 0 0;
    }

        .readmore a {
            padding: 5px 16px;
            font-size: 15px;
        }

    .aboutright {
        padding: 35px 0 0;
    }

        .aboutright img {
            max-width: 450px;
        }

    .featureswraper {
        padding: 50px 0 55px;
    }

    .citywraper {
        padding: 50px 0 55px;
    }

    .amenitieswraper {
        padding: 50px 0 45px;
    }

    .footertop {
        padding: 50px 0 50px;
    }

    .footernavpart {
        padding: 30px 0 0;
    }

    .footernavbar {
        padding: 0 0 25px;
    }

    .footeright {
        width: 74%;
    }

    .footerbottom {
        padding: 15px 0 14px;
    }

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

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

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

        .poweredby a {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }
}

@media only screen and (max-width: 479px) {
    .headercontacts .routeinq {
        padding: 7px 0 6px 34px;
        background-position: left -1px;
    }

    .headercontacts p {
        font-size: 14px;
        padding: 7px 0 6px 34px;
        background-position: left -134px;
        background-size: 36px;
    }

    .sitelogo {
        padding: 5px 0 22px;
    }

        .sitelogo a img {
            max-width: 110px;
        }

    .loginwrap a {
        font-size: 14px;
        padding: 6px 12px;
    }

    .headermain {
        padding: 0 0 22px;
    }

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

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

    .bookingpart {
        padding: 6px;
    }

    .bookingform {
        padding: 6px 0 0;
    }

    .inputgroup {
        padding: 0 8px;
    }

    .inputinr {
        width: 100%;
        border-bottom: 1px solid #979797;
    }

        .inputinr:after {
            display: none;
        }

        .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
            background-position: 1px -522px;
            padding: 0 0 0 40px !important;
            font-size: 15px !important;
            background-size: 36px;
            line-height: 42px !important;
        }

            .inputinr input[type="text"].jdate {
                background-position: 1px -786px;
                padding: 0 0 0 40px !important;
            }

        .inputinr .rfv {
            left: 40px;
        }

    .swapicon {
        top: 33px;
        transform: rotate(90deg);
        left: auto;
        right: 16px;
    }

    .inputgroup.inputgroup02 {
        padding: 0 8px 2px;
    }

    .inputinr.inputinrswap02 {
        padding: 0;
    }

    .inputinr.inputinr03 {
        padding: 0;
        border: none;
    }

    .inputinr.inputinr02 {
        padding: 0;
    }

    .sliderwrap a.carousel-control {
        background-position: -4px -222px;
        background-size: 30px;
        height: 24px;
        width: 24px;
        top: 41%;
    }

        .sliderwrap a.carousel-control.right {
            background-position: -4px -330px;
        }

    .toptitle {
        font-size: 24px;
        line-height: 29px;
    }

    .topdestinationwrap {
        padding: 40px 0 35px;
    }

    .destination {
        padding: 26px 0 0;
    }

    .abouttravels {
        padding: 40px 0 45px;
    }

    .aboutleft p {
        padding: 26px 0 0;
    }

    .aboutright img {
        max-width: 290px;
    }

    .featureswraper {
        padding: 40px 0 45px;
    }

    .featureslide {
        padding: 26px 0 0;
    }

    .citywraper {
        padding: 40px 0 45px;
    }

    .cityslide {
        padding: 28px 0 0;
    }

    .amenitieswraper {
        padding: 40px 0 35px;
    }

    .amenitieslide {
        padding: 22px 20px 0;
    }

    .footertop {
        padding: 40px 0;
    }

    .footertitle {
        font-size: 18px;
        padding: 0 0 12px;
    }

        .footertitle:after {
            width: 50px;
            height: 3px;
            background-size: 50px;
        }

    .footernavpart {
        padding: 24px 0 0;
    }

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

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

    .footernavbar {
        padding: 0 0 22px;
    }

    .footerabout {
        padding: 0 0 38px;
    }

        .footerabout p {
            padding: 24px 0 0;
        }

    .footeright {
        width: 100%;
        padding: 16px 0 30px 14px;
    }

    .footercontact {
        padding: 25px 12px 0 0;
    }

        .footercontact p {
            padding: 6px 0 5px 32px;
            background-position: 1px -1597px;
            background-size: 36px;
            font-size: 14px;
            line-height: 19px;
        }

            .footercontact p.mailus {
                padding: 9px 0 10px 33px;
                background-position: 2px -1723px;
            }

            .footercontact p.callus {
                padding: 9px 0 10px 34px;
                background-position: 2px -1854px;
            }

    .copyrights a {
        display: block;
        padding: 5px 0;
    }
}
</pre></body></html>