body {
    font-family: 'Montserrat', sans-serif !important;
    font-family: 'Raleway', sans-serif;
    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;
}

:root {
    --primary-color: #F4831F;
    --secondary-color: #0090C9;
}

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

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;
}

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

.headermain {
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 5px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

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

.headercontacts {
    float: right;
}

    .headercontacts p {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: inline-block;
        color: #191919;
        text-align: left;
        background-image: url(../images/site/icon01.svg);
        background-position: left -1461px;
        background-repeat: no-repeat;
        padding: 8px 27px 6px 50px;
    }

        .headercontacts p a {
            color: #191919;
        }

            .headercontacts p a:hover, .headercontacts p a:focus {
                color: var(--primary-color);
                text-decoration: none;
            }

    .headercontacts .routeinq {
        padding: 8px 0 6px 50px;
        background-position: left -7px;
    }


/* leftmenu start */

.headerbottom {
    width: 100%;
    float: right;
    clear: both;
    padding: 18px 0 0;
}

body .headermenu .container {
    padding: 0;
}

.headermenu {
    float: left;
    padding: 8px 50px 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 > li {
        margin: 0 0 0 60px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            color: #201C1C;
            font-size: 16px;
            padding: 0 0 11px;
            font-weight: 500;
            position: relative;
            transition: all 0.4s;
        }

            .headermenu .navbar-inverse .navbar-nav > .active > a,
            .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
            .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
            .headermenu .navbar-inverse .navbar-nav > li > a:hover {
                color: var(--primary-color);
                background-color: transparent;
                transition: all 0.4s;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:after {
                position: absolute;
                content: "";
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: 0;
                width: 0;
                height: 2px;
                background-color: var(--primary-color);
                transition: all 0.4s;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:hover:after,
            .headermenu .navbar-inverse .navbar-nav > li > a:focus:after,
            .headermenu .navbar-inverse .navbar-nav > .active > a:after {
                width: 30px;
                transition: all 0.4s;
            }

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

.cssmenu {
    float: left;
}

/* leftmenu end */


.loginwrap {
    float: right;
}

    .loginwrap a {
        display: inline-block;
        border: 1px solid #030303;
        color: #000;
        font-weight: 600;
        font-size: 16px;
        padding: 7px;
        border-radius: 4px;
        letter-spacing: 0.3px;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            background-color: var(--primary-color);
            color: #fff;
            border: 1px solid var(--primary-color);
        }


.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 > .item img {
        margin: 0 auto;
    }

    .sliderwrap a.carousel-control {
        background-image: none;
        text-shadow: none;
        bottom: 37.2%;
        top: auto;
        height: 35px;
        width: 35px;
        font-size: 25px;
        line-height: 35px;
        background-color: #ffffff;
        border-radius: 3px;
        color: #000000;
        opacity: 1;
        left: 12px;
        border: 1px solid var(--primary-color);
    }

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

        .sliderwrap a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
            background-color: var(--primary-color);
            color: #fff;
            text-decoration: none;
            border: 1px solid var(--primary-color);
        }

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

body .boockingwrap .container {
    max-width: 1380px;
}

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

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 28px 35px 22px 26px;
}

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

    .inputgroup.inputgroup02 {
        width: 40.4%;
        position: relative;
    }

.swapicon {
    background-image: url("../images/site/icon01.svg");
    background-position: center -560px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    right: 9px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


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

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

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

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

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: 2px;
    left: 59px;
    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: left -183px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding: 0 0 0 59px !important;
    border: none !important;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    height: 50px !important;
    line-height: 50px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: inherit !important;
    -webkit-appearance: none;
    -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: var(--primary-color) !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: #000;
}

/* Booking Form New CSS End */

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

.inputinr input[type="text"].jdate {
    padding: 0 0 0 59px !important;
    background-position: left -368px;
}

.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: 11.7%;
}

    .searchbutton input[type="submit"] {
        background-color: var(--primary-color);
        background-image: url("../images/site/icon01.svg");
        background-position: 89% -724px;
        background-repeat: no-repeat;
        border: none;
        color: #fff;
        font-size: 18px;
        width: 100%;
        height: 50px;
        padding: 0;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        padding: 0 0 0 16px;
    }

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


/*topdestinationwrap*/

.topdestinationwrap {
    background-image: url("../images/site/routebg.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 62px 0 35px;
    min-height: 280px;
}

.toptitle {
    color: #000;
    font-size: 50px;
    margin: 0;
    padding: 0 0 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif !important;
}

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

    .toptitle i {
        font-style: normal;
    }

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

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

    .destination marquee {
        height: 135px;
    }

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

        .destination ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
        }

    .destination li .booknowin {
        float: left;
        width: 100%;
    }

    .destination ul li a {
        text-align: center;
        background-color: #fff;
        color: #000;
        font-size: 20px;
        padding: 96px 24px 0 25px;
        margin: 4px 42px 0 5px;
        position: relative;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

        .destination ul li a:before {
            position: absolute;
            content: '';
            height: 60px;
            width: 60px;
            left: 0;
            right: 0;
            top: 15px;
            margin: 0 auto;
            background-image: url("../images/site/routeicon.png");
            background-position: center top;
            background-repeat: no-repeat;
        }

        .destination ul li a:hover, .destination ul li a:focus {
            color: #000;
            background: linear-gradient(to right, rgba(244, 131, 31, 0.5) 0%, rgba(244, 131, 31, 1) 50%, rgba(244, 131, 31,0.5) 100%);
        }

/*topdestinationwrap*/

body .abouttravels .container {
    max-width: 100%;
    padding: 0;
}

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

.aboutarea {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutleft .toptitle {
    font-size: 44px;
}

.aboutleft {
    width: 52%;
    padding: 0 50px 0 105px;
}

    .aboutleft .aboutetop {
        color: #000;
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        padding: 36px 50px 0 0;
        margin: 0;
        letter-spacing: 0.1px;
    }

    .aboutleft p {
        color: #000;
        font-size: 18px;
        margin: 0;
        font-weight: 500;
        line-height: 30px;
        padding: 11px 20px 0 0;
        letter-spacing: 0.1px;
    }

    .aboutleft .aboutpart {
        padding: 26px 40px 0 0;
    }

.aboutright {
    width: 48%;
}

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

    .readmore a {
        display: inline-block;
        color: #000;
        font-size: 20px;
        text-transform: capitalize;
        padding: 12px 19px;
        border: 1px solid var(--primary-color);
        line-height: 24px;
        font-weight: 500;
    }

        .readmore a:hover, .readmore a:focus {
            color: #fff;
            background-color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }


/*Salient Fearures*/

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

body .featureswrap .container {
    max-width: 1630px;
}

.featureslide {
    width: 100%;
    float: left;
    padding: 36px 2px 0 0;
}

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

.featurebox {
    display: flex;
    justify-content: space-between;
    width: 280px;
    height: 137px;
    border: 1px solid #DED5D5;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    position: relative;
    padding: 0 41px 0 25px;
    align-items: center;
}

    .featurebox:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 11px;
        height: 100%;
        background-color: var(--secondary-color);
        border-radius: 0 5px 5px 0;
    }

    .featurebox:hover:after {
        width: 100%;
        border-radius: 5px;
        -webkit-transition: all 0.7s;
    }

    .featurebox h3 {
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        padding: 3px 0 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

        .featurebox h3 i {
            display: block;
            font-style: normal;
        }

    .featurebox:hover h3 {
        color: #fff;
        -webkit-transition: all 0.7s;
    }

    .featurebox span {
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: 60px;
        background-image: url("../images/site/features.png");
        background-position: center -10px;
        background-repeat: no-repeat;
        margin: 1px 0 0;
        z-index: 1;
    }

    .featurebox.featurebox02 span {
        background-position: center -262px;
    }

    .featurebox.featurebox03 span {
        background-position: center -513px;
    }

    .featurebox.featurebox04 span {
        background-position: center -774px;
    }

    .featurebox.featurebox05 span {
        background-position: center -1034px;
    }

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

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


/*Our Gallery*/

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

.gallerywrap {
    width: 100%;
    padding: 71px 0 0;
    position: relative;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.galleryslide {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.gallerybox img {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}

.galleryslide .slick-slide {
    text-align: center;
    /*width: 577px !important;*/
}

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

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

/*.gallerywrap .autoplay4.slick-slider {
    margin: 0 0 0 -70px;
}*/

.gallerywrap .slick-track {
    padding: 0 0 0 60px;
}



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

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

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

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 38px 0;
}

.slick-slide {
    outline: none;
}

.amenitiesicon {
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.amenitiesbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: var(--secondary-color);
    position: relative;
    width: 325px;
    height: 100px;
    text-align: left;
    padding: 18px 0 0 44px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

    .amenitiesbox:hover {
        background-color: var(--primary-color);
        -webkit-transition: all 0.7s;
    }

    .amenitiesbox:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-left: 42px solid transparent;
        border-bottom: 41px solid var(--primary-color);
    }

    .amenitiesbox:hover:after {
        border-top: 0 solid transparent;
        border-left: 42px solid transparent;
        border-bottom: 41px solid var(--secondary-color);
        -webkit-transition: all 0.7s;
    }

    .amenitiesbox span {
        display: inline-block;
        vertical-align: middle;
        background-image: url("../images/site/amenities.svg");
        background-position: center -3px;
        background-repeat: no-repeat;
        width: 64px;
        height: 64px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
    }

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

    .amenitiesbox.amenitiesbox03 span {
        background-position: center -422px;
    }

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

    .amenitiesbox h3 {
        color: #fff;
        font-size: 20px;
        margin: 0;
        font-weight: 500;
        line-height: 24px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 27px;
    }

        .amenitiesbox h3 i {
            font-style: normal;
            display: block;
        }

.amenitieswraper .slick-prev, .amenitieswraper .slick-next {
    top: 50.8%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    bottom: 0;
    margin: 0;
    border-radius: 3px;
    color: #000;
    border: 1px solid #000;
    opacity: 1;
    left: -35px;
    right: 0;
    z-index: 1;
    text-align: center;
}

.amenitieswraper .slick-next {
    left: auto;
    right: -35px;
}

    .amenitieswraper .slick-prev:hover, .amenitieswraper .slick-prev:focus, .amenitieswraper .slick-next:hover, .amenitieswraper .slick-next:focus {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
    }

        .amenitieswraper .slick-prev:hover:before, .amenitieswraper .slick-prev:focus:before, .amenitieswraper .slick-next:hover:before, .amenitieswraper .slick-next:focus:before {
            opacity: 1;
            color: #fff;
        }

    .amenitieswraper .slick-prev:before, .amenitieswraper .slick-next:before {
        content: "\f0d9";
        font-size: 24px;
        color: #000;
        font-family: FontAwesome;
        opacity: 1;
        line-height: 31px;
        text-align: center;
        position: absolute;
        top: 1px;
        left: 0;
        right: 0;
    }

    .amenitieswraper .slick-next:before {
        content: "\f0da";
    }

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

body .testimonialswrap .container {
    max-width: 1350px;
}

.testimonialswrap {
    width: 100%;
    float: left;
    background-image: url("../images/site/testbg.webp") !important;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 576px;
    padding: 43px 0 0;
}

.maintestarea {
    width: 100%;
    float: left;
    padding: 0 2px 0 0;
}

.testheading {
    float: left;
    padding: 194px 0 0 0;
}

    .testheading .toptitle {
        color: #fff;
        padding: 0 0 18px 34px;
    }

        .testheading .toptitle:after {
            background-image: url("../images/site/testshape.png");
            left: 34px;
        }

        .testheading .toptitle:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -30px;
            background-image: url("../images/site/teststar.png");
            background-position: center bottom;
            background-repeat: no-repeat;
            width: 488px;
            height: 103px;
        }

.testslide {
    float: right;
    width: 63.8%;
    text-align: right;
}

.testimonialsicon {
    display: inline-block;
    vertical-align: middle;
    padding: 55px 0 0;
}

.testimonialsbox {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    width: 380px;
    height: 360px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    padding: 72px 0 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.65);
}

    .testimonialsbox:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        margin: -55px auto;
        width: 110px;
        height: 110px;
        background-image: url("../images/site/testicon.png");
        background-position: center -10px;
        background-repeat: no-repeat;
    }

    .testimonialsbox h3 {
        font-size: 24px;
        font-weight: 500;
        color: #000;
        margin: 0;
        padding: 0 0 21px;
    }

.testicon {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 68px 0 0;
}

    .testicon:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 70px;
        height: 70px;
        background-color: var(--primary-color);
        border-radius: 50%;
        background-image: url("../images/site/testicon.png");
        background-position: center -301px;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .testicon:after {
        position: absolute;
        content: "";
        top: 40%;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 330px;
        height: 2px;
        background-color: #214C78;
        z-index: 0;
    }

.testimonialsbox p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    float: left;
    padding: 0 14px 0;
}

.testimonialsbox span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
}

    .testimonialsbox span i {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-size: 17px;
        color: #FFF700;
    }

.testimonialswrap .slick-prev, .testimonialswrap .slick-next {
    bottom: -93px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    top: auto;
    border-radius: 3px;
    border: 1px solid #fff;
    opacity: 1;
    left: 0;
    right: 7px;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}

.testimonialswrap .slick-next {
    left: 92px;
    right: 0;
}

    .testimonialswrap .slick-prev:hover, .testimonialswrap .slick-prev:focus, .testimonialswrap .slick-next:hover, .testimonialswrap .slick-next:focus {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
    }

        .testimonialswrap .slick-prev:hover:before, .testimonialswrap .slick-prev:focus:before,
        .testimonialswrap .slick-next:hover:before, .testimonialswrap .slick-next:focus:before {
            opacity: 1;
            color: #fff;
        }

    .testimonialswrap .slick-prev:before, .testimonialswrap .slick-next:before {
        content: "\f0d9";
        font-size: 24px;
        color: var(--primary-color);
        font-family: FontAwesome;
        opacity: 1;
        line-height: 31px;
        text-align: center;
        position: absolute;
        top: 1px;
        left: 0;
        right: 0;
    }

    .testimonialswrap .slick-next:before {
        content: "\f0da";
    }



/* Footer CSS Start */

.footerwrap {
    clear: both;
    width: 100%;
    float: left;
    background-color: #151717;
}

.footertop {
    width: 100%;
    float: left;
    padding: 43px 0 0;
}

.footertitle {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Raleway', sans-serif !important;
    padding: 0 0 13px;
}

.footermain {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.footernavbar {
    float: left;
    width: 60%;
}

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

    .footernav.footernav02 {
        width: 36%;
    }

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

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

            .footernav ul li a {
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 19px;
                padding: 0 0 3px;
            }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #fff;
                    border-bottom: 1px solid var(--primary-color);
                    text-decoration: none;
                    -webkit-transition: all 0.4s;
                }

.footeright {
    float: right;
    width: 34%;
    overflow: hidden;
}

    .footeright .footertitle {
        padding: 0 0 13px 6px;
    }

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

    .footercontact p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        margin: 0;
        padding: 0 0 10px 55px;
        background-image: url("../images/site/icon01.svg");
        background-position: -3px -903px;
        background-repeat: no-repeat;
    }

        .footercontact p span {
            display: block;
            font-size: 14px;
            font-weight: 500;
            line-height: 23px;
            color: #B7DCEB;
        }

        .footercontact p i {
            display: block;
            font-style: normal;
        }

    .footercontact .mailus {
        background-position: -3px -1088px;
        padding: 0 0 10px 55px;
    }

    .footercontact .callus {
        line-height: 19px;
        background-position: -3px -1273px;
        padding: 0 0 0 55px;
    }

        .footercontact .callus span {
            padding: 0 0 2px;
        }

    .footercontact p a {
        color: #fff;
    }

        .footercontact p a:hover, .footercontact p a:focus {
            color: var(--primary-color);
            text-decoration: none;
        }

.bottomsocial {
    float: left;
    width: 100%;
    background-color: var(--primary-color);
    padding: 17px 0 15px;
    text-align: center;
}

    .bottomsocial a {
        margin: 0 3px 0;
        width: 35px;
        height: 35px;
        background-color: var(--secondary-color);
        font-size: 20px;
        line-height: 36px;
        color: #ffffff;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #fff !important;
            text-decoration: none;
            color: var(--secondary-color);
        }

.footerbottom {
    width: 100%;
    float: left;
    padding: 12px 0 9px;
}

.copyrights {
    float: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 4px 0 0;
}


    .copyrights a {
        color: #fff;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--primary-color);
            text-decoration: none;
        }

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

    .poweredby span {
        float: left;
        color: rgba(255, 255, 255, 0.8);
        font-size: 15px;
        padding: 4px 10px 0 0;
        font-weight: 500;
    }

    .poweredby a {
        float: left;
    }

/* Footer CSS End */


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

.panel-primary > .panel-heading {
    color: var(--primary-color) !important;
    border-bottom: 1px solid #191919 !important;
    font-size: 22px !important;
}

.form-group .btn-default {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

    .form-group .btn-default:hover, .form-group .btn-default:focus {
        color: #fff !important;
        background-color: var(--secondary-color) !important;
    }

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

/* Medea Queries */

@media only screen and (max-width: 1899px) {
    .aboutleft {
        padding: 0 40px 0 50px;
    }
}

@media only screen and (max-width: 1799px) {
    .aboutleft {
        padding: 0 20px;
    }

    .gallerybox img {
        width: 100%;
        max-width: 480px;
    }
}

@media only screen and (max-width: 1699px) {
    .headermain {
        padding: 3px 20px 2px;
        border-bottom: 4px solid var(--primary-color);
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin: 0 0 0 65px;
    }

    .toptitle {
        font-size: 46px;
    }

    .aboutarea {
        display: block;
    }

    .aboutleft {
        padding: 20px 20px 0 20px;
        float: left;
    }

        .aboutleft .toptitle {
            font-size: 42px;
        }

        .aboutleft .aboutetop {
            padding: 32px 30px 0 0;
            letter-spacing: inherit;
        }

        .aboutleft p {
            font-size: 17px;
            line-height: 28px;
            padding: 10px 20px 0 0;
            letter-spacing: inherit;
        }

        .aboutleft .aboutpart {
            padding: 16px 20px 0 0;
        }

    .readmore {
        padding: 26px 0 0;
    }

        .readmore a {
            font-size: 19px;
            padding: 8px 15px;
        }

    .aboutright {
        float: right;
    }

    .featureswrap {
        padding: 70px 0 0;
    }

    .featurebox {
        width: 270px;
        height: 127px;
        padding: 0 38px 0 25px;
    }

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

    .gallerywrap {
        padding: 70px 0 0;
    }

    .gallerybox img {
        max-width: 450px;
        width: 100%;
    }

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

    .amenitiesbox {
        width: 300px;
        padding: 18px 0 0 30px;
    }

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

@media only screen and (max-width: 1599px) {
    .toptitle {
        font-size: 42px;
        padding: 0 0 16px;
    }

        .toptitle:after {
            width: 180px;
            height: 11px;
            background-size: 180px;
        }

    .aboutleft .toptitle {
        font-size: 40px;
    }

    .aboutleft .aboutetop {
        line-height: 28px;
    }

    .aboutleft p {
        line-height: 27px;
    }

    .readmore {
        padding: 23px 0 0;
    }

        .readmore a {
            font-size: 17px;
            padding: 7px 13px;
        }

    .featurebox {
        width: 260px;
        height: 117px;
        padding: 0 36px 0 22px;
    }

    .gallerybox img {
        max-width: 420px;
    }

    .amenitiesbox {
        width: 280px;
        padding: 18px 0 0 26px;
    }

        .amenitiesbox h3 {
            padding: 0 0 0 22px;
        }

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

        .amenitieswraper .slick-prev:before, .amenitieswraper .slick-next:before {
            font-size: 23px;
            line-height: 27px;
        }

    .testimonialsbox {
        width: 360px;
        height: 340px;
        padding: 63px 0 0;
    }

        .testimonialsbox:before {
            margin: -45px auto;
            width: 90px;
            height: 90px;
            background-position: center -8px;
            background-size: 90px;
        }

        .testimonialsbox h3 {
            font-size: 21px;
            padding: 0 0 18px;
        }

    .testicon {
        padding: 56px 0 0;
    }

        .testicon:before {
            width: 60px;
            height: 60px;
            background-position: center -244px;
            background-size: 90px;
        }

    .testheading .toptitle:before {
        bottom: -25px;
        width: 410px;
        height: 88px;
        background-size: 410px;
    }

    .testimonialswrap {
        padding: 55px 0 0;
    }

        .testimonialswrap .slick-prev, .testimonialswrap .slick-next {
            width: 32px;
            height: 32px;
            bottom: -80px;
            left: 20px;
            right: 0;
        }

        .testimonialswrap .slick-next {
            left: 112px;
            right: 0;
        }

    .footertitle {
        font-size: 26px;
    }

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

    .footercontact p {
        font-size: 15px;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 1499px) {
    /*.sitelogo a img {
        width: 100%;
        max-width: 110px;
    }*/

    .headeright {
        padding: 10px 0;
    }

    .headercontacts p {
        padding: 8px 27px 6px 42px;
        background-size: 46px;
        background-position: left -1267px;
    }

    .headercontacts .routeinq {
        padding: 8px 0 6px 42px;
        background-position: left -5px;
    }

    .headerbottom {
        padding: 14px 0 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 0 0 9px;
    }

    .loginwrap a {
        font-size: 15px;
        letter-spacing: inherit;
    }

    .bookingform {
        padding: 18px 22px 14px 18px;
    }

    .toptitle {
        font-size: 38px;
    }

        .toptitle:after {
            width: 170px;
            height: 10px;
            background-size: 170px;
        }

    .aboutleft .aboutetop {
        line-height: 26px;
        font-size: 17px;
    }

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

    .aboutleft .toptitle {
        font-size: 36px;
    }

    .readmore {
        padding: 20px 0 0;
    }

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

    .featurebox {
        width: 240px;
        height: 105px;
        padding: 0 32px 0 18px;
    }

    .gallerybox img {
        max-width: 390px;
    }

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

    .testimonialsbox h3 {
        font-size: 20px;
        padding: 0 0 17px;
    }

    .testslide {
        width: 66.8%;
    }

    .footertitle {
        font-size: 23px;
    }

    .bannerwrapper {
        margin: -113px 0 0;
    }

    .featurebox h3 {
        font-size: 19px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1399px) {
    /*.sitelogo a img {
        max-width: 100px;
    }*/

    .headermain {
        padding: 3px 15px 3px;
        border-bottom: 3px solid var(--primary-color);
    }

    .headeright {
        padding: 9px 0;
    }

    .headercontacts p {
        background-position: left -1154px;
        padding: 8px 27px 6px 39px;
        background-size: 42px;
        font-size: 15px;
    }

    .headercontacts .routeinq {
        padding: 8px 0 6px 39px;
        background-position: left -2px;
    }

    .headerbottom {
        padding: 12px 0 0;
    }

    .loginwrap a {
        padding: 5px 8px;
    }

    .headermenu {
        padding: 7px 50px 0 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 60px;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                padding: 0 0 7px;
            }

    .swapicon {
        background-position: center -507px;
        top: 4px;
        background-size: 48px;
        width: 28px;
        height: 28px;
    }

    .inputinr .rfv {
        font-size: 12px;
        bottom: -1px;
        left: 50px;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: left -163px;
        padding: 0 0 0 49px !important;
        background-size: 46px;
        height: 40px !important;
        line-height: 40px !important;
    }

        .inputinr input[type="text"].jdate {
            padding: 0 0 0 49px !important;
            background-position: left -323px;
        }

    .searchbutton {
        width: 11%;
    }

        .searchbutton input[type="submit"] {
            background-position: 90% -728px;
            font-size: 17px;
            height: 40px;
            padding: 0 0 0 14px;
        }

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

        .toptitle:after {
            width: 160px;
            height: 9px;
            background-size: 160px;
        }

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

    .destination marquee {
        height: 120px;
    }

    .destination ul li a {
        font-size: 18px;
        padding: 80px 22px 2px;
        margin: 4px 40px 0 5px;
    }

        .destination ul li a:before {
            top: 11px;
        }

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

    .aboutleft .toptitle {
        font-size: 34px;
    }

    .featurebox {
        width: 220px;
        height: 95px;
    }

        .featurebox h3 {
            font-size: 18px;
            line-height: 25px;
        }

        .featurebox:after {
            width: 9px;
        }

        .featurebox span {
            width: 50px;
            height: 51px;
            background-position: center -8px;
            background-size: 50px;
        }

        .featurebox.featurebox02 span {
            background-position: center -217px;
        }

        .featurebox.featurebox03 span {
            background-position: center -427px;
        }

        .featurebox.featurebox04 span {
            background-position: center -645px;
        }

        .featurebox.featurebox05 span {
            background-position: center -861px;
        }

    .gallerybox img {
        max-width: 380px;
    }

    .gallerywrap .slick-track {
        padding: 0;
    }

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

    .amenitiesbox {
        width: 265px;
        padding: 18px 0 0 20px;
        height: 90px;
    }

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

        .amenitiesbox span {
            background-size: 56px;
            background-position: center -3px;
            width: 56px;
            height: 56px;
        }

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

        .amenitiesbox.amenitiesbox03 span {
            background-position: center -369px;
        }

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

    .testheading .toptitle:before {
        bottom: -20px;
        width: 360px;
        height: 75px;
        background-size: 360px;
    }

    .footertitle {
        font-size: 22px;
    }

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

    .footercontact p {
        padding: 0 0 10px 53px;
        background-position: 0 -817px;
        background-size: 48px;
    }

    .footercontact .mailus {
        background-position: 0 -985px;
        padding: 0 0 10px 53px;
    }

    .footercontact .callus {
        background-position: 0 -1152px;
        padding: 0 0 0 53px;
    }

    .bottomsocial a {
        width: 32px;
        height: 32px;
        font-size: 19px;
        line-height: 34px;
    }

    .bannerwrapper {
        margin: -106px 0 0;
    }
}

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

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

        .aboutleft .toptitle {
            font-size: 32px;
        }

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

    .toptitle {
        font-size: 32px;
    }

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

    .featureswrap {
        padding: 60px 0 0;
    }

    .featurebox {
        width: 210px;
        height: 90px;
    }

        .featurebox h3 {
            font-size: 17px;
            line-height: 24px;
        }

    .gallerybox img {
        max-width: 364px;
    }

    .amenitiesbox {
        width: 240px;
    }

    .testslide {
        width: 70%;
    }

    .testheading .toptitle:before {
        width: 340px;
        height: 72px;
        background-size: 340px;
    }

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

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

    .headeright {
        padding: 7px 0;
    }

    .headerbottom {
        padding: 9px 0 0;
    }

    .headermenu {
        padding: 7px 28px 0 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 32px;
        }

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

    .sliderwrap a.carousel-control {
        height: 30px;
        width: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .bannerwrapper {
        margin: -99px 0 0;
    }

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

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

    .swapicon {
        background-position: center -465px;
        background-size: 44px;
        right: 6px;
    }

    .inputinr input[type="text"].jdate {
        padding: 0 0 0 46px !important;
        background-position: left -294px;
    }

    .searchbutton input[type="submit"] {
        background-position: 98% -631px;
        font-size: 15px;
        height: 36px;
        padding: 0 0 0 11px;
        background-size: 46px;
    }

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

    .destination ul li a {
        font-size: 17px;
        padding: 75px 22px 2px;
    }

        .destination ul li a:before {
            height: 50px;
            width: 50px;
            background-size: 50px;
            top: 10px;
        }

    .destination marquee {
        height: 113px;
    }

    .aboutleft {
        width: 100%;
        padding: 20px 15px 45px;
    }

        .aboutleft p {
            font-size: 16px;
            padding: 20px 0 0;
        }

        .aboutleft .aboutpart {
            padding: 20px 0 0;
        }

    .aboutright {
        width: 100%;
        text-align: center;
    }

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

    .gallerywrap {
        padding: 60px 0 0;
    }

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

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

@media only screen and (max-width: 1139px) {
    .gallerybox img {
        max-width: 300px;
    }

    .testimonialswrap {
        padding: 60px 0 120px;
        background-size: cover;
        min-height: 10px;
    }

    .testheading {
        padding: 0;
        width: 100%;
        text-align: center;
    }

        .testheading .toptitle {
            padding: 0 0 14px;
        }

            .testheading .toptitle:before {
                width: 270px;
                height: 59px;
                background-size: 270px;
                bottom: -15px;
            }

            .testheading .toptitle:after {
                left: 0;
            }

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

    .testimonialswrap .slick-prev, .testimonialswrap .slick-next {
        width: 30px;
        height: 30px;
        bottom: -70px;
        left: 0;
        right: 45px;
    }

    .testimonialswrap .slick-next {
        left: 45px;
        right: 0;
    }

        .testimonialswrap .slick-prev:before, .testimonialswrap .slick-next:before {
            font-size: 22px;
            line-height: 29px;
        }

    .footeright {
        width: 38%;
    }

    .footernav {
        width: 50% !important;
    }
}

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

    .headermenu {
        padding: 7px 24px 0 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 28px;
        }

    .boockingwrap {
        bottom: -10px;
    }

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

    .footeright {
        width: 40%;
    }
}

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

    .aboutleft .toptitle {
        font-size: 30px;
    }

    .sitelogo {
        width: 100%;
        text-align: center;
    }

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

           

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

    .headermain {
        padding: 0;
        border-bottom: 2px solid var(--primary-color);
        flex-direction: column;
    }

    .headercontacts {
        float: none;
        display: inline-block;
    }

    .headerbottom {
        padding: 18px 0 18px;
        float: left;
    }

    .headermenu {
        padding: 4px 0 0;
    }

        /*.headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 33px;
        }*/

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

    .bannerwrapper {
        margin: 0;
    }

    .boockingwrap {
        padding: 20px 0 30px;
        position: relative;
        bottom: 0;
    }

    .bookingform {
        padding: 0;
    }

    .inputgroup {
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        padding: 0 0 10px;
    }

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

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

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

        .searchbutton input[type="submit"] {
            background-position: 54% -631px;
            text-align: center;
            padding: 0 16px 0 0;
        }

    .sliderwrap a.carousel-control {
        bottom: auto;
        top: 47%;
        height: 26px;
        width: 26px;
        font-size: 20px;
        line-height: 26px;
    }

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

    .destination ul li a {
        font-size: 16px;
        padding: 64px 20px 6px;
        margin: 4px 36px 0 5px;
    }

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

    .destination marquee {
        height: 103px;
    }

    .toptitle {
        font-size: 30px;
    }

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

    .featureswrap {
        padding: 55px 0 0;
    }

    .featureslide {
        padding: 36px 0 0;
    }

    .gallerywrap {
        padding: 55px 0 0;
    }

    .galleryslide {
        padding: 36px 0 0;
    }

    .gallerybox img {
        max-width: 240px;
    }

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

        .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
            width: 26px;
            height: 26px;
        }

            .amenitieswraper .slick-prev:before, .amenitieswraper .slick-next:before {
                font-size: 20px;
                line-height: 24px;
            }

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

    .amenitiesbox {
        width: 210px;
        padding: 17px 0 0 15px;
        height: 80px;
    }

        .amenitiesbox h3 {
            padding: 0 0 0 12px;
            font-size: 16px;
            line-height: 22px;
        }

        .amenitiesbox span {
            background-size: 50px;
            background-position: center -3px;
            width: 50px;
            height: 50px;
        }

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

        .amenitiesbox.amenitiesbox03 span {
            background-position: center -330px;
        }

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

        .amenitiesbox:after {
            border-left: 36px solid transparent;
            border-bottom: 35px solid #EE5A2E;
        }

        .amenitiesbox:hover:after {
            border-left: 36px solid transparent;
            border-bottom: 35px solid #214C78;
        }

    .testimonialswrap {
        padding: 55px 0 115px;
    }

    .testheading .toptitle:before {
        width: 260px;
        height: 57px;
        background-size: 260px;
    }

    .testslide {
        padding: 22px 0 0;
    }

    .testimonialsbox {
        width: 332px;
        height: 320px;
        padding: 56px 0 0;
    }

        .testimonialsbox:before {
            margin: -41px auto;
            width: 80px;
            height: 80px;
            background-position: center -8px;
            background-size: 80px;
        }

        .testimonialsbox h3 {
            font-size: 19px;
            padding: 0 0 16px;
        }

    .testicon {
        padding: 43px 0 0;
    }

        .testicon:before {
            width: 50px;
            height: 50px;
            background-position: center -219px;
            background-size: 80px;
        }

        .testicon:after {
            width: 290px;
        }

    .testimonialsbox p {
        font-weight: 500;
    }

    .footertitle {
        font-size: 20px;
    }

    .footernavbar {
        width: 48%;
    }

    .footeright {
        width: 49%;
        padding: 0 0 0 7px;
    }

    .footercontact p {
        font-size: 14px;
        line-height: 23px !important;
        padding: 0 0 10px 47px;
        background-position: 0 -712px;
        background-size: 42px;
    }

    .footercontact .mailus {
        background-position: 0 -859px;
        padding: 0 0 10px 47px;
    }

    .footercontact .callus {
        background-position: 0 -1005px;
        padding: 0 0 0 47px;
    }

    .copyrights {
        font-size: 14px;
        letter-spacing: inherit;
    }

    .poweredby span {
        font-size: 14px;
    }
}

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

    .headercontacts p {
        padding: 8px 10px 6px 39px;
    }

    .loginwrap {
        float: none;
    }

    .headerbottom {
        padding: 18px 0 23px;
    }

    .cssmenu {
        width: 100%;
    }

    .aboutleft .toptitle {
        font-size: 28px;
    }

    /* leftmenu start */

    .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 12px;
        left: 10px;
        margin: 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: 45%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

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

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

        .menufixed .navbar-toggle .icon-bar {
            background-color: var(--primary-color);
        }

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

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
            padding: 0;
            color: #201C1C;
            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 > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: var(--primary-color);
            border: none;
        }

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

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

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

    .searchbutton input[type="submit"] {
        padding: 0 26px 0 0;
    }

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

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

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

    .destination {
        padding: 32px 0 0;
    }

    .aboutleft .aboutetop {
        line-height: 25px;
        font-size: 16px;
    }

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

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

    .featureswrap {
        padding: 50px 0 0;
    }

    .featureslide {
        padding: 32px 0 0;
    }

    .featurebox {
        width: 190px;
        height: 85px;
        padding: 0 22px 0 12px;
    }

        .featurebox h3 {
            font-size: 16px;
            line-height: 22px;
        }

        .featurebox:after {
            width: 7px;
        }

    .gallerywrap {
        padding: 50px 0 0;
    }

    .gallerybox img {
        max-width: 224px;
    }

    .galleryslide {
        padding: 32px 0 0;
    }

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

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

    .testimonialswrap {
        padding: 50px 0 110px;
    }

    .testheading .toptitle:before {
        width: 230px;
        background-size: 230px;
    }

    .testslide {
        padding: 18px 0 0;
    }

    .testimonialswrap .slick-prev, .testimonialswrap .slick-next {
        width: 26px;
        height: 26px;
        left: 0;
        right: 38px;
    }

    .testimonialswrap .slick-next {
        left: 38px;
        right: 0;
    }

        .testimonialswrap .slick-prev:before, .testimonialswrap .slick-next:before {
            font-size: 20px;
            line-height: 25px;
        }

    .footernavbar {
        width: 100%;
    }

    .footertitle {
        font-size: 19px;
    }

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

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

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

    .footeright {
        width: 100%;
        padding: 23px 0 0;
        float: left;
    }

    .bottomsocial a {
        width: 28px;
        height: 28px;
        font-size: 17px;
        line-height: 31px;
    }

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

    .copyrights {
        width: 100%;
        text-align: center;
    }

    .poweredby {
        float: none;
        padding: 13px 0 0;
        text-align: center;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .poweredby span {
            float: none;
        }

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

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

    .headerbottom {
        padding: 14px 0 23px;
    }

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

    .searchbutton input[type="submit"] {
        padding: 0 30px 0 0;
        background-position: 55% -631px;
    }

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

    .toptitle {
        font-size: 26px;
    }

    .aboutleft {
        padding: 20px 15px 40px;
    }

        .aboutleft .toptitle {
            font-size: 24px;
        }

        .aboutleft .aboutetop {
            line-height: 23px;
            font-size: 15px;
        }

        .aboutleft p {
            font-size: 14px;
            line-height: 24px;
        }

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

    .gallerybox img {
        max-width: 210px;
    }

    .gallerywrap .autoplay4.slick-slider {
        margin: 0;
    }

    .testheading .toptitle:before {
        width: 210px;
        background-size: 210px;
        bottom: -10px;
        height: 47px;
    }
}

@media only screen and (max-width: 539px) {
    .gallerybox img {
        max-width: 220px;
    }

    .copyrights a {
        display: block;
        padding: 8px 0;
    }

    .poweredby {
        padding: 15px 0 2px;
    }
}

@media only screen and (max-width: 479px) {
    .sitelogo a img {
    max-width: 160px;
}

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 13px 0 0 10px !important;
    }

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

    .headercontacts {
        text-align: left;
    }

    .boockingwrap {
        padding: 3px 0 26px;
    }

    .inputgroup {
        border-bottom: none;
        padding: 0;
    }

    .inputinr {
        width: 100%;
        padding: 4px 0 4px !important;
        border-bottom: 1px solid #c5c5c5;
    }

        .inputinr .rfv {
            left: 43px;
        }

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

    .swapicon {
        top: 32px;
        left: auto;
        right: 12px;
        height: 26px;
        transform: rotate(90deg);
    }

    .inputgroup.inputgroup02 {
        padding: 0;
    }

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

    .inputinr.inputinr02 {
        padding-right: 0;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: left -131px;
        padding: 0 0 0 42px !important;
        background-size: 38px;
        font-size: 14px !important;
    }

        .inputinr input[type="text"].jdate {
            padding: 0 0 0 42px !important;
            background-position: left -264px;
        }

    .searchbutton input[type="submit"] {
        height: 32px;
        background-size: 40px;
        background-position: 58% -548px;
    }

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

    .sliderwrap a.carousel-control {
        height: 22px;
        width: 22px;
        font-size: 18px;
        line-height: 23px;
    }

    .topdestinationwrap {
        padding: 37px 0 30px;
    }

    .destination {
        padding: 29px 0 0;
    }

    .toptitle {
        font-size: 23px;
        line-height: 31px;
        padding: 0 0 11px;
    }

        .toptitle i {
            display: block;
        }

    .aboutleft .toptitle {
        font-size: 18px;
        line-height: 27px;
    }

    .abouttravels {
        padding: 0;
    }

    .aboutleft {
        padding: 37px 15px 32px;
        text-align: center;
    }

        .aboutleft p {
            padding: 16px 0 0;
            text-align: left !important;
        }

        .aboutleft .aboutetop {
            line-height: 24px;
            text-align: left;
        }

        .aboutleft .aboutpart {
            padding: 16px 0 0;
        }

    .readmore a {
        font-size: 14px;
        padding: 2px 8px 1px;
    }

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

    .featureswrap {
        padding: 37px 0 0;
    }

    .featureslide {
        padding: 29px 0 0;
    }

    .featurebox {
        height: 80px;
    }

        .featurebox h3 {
            font-size: 15px;
            line-height: 21px;
        }

    .gallerywrap {
        padding: 37px 0 0;
    }

    .galleryslide {
        padding: 29px 0 0;
    }

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

    .amenitieswraper {
        padding: 37px 0 30px;
    }

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

    .testimonialswrap {
        padding: 37px 0 100px;
    }

    .testheading .toptitle {
        padding: 0 0 12px;
    }

        .testheading .toptitle:before {
            width: 190px;
            background-size: 190px;
            bottom: -6px;
            height: 47px;
        }

    .testimonialsicon {
        padding: 50px 0 0;
    }

    .testimonialsbox {
        width: 290px;
        height: 320px;
        padding: 53px 0 0;
    }

        .testimonialsbox:before {
            margin: -35px auto;
            width: 70px;
            height: 70px;
            background-position: center -7px;
            background-size: 70px;
        }

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

    .testicon {
        padding: 41px 0 0;
    }

        .testicon:before {
            width: 46px;
            height: 46px;
            background-position: center -197px;
            background-size: 72px;
        }

        .testicon:after {
            width: 270px;
        }

    .footertitle {
        font-size: 18px;
    }

    .footernav ul {
        padding: 7px 0 0;
    }

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

    .footercontact {
        padding: 8px 0 0;
    }

        .footercontact p {
            padding: 0 0 10px 39px;
            background-position: 0 -575px;
            background-size: 34px;
        }

        .footercontact .mailus {
            background-position: 0 -692px;
            padding: 0 0 10px 39px;
        }

        .footercontact .callus {
            background-position: 0 -812px;
            padding: 0 0 0 39px;
        }

            .footercontact .callus span {
                padding: 0 0 1px;
            }

        .footercontact p i {
            display: contents;
        }
}

@media only screen and (max-width: 369px) {
    .headercontacts p {
        background-position: left -1145px;
        font-size: 14px;
        line-height: 20px;
    }

        .headercontacts p a {
            display: block;
        }

    .headercontacts .routeinq {
        background-position: left 5px;
    }

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