
body {
    font-family: 'Crimson Text', serif !important;
    /* font-family: 'Montserrat', sans-serif !important; */
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    background-image: url("../images/site/bannerbg.jpg") !important;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 34px 0 0;
}

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: 1582px;
}

.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%;
    padding: 0 0 10px;
}

.headertop {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: -4px 0 0;
}

.sitelogo {
    float: left;
    padding: 20px 0 0 51px;
}

    .sitelogo a {
        float: left;
    }

.headertopright {
    float: right;
    padding: 11px 0 0;
    width: 70.2%;
}

.headeright {
    float: right;
    padding: 27px 69px 27px 0;
    background-color: #183319;
    border-radius: 50px 78px 0 50px;
    text-align: left;
    width: 100%;
}

.headercontacts {
    float: left;
    padding: 6px 0 0 90px;
}

    .headercontacts p {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        text-align: left;
        background-image: url("../images/site/icons01.png") !important;
        background-position: left 2px;
        background-repeat: no-repeat;
        padding-left: 43px;
        letter-spacing: 1.2px;
    }

        .headercontacts p.routeinq {
            padding-right: 102px;
        }

        .headercontacts p span {
            display: inline-block;
        }

        .headercontacts p i {
            display: block;
            font-style: normal;
            padding: 2px 0 0;
        }

        .headercontacts p a {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

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

.loginwrap {
    float: right;
    padding: 8px 0 0;
}

    .loginwrap a {
        float: left;
        background-image: url("../images/site/icons01.png") !important;
        background-position: 22px -186px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #0e8a44;
        font-weight: 600;
        font-size: 15px;
        border-radius: 30px;
        margin: 0;
        padding: 8px 14px 6px 55px;
        text-transform: uppercase;
        border-radius: 20px 20px 0 20px;
        line-height: 20px;
        letter-spacing: 0.6px;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            background-color: #efefef;
            color: #0e8a44;
            text-decoration: none;
        }


/* leftmenu start */

.headermenu {
    width: 100%;
    float: left;
    padding: 39px 0 0;
}

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

        .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 > a {
        color: #183319;
        font-size: 20px;
        margin: 0 0 0 1px;
        padding: 14px 18px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 20px;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

        .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: #183319;
            color: #fff;
            border-radius: 30px 30px 0 30px;
            box-shadow: 0 0 6px rgba(0,0,0,0.5);
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
        }

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

.cssmenu {
    float: left;
}

/* leftmenu end */


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

body .sliderwrap .container {
    padding: 0;
}

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

.sliderwrap a.carousel-control {
    background-image: none;
    text-shadow: none;
    top: 50%;
    height: 50px;
    width: 50px;
    font-size: 38px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: #183319;
    margin: -10px 0 0;
    opacity: 1;
    left: 40px;
}

    .sliderwrap a.carousel-control.right {
        margin: 50px 0 0;
    }

    .sliderwrap a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
        background: #183319;
        color: #ffffff;
        text-decoration: none;
    }


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

.boockingwrap {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    top: 280px;
}

.bookbus {
    width: 100%;
    float: right;
    max-width: 763px;
    background-color: rgba(255,255,255,0.68);
    z-index: 1;
    position: relative;
    border-radius: 18px;
    padding: 21px 27px 30px 29px;
    margin-right: 50px;
    box-shadow: 0 0 7px rgba(0,0,0,0.20);
}

.bannertext {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 0 27px;
}

    .bannertext span {
        display: inline-block;
        vertical-align: middle;
        color: #183319;
        font-size: 42px;
        line-height: 42px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        letter-spacing: 2px;
        font-weight: 600;
        padding: 12px 0 0;
    }

        .bannertext span::before, .bannertext span::after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 2px;
            width: 60%;
            background-color: #0e8a44;
        }

        .bannertext span:after {
            top: auto;
            left: auto;
            bottom: 0;
            right: 0;
        }

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
}

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

    .inputgroup.inputgroup02 {
        margin: 25px 0 10px;
    }

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

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

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

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

    .inputinr.inputinr02 {
        padding-right: 37px;
    }

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

    .inputinr label {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: normal;
        display: block;
        margin: 0 0 9px;
        letter-spacing: 0.4px;
    }

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

    .inputinrwrap:after {
        position: absolute;
        content: "";
        top: 0;
        right: 51px;
        height: 100%;
        left: auto;
        bottom: 0;
        border-right: 2px solid #183319;
    }

.inputinr .rfv {
    position: absolute;
    font-size: 14px;
    bottom: 1px;
    left: 12px;
    top: auto;
    font-weight: 500;
}

/* Booking Form New CSS Start */

.inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
    background-image: url("../images/site/icons01.png") !important;
    background-position: 95% -367px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding: 0 0 0 10px !important;
    border: 2px solid #183319 !important;
    color: #0e8a44 !important;
    font-family: 'Crimson Text', serif !important;
    font-size: 20px !important;
    height: 48px !important;
    line-height: 46px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
}

/*.inputinr.inputinrswap02 select, .inputinr.inputinrswap02 input[type="text"], .inputinr.inputinrswap02 .select2-container--default .select2-selection--single {
    background-position: 24px -569px;
}*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0e8a44 !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: #183319 !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: 97% -556px !important;
    line-height: normal !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: #0e8a44;
    box-shadow: none !important;
}

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

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

    .searchbutton input[type="submit"] {
        background-color: #183319;
        background-image: url("../images/site/icons01.png") !important;
        background-position: 89% -926px;
        background-repeat: no-repeat;
        border: none;
        color: #fff;
        font-size: 24px;
        width: 100%;
        height: 59px;
        line-height: 60px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 30px 30px 0 30px;
        text-align: left;
        padding: 3px 0 0 19px;
        max-width: 260px;
        letter-spacing: 0.2px;
        box-shadow: 0 0 6px rgba(0,0,0,0.50);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background-color: #0e8a44;
            color: #ffffff;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            outline: none;
        }
/* Booking Form CSS */

/*topdestinationwrap*/

.topdestinationwrap {
    width: 100%;
    float: left;
    margin: -93px 0 0;
    position: relative;
    padding: 0;
}

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

.topdestination {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
   /* padding: 0 15px;*/
}

    .topdestination marquee {
        height: 230px;
    }

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

        .topdestination ul li {
            list-style: none;
            padding: 31px 132px 31px 14px;
            display: inline-block;
            text-align: left;
            position: relative;
            background-color: #fff;
            border-radius: 15px;
            margin: 0 15px 0 0;
            min-height: 94px;
            border: 2px solid #183319;
            background-image: url("../images/site/routebg.png") !important;
            background-position: 93.1% 105px;
            background-repeat: no-repeat;
            vertical-align: middle;
        }

            .topdestination ul li span::before {
                position: absolute;
                content: '';
                height: 2px;
                width: 73px;
                left: 0;
                bottom: 0;
                background-color: #239454;
            }

            .topdestination ul li span {
                color: #333333;
                font-size: 28px;
                font-weight: 600;
                width: 100%;
                position: relative;
                float: left;
                letter-spacing: 1.5px;
                padding: 0 0 8px;
            }

                .topdestination ul li span i {
                    font-style: normal;
                    display: block;
                }

    .topdestination li .booknowin {
        float: left;
        width: 100%;
        clear: both;
        padding: 35px 0 0;
    }

    .topdestination ul li a {
        text-align: left;
        background-color: #183319;
        color: #fff;
        font-size: 20px;
        padding: 10px 15px 5px 15px;
        border-radius: 20px 23px 0 20px;
        position: relative;
        font-weight: 600;
        display: inline-block;
        line-height: normal;
        letter-spacing: 0.8px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .topdestination ul li a i {
            font-size: 15px;
            padding: 0 0 0 8px;
        }

        .topdestination ul li a:hover, .topdestination ul li a:focus {
            color: #fff;
            background-color: #0e8a44;
            text-transform: capitalize;
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
        }

/*topdestinationwrap*/

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

.aboutpart {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.50);
    border-radius: 50px;
    padding: 60px 52px 79px;
}

.aboutleft {
    float: left;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.30);
    border-radius: 30px 30px 60px 60px;
    margin: 71px 0 0;
    padding: 11px 16px 11px 16px;
}

.aboutright {
    float: right;
    width: 58%;
    padding: 19px 0 0 24px;
}


    .aboutright .toptitle {
        text-align: right;
    }

.toptitle {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 0 27px;
    color: #183319;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 2px;
    font-weight: 600;
}

    .toptitle span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 12px 0 0;
    }

        .toptitle span:before, .toptitle span:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 2px;
            width: 60%;
            background-color: #0e8a44;
        }

        .toptitle span:after {
            top: auto;
            left: auto;
            bottom: 0;
            right: 0;
        }

.abouttravels p {
    color: #183319;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    line-height: 23px;
    padding: 46px 0 20px;
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 28px;
    letter-spacing: 1px;
}

.readmore {
    width: 100%;
    float: right;
    padding: 15px 0 0;
    text-align: right;
}

    .readmore a {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0 11px 0 18px;
        border-radius: 30px 25px 0 30px;
        font-weight: 700;
        background-color: #183319;
        letter-spacing: 0.9px;
        line-height: 37px;
        box-shadow: 0 0 5px rgba(0,0,0,0.50);
        transition: all 0.2s linear 0s;
        position: relative;
        overflow: hidden;
        width: 152px;
    }

        .readmore a:before {
            content: "\f178";
            font-family: FontAwesome;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0px;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 30px;
            transform: scale(0,1);
            -webkit-transform: scale(0,1);
            transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
        }

        .readmore a:hover, .readmore a:focus {
            text-indent: -9999px;
            -webkit-text-indent: -9999px;
            color: transparent;
        }

            .readmore a:hover:before {
                transform: scale(1,1);
                -webkit-transform: scale(1,1);
                text-indent: 0;
                -webkit-text-indent: 0;
                color: #fff;
            }
/*salientfeature css*/
.salientfeature {
    width: 100%;
    float: left;
}

.featurepart {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.50);
    border-radius: 50px;
    padding: 78px 52px 50px;
}

.saientslide {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 !important;
    position: relative;
    padding: 38px 59px 20px;
    overflow: hidden;
}

.featureicon {
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
    width: 301px;
    position: relative;
    transition-property: transform;
    -webkit-transition-property: transform;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    margin: 15px 0 0;
}

.featuresbox {
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .featuresbox span {
        display: inline-block;
        background-image: url("../images/site/salient-feature-icon.png");
        background-position: center 0;
        background-repeat: no-repeat;
        width: 300px;
        height: 270px;
        clear: both;
        vertical-align: top;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
    }


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

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

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

    .featuresbox h3 {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color: #183319;
        line-height: normal;
        margin: 37px 0 0;
    }

        .featuresbox h3 i {
            font-style: normal;
        }

.featureicon:hover {
    cursor: pointer;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}


.featuresbox:hover h3 {
    color: #0f8441;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

/*salientfeature css*/

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

.amenitieswraper {
    clear: both;
    width: 100%;
    float: left;
    padding: 77px 0 78px;
    text-align: center;
}

.amenitiespart {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.50);
    border-radius: 50px;
    padding: 79px 52px 39px;
}

.amenitieswraper .toptitle {
    text-align: left;
}

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 !important;
    position: relative;
    padding: 1px 70px 0;
}

    .amenitieslide .slick-list {
        padding: 49px 0 10px;
        overflow: hidden;
    }

.slick-slide {
    outline: none;
}

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

.amenitiesbox {
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
    height: 321px;
    width: 323px;
    background-color: #fff;
    border-radius: 26px;
    padding: 36px 0 0;
}

    .amenitiesbox .amenitiesround {
        display: inline-block;
        background-image: url("../images/site/amenities-icon-bg.png");
        background-position: center top;
        background-repeat: no-repeat;
        width: 196px;
        height: 196px;
        vertical-align: top;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 50%;
        position: relative;
        padding: 17px;
    }

        .amenitiesbox .amenitiesround span {
            width: 100%;
            height: 100%;
            vertical-align: top;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            background-color: #fff;
            border-radius: 50%;
            position: relative;
            box-shadow: 0 0 5px rgba(0,0,0,0.50);
            display: inline-block;
            transition: 0.25s;
            -webkit-transition: 0.25s;
        }

    .amenitiesbox:hover .amenitiesround span,
    .amenitiesbox:focus .amenitiesround span {
        animation: pulse 1s;
        -webkit-animation: pulse 1s;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.amenitiesbox .amenitiesround span i {
    display: inline-block;
    background-image: url("../images/site/amenities.png");
    background-position: center 32px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    vertical-align: top;
}


.amenitiesbox.amenitiesbox02 .amenitiesround span i {
    background-position: center -275px;
}

.amenitiesbox.amenitiesbox03 .amenitiesround span i {
    background-position: center -581px;
}

.amenitiesbox.amenitiesbox04 .amenitiesround span i {
    background-position: center -869px;
}

.amenitiesbox.amenitiesbox05 .amenitiesround span i {
    background-position: center -1155px;
}

.amenitiesbox.amenitiesbox06 .amenitiesround span i {
    background-position: center -1464px;
}

.amenitiesbox.amenitiesbox07 .amenitiesround span i {
    background-position: center -1764px;
}

.amenitiesbox.amenitiesbox08 .amenitiesround span i {
    background-position: center -2074px;
}

.amenitiesbox.amenitiesbox02 .amenitiesround, .amenitiesbox.amenitiesbox04 .amenitiesround,
.amenitiesbox.amenitiesbox06 .amenitiesround, .amenitiesbox.amenitiesbox08 .amenitiesround {
    background-image: url("../images/site/amenities-icon-bg-02.png");
}

.amenitiesbox.amenitiesbox02, .amenitiesbox.amenitiesbox04,
.amenitiesbox.amenitiesbox06, .amenitiesbox.amenitiesbox08 {
    background-color: #183319;
}

.amenitiesbox h3 {
    color: #183319;
    font-size: 23px;
    margin: 40px 0 0;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.amenitiesbox.amenitiesbox02 h3, .amenitiesbox.amenitiesbox04 h3,
.amenitiesbox.amenitiesbox06 h3, .amenitiesbox.amenitiesbox08 h3 {
    color: #fff;
}

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

/* Dots */


.amenitieswraper .slick-dots li.slick-active button {
    opacity: 1 !important;
    color: transparent !important;
    font-size: 0 !important;
    background: #183319;
    width: 17px;
    height: 17px;
    border: 2px solid #183319;
}

.amenitieswraper .slick-dots li {
    margin: 0 1px !important;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

    .amenitieswraper .slick-dots li button::before {
        display: none !important;
    }

    .amenitieswraper .slick-dots li button {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        color: transparent;
        border-radius: 50%;
        outline: none;
        background: transparent;
        border: 2px solid #183319;
    }

.amenitieswraper .slick-dots {
    text-align: center;
    width: auto;
    right: -48px;
    margin: 0 10px;
    bottom: auto !important;
    top: -72px;
    display: table !important;
    padding: 0;
    z-index: 2;
}


/* Dots */

.amenitieswraper .slick-prev, .amenitieswraper .slick-next {
    top: -51px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    color: transparent;
    opacity: 1;
    left: auto;
    right: -6px;
    z-index: 2;
    text-align: center;
    position: absolute;
    background-image: url("../images/site/arrowicon.png") !important;
    background-position: center 0 !important;
    background-repeat: no-repeat !important;
}

.amenitieswraper .slick-next {
    left: auto;
    right: -79px;
    background-image: url("../images/site/arrowicon.png") !important;
    background-position: center -107px !important;
    background-repeat: no-repeat !important;
}

    .amenitieswraper .slick-prev:hover, .amenitieswraper .slick-prev:focus, .amenitieswraper .slick-next:hover, .amenitieswraper .slick-next:focus {
        background-color: transparent;
    }

        .amenitieswraper .slick-prev:hover:before, .amenitieswraper .slick-prev:focus:before, .amenitieswraper .slick-next:hover:before, .amenitieswraper .slick-next:focus:before {
            display: none !important;
        }

.amenitieswraper .slick-prev:before {
    display: none !important;
}

.amenitieswraper .slick-next:before {
    display: none !important;
}

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

/*gallery css*/

.imagegallerywrap {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
    padding: 0 0 79px;
}

.galleryaria {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.50);
    border-radius: 50px;
    padding: 76px 121px 71px 126px;
}

.imagegallerys {
    width: 100%;
    float: left;
    padding: 46px 0 0;
}

    .imagegallerys img {
        float: left;
    }

.imagegallery01top .imagegallery01topleft {
    float: left;
    width: 50%;
}

.imagegallery01top .imagegallery01topright {
    float: left;
    width: 50%;
    margin: 0 0 0 -7px;
}

.imagegallery01 {
    float: left;
    width: 38.8%;
}

.imagegallery02 {
    float: left;
    width: 41.4%;
    margin: 0 0 0 -14px;
}

.imagegallery03 {
    float: left;
    width: 21.1%;
    margin: 0 0 0 -8px;
}

.imagegallery01btm, .imagegallery03btm {
    margin: -6px 0 0;
}

.imagegallery01top, .imagegallery01btm, .imagegallery03top, .imagegallery03btm {
    width: 100%;
    float: left;
}

/*****  gallery CSS End  *****/

/* Footer CSS Start */

.footerwrap {
    clear: both;
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

.footeraria {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.50);
    border-radius: 127px 127px 60px 60px;
    padding: 77px 133px 76px;
}

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

.footertitle {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    margin: 0 0 41px;
    color: #183319;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 1.5px;
    font-weight: 600;
}

    .footertitle span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 8px 0 3px;
    }

        .footertitle span:before, .footertitle span:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 2px;
            width: 60%;
            background-color: #0e8a44;
        }

        .footertitle span:after {
            top: auto;
            left: auto;
            bottom: 0;
            right: 0;
        }

.footernavbar {
    float: left;
    padding: 0 0 0 58px;
    width: 45.5%;
}

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

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

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

            .footernav ul li a {
                color: #183319;
                font-size: 17px;
                font-weight: 600;
                line-height: normal;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

                .footernav ul li a i {
                    padding: 0 8px 0 0;
                    font-size: 18px;
                }

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

.footertopleft {
    float: left;
    width: 28%;
}

.footercontact {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    padding: 3px 0 0;
}

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

    .fdetails.fdetails02 {
        padding: 10px 0 11px;
    }

    .fdetails p {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        color: #183319;
        float: left;
        padding: 0px 10px 0 0;
    }

        .fdetails p i {
            padding-right: 0;
            font-size: 19px;
            display: inline-block;
            vertical-align: top;
        }

        .fdetails p.envicon i {
            font-size: 17px;
        }

        .fdetails p.mapiocn i {
            font-size: 24px;
        }

    .fdetails span {
        float: left;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        color: #183319;
        padding: 1px 0 0;
    }

        .fdetails span em {
            text-transform: uppercase;
            font-style: normal;
            font-size: 17px;
            font-weight: 700;
            line-height: normal;
        }

        .fdetails span i {
            font-style: normal;
            display: block;
        }

        .fdetails span.ftadd {
            padding: 2px 0 0;
            line-height: 22px;
        }


        .fdetails span a {
            color: #183319;
            text-transform: lowercase;
        }

            .fdetails span a:hover, .fdetails span a:focus {
                color: #4ea976;
                text-decoration: none;
            }

.footersocial {
    float: right;
}

.bottomsocial span {
    color: #985618;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    padding: 0 0 11px;
    letter-spacing: 1px;
}

.bottomsocial a {
    display: inline-block;
    text-decoration: none;
    margin: 5px 13px 0 0;
    color: #3b5997;
    height: 49px;
    width: 49px;
    background-color: #fff;
    line-height: 49px;
    text-align: center;
    float: none;
    clear: both;
    vertical-align: middle;
    font-size: 33px;
    box-shadow: 0 0 5px rgba(0,0,0,0.30);
}

    .bottomsocial a.twit {
        color: #00aceb;
    }

    .bottomsocial a.insta {
        color: #e51f52;
    }

    .bottomsocial a.linkedin {
        color: #2766b2;
    }

    .bottomsocial a.youtube {
        color: #ff0000;
        margin-right: 0;
    }

    .bottomsocial a:hover, .bottomsocial a:focus {
        color: #ffffff;
        background-color: #3b5997;
        text-decoration: none;
        transition: transform 0.4s ease-out;
        transform: rotateZ(360deg);
        border-radius: 50%;
    }

    .bottomsocial a.twit:hover, .bottomsocial a.twit:focus {
        background-color: #00aceb;
    }

    .bottomsocial a.insta:hover, .bottomsocial a.insta:focus {
        background-color: #e51f52;
    }

    .bottomsocial a.linkedin:hover, .bottomsocial a.linkedin:focus {
        background-color: #2766b2;
    }

    .bottomsocial a.youtube:hover, .bottomsocial a.youtube:focus {
        background-color: #ff0000;
    }

.footersocial .gplayandapp {
		width: 100%;
		float: left;
		clear: both;
		padding: 14px 0 0;
	}

		
	.gplayandapp a {
			display:inline-block;
			vertical-align:middle;
			margin:0 0 8px;
		}
		.gplayandapp a img {
		width: 100%;
		max-width: 130px;
	}

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

.footerbottomcontent {
    padding: 18px 0 16px;
    width: 93.2%;
    margin: 0 auto;
    clear: both;
    position: relative;
}

    .footerbottomcontent:before {
        content: "";
        position: absolute;
        margin: 0 auto;
        left: 0;
        top: 0;
        padding: 1px;
        width: 60.1%;
        border-top: 2px solid #4ea976;
    }

    .footerbottomcontent:after {
        content: "";
        position: absolute;
        margin: 0 auto;
        right: 0;
        bottom: 0;
        padding: 1px;
        width: 60%;
        border-bottom: 2px solid #4ea976;
    }

.copyrights {
    display: inline-block;
    vertical-align: top;
    color: #858687;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    padding: 4px 14px 0 0;
    margin: 0 14px 0 0;
    letter-spacing: 0.9px;
    font-family: 'Montserrat', sans-serif !important;
}

    .copyrights:after {
        position: absolute;
        content: '';
        top: -2px;
        right: 0;
        height: 35px;
        width: 2px;
        background-color: #b7b8b8;
    }

    .copyrights a {
        text-transform: uppercase;
        color: #183319;
    }

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

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

    .poweredby span {
        float: none;
        color: #888a8a;
        font-size: 15px;
        padding: 0 11px 0 0;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif !important;
        display: inline-block;
        vertical-align: middle;
    }


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

/* Footer CSS End */


/*.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 > .panel-heading {
    color: #183319 !important;
    border-bottom: 1px solid #0e8843 !important;
    font-size: 22px !important;
}

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

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

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

.fix_contentwidth .panel-primary {
    padding: 10px;
}
/* Media Queries */

@media only screen and (max-width: 1589px) {
    .sitelogo {
        padding: 20px 0 0 15px;
    }

    .headertopright {
        width: 73%;
    }

    .headeright {
        margin: 0 5px 0 0;
    }

    body .sliderwrap .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .aboutpart {
        padding: 60px 30px 79px;
    }

    .saientslide {
        padding: 38px 20px 20px;
    }

    .amenitieslide {
        padding: 0 20px;
    }

    .galleryaria {
        padding: 76px 80px;
    }

    .footeraria {
        padding: 70px 80px;
    }
}

@media only screen and (max-width: 1499px) {
    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
        padding: 14px 15px 10px;
    }

    .sitelogo a {
        width: 100%;
        max-width: 270px;
    }

    .headeright {
        margin: 0 4px 0 0;
        padding: 14px 65px 14px 0;
    }

    .boockingwrap {
        top: 240px;
    }

    .bookbus {
        margin-right: 10px;
    }

    .bannertext span {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 0 0;
    }

    .aboutleft img {
        width: 100%;
        max-width: 500px;
    }

    .toptitle {
        margin: 0 0 20px;
        font-size: 38px;
        line-height: 38px;
    }

    .amenitieslide {
        padding: 0;
    }

    .amenitiespart {
        padding: 79px 30px 39px;
    }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        left: auto;
        right: 80px;
    }

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

    .amenitieswraper .slick-dots {
        right: 33px;
    }

    .footerbottomcontent {
        width: 98%;
    }
}

@media only screen and (max-width: 1439px) {
    .headeright {
        border-radius: 50px 73px 0 50px;
    }
}

@media only screen and (max-width: 1399px) {
    body {
        background-size: 100% 100%;
        padding: 15px 0 0;
    }

    .sitelogo a {
        width: 100%;
        max-width: 270px;
    }

    .headeright {
        margin: 0 4px 0 0;
        padding: 14px 30px 14px 0;
    }

    .headercontacts p {
        background-position: left 4px;
        padding-left: 34px;
        background-size: 45px;
    }

    .headermenu {
        padding: 22px 0 0;
    }

    .headertop {
        padding: 21px 0 0;
    }

    .headertopright {
        width: 71%;
    }

    .boockingwrap {
        top: 190px;
    }

    .bookbus {
        max-width: 700px;
        padding: 20px;
    }

    .searchbutton {
        margin: 15px 0 0;
    }

        .searchbutton input[type="submit"] {
            background-position: 90% -733px;
            font-size: 20px;
            height: 50px;
            line-height: 57px;
            padding: 0 0 0 18px;
            max-width: 220px;
            background-size: 50px;
        }

    .topdestinationwrap {
        margin: -155px 0 0;
    }

    .topdestination marquee {
        height: 150px;
    }

    .topdestination {
        padding: 0;
    }

        .topdestination ul li {
            padding: 15px 95px 12px 14px;
            background-position: 93.1% 68px;
            background-size: 65px;
        }

        .topdestination li .booknowin {
            padding: 15px 0 0;
        }

        .topdestination ul li span {
            font-size: 21px;
            letter-spacing: 0.5px;
        }

    .aboutpart {
        padding: 25px;
    }

    .abouttravels {
        padding: 40px 0;
    }

    .aboutleft img {
        max-width: 430px;
    }

    .aboutright {
        width: 61%;
    }

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

    .featurepart {
        padding: 25px;
    }

    .amenitieswraper {
        padding: 40px 0;
    }

    .amenitieslide .slick-list {
        padding: 20px 0 10px;
    }

    .amenitieslide .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .amenitiespart {
        padding: 30px 25px 20px;
    }

    .amenitiesbox {
        height: 300px;
        width: 300px;
        padding: 25px 0 0;
    }

    .imagegallerywrap {
        padding: 0 0 40px;
    }

    .galleryaria {
        padding: 30px 20px 25px;
    }

    .imagegallerys {
        padding: 15px 0 0;
    }

    .footerwrap {
        padding: 0 0 30px;
    }

    .featurepart {
        padding: 50px 30px 30px;
    }

    .featuresbox span {
        width: 260px;
        height: 230px;
        background-size: 250px;
    }

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

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

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

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

    .footeraria {
        padding: 30px 20px;
        border-radius: 50px;
    }

    .footerbottom {
        padding: 30px 0 0;
    }

    .footerbottomcontent {
        padding: 15px 0;
    }

    .copyrights {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1339px) {
    body {
        padding: 15px 0 0;
    }

    .headertop {
        padding: 0;
        margin: 0;
    }

    .headeright {
        border-radius: 50px 74px 0 50px;
        padding: 20px 25px 20px 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 17px;
        padding: 10px 14px 8px;
    }

    .bannertext span {
        font-size: 32px;
        line-height: 32px;
    }

    .boockingwrap {
        top: 200px;
    }

    .searchbutton {
        margin: 10px 0 0;
    }

    .topdestinationwrap {
        margin: -95px 0 0;
    }

    

    .aboutleft {
        margin: 40px 0 0;
    }

        .aboutleft img {
            width: 100%;
            max-width: 460px;
        }

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

    .abouttravels p {
        font-size: 19px;
        line-height: 23px;
        padding: 20px 0 20px;
        line-height: 26px;
    }

    .featuresbox span {
        width: 250px;
        height: 225px;
        background-size: 250px;
    }

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

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

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

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

    .imagegallerys {
        padding: 25px 0 0;
    }

    .footeraria {
        border-radius: 60px;
    }

    .footertitle {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        margin: 0 0 30px;
    }

    .footerbottomcontent {
        width: 88%;
        padding: 14px 0;
    }

    .copyrights {
        font-size: 16px;
    }
}

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

    .headertopright {
        width: 74%;
    }

    .headercontacts p.routeinq {
        padding-right: 30px;
    }

    .headermenu {
        padding: 25px 0 0;
    }

    .boockingwrap {
        top: 180px;
    }

    .searchbutton input[type="submit"] {
        background-position: 90% -736px;
        font-size: 20px;
        height: 50px;
        line-height: 53px;
        padding: 0 0 0 19px;
        max-width: 220px;
        background-size: 50px;
    }

    /*.topdestination marquee {
        height: 190px;
    }*/

    /*.abouttravels {
        padding: 20px 0 40px;
    }

    .aboutpart {
        padding: 25px;
    }*/

    .aboutleft img {
        width: 100%;
        max-width: 410px;
    }

    .aboutright {
        width: 58%;
    }

    .amenitieslide .slick-list {
        padding: 10px 0;
    }

    .amenitiesbox {
        height: 270px;
        width: 270px;
        padding: 18px 0 0;
    }

        .amenitiesbox h3 {
            font-size: 18px;
            margin: 22px 0 0;
        }

    .saientslide {
        padding: 0;
    }

    /*.amenitieswraper {
        padding: 40px 0;
    }*/

    /*.galleryaria {
        padding: 40px 20px;
    }*/

    /* .imagegallerywrap {
        padding: 0 0 40px;
    }*/

    /*.footeraria {
        padding: 35px;
    }*/

    .footertopleft {
        width: 28%;
    }

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

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

    .fdetails span {
        font-size: 15px;
    }

    .footerbottomcontent {
        width: 100%;
        padding: 12px 0;
    }
}

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

    .headertopright {
        width: 75%;
    }

    .headeright {
        border-radius: 50px 67px 0 50px;
        padding: 12px 20px 18px 0;
    }

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

        .headercontacts p {
            font-size: 15px;
            background-position: left 5px;
            padding-left: 30px;
            letter-spacing: 0.8px;
            background-size: 40px;
        }

            .headercontacts p.routeinq {
                padding-right: 15px;
            }

            .headercontacts p i {
                padding: 0;
            }

    .loginwrap a {
        background-position: 12px -162px;
        font-size: 14px;
        padding: 7px 10px 6px 36px;
        line-height: 18px;
        letter-spacing: 0.6px;
        background-size: 55px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 8px 12px 6px;
    }

    .bannertext {
        margin: 0 0 20px;
    }

        .bannertext span {
            font-size: 26px;
            line-height: 26px;
            padding: 8px 0 0;
        }

    .bookbus {
        max-width: 630px;
        padding: 20px;
    }

    .inputinr label {
        font-size: 16px;
        margin: 0 0 3px;
    }

    .inputgroup.inputgroup02 {
        margin: 12px 0 10px;
    }

    .topdestinationwrap {
        margin: -50px 0 0;
    }

    .topdestination marquee {
        height: 150px;
    }

    .topdestination ul li span {
        font-size: 20px;
        letter-spacing: 0.5px;
        padding: 0 0 5px;
    }

    .topdestination li .booknowin {
        padding: 15px 0 0;
    }

    .topdestination ul li {
        padding: 18px 85px 12px 14px;
        background-position: 96% 57px;
        background-size: 70px;
    }

        .topdestination ul li a {
            font-size: 17px;
            padding: 8px 10px 5px 12px;
        }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 96% -290px;
        font-size: 18px !important;
        height: 45px !important;
        line-height: 45px !important;
        background-size: 50px;
    }

        .inputinr input[type="text"].jdate {
            background-position: 97% -440px !important;
        }

    .inputinrwrap:after {
        right: 40px;
        left: auto;
    }

    .swapicon {
        background-position: center -594px;
        top: 28px;
        width: 56px;
        height: 30px;
        background-size: 50px;
    }

    /*.topdestination {
        padding: 0 50px;
    }*/
    .abouttravels {
        padding: 20px 0 30px;
    }

    .aboutpart {
        padding: 20px;
    }

    .aboutleft img {
        width: 100%;
        max-width: 340px;
    }

    .aboutright {
        width: 59%;
        padding: 10px 0 0 15px;
    }

    .toptitle {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 10px;
    }

        .toptitle span {
            padding: 8px 0 0;
        }

    .abouttravels p {
        font-size: 17px;
        line-height: 23px;
        padding: 10px 0 10px;
        line-height: 24px;
    }

    .readmore {
        padding: 0;
    }

        .readmore a {
            font-size: 16px;
            line-height: 33px;
            width: 140px;
            height: 30px;
        }

            .readmore a:before {
                font-size: 25px;
            }

    .featurepart {
        padding: 30px 20px;
    }

    .featuresbox span {
        width: 190px;
        height: 170px;
        background-size: 190px;
    }

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

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

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

    .featureicon {
        width: 210px;
    }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        top: -31px;
        height: 30px;
        width: 30px;
        left: auto;
        right: 66px;
        background-size: 25px !important;
    }

    .amenitieswraper .slick-next {
        background-position: center -76px !important;
        right: 0;
    }

    .amenitieswraper .slick-dots {
        right: 18px;
        top: -48px;
    }

    .amenitiesbox .amenitiesround {
        width: 175px;
        height: 175px;
        padding: 12px;
        background-size: 175px;
    }

    .amenitiesbox {
        height: 250px;
        width: 220px;
        padding: 18px 0 0;
    }

    .imagegallery02 {
        width: 39.4%;
        margin: 0;
    }

    .imagegallery03 {
        width: 21.1%;
        margin: 0;
    }

    .galleryaria {
        padding: 20px;
    }

    .footeraria {
        padding: 30px 25px;
    }

    .footertopleft {
        width: 30%;
    }

    .footertitle {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
    }

    .footernavbar {
        padding: 0 0 0 20px;
        width: 42%;
    }

    .bottomsocial a {
        margin: 5px 10px 0 0;
        height: 40px;
        width: 40px;
        line-height: 42px;
        font-size: 26px;
    }

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

        .fdetails span em {
            font-size: 14px;
        }

    .fdetails p i {
        font-size: 17px;
    }

    .fdetails p.envicon i {
        font-size: 15px;
    }

    .fdetails p.mapiocn i {
        font-size: 22px;
    }

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

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

        .copyrights:after {
            top: 0;
            height: 30px;
        }

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

@media only screen and (max-width: 1023px) {
    .boockingwrap {
        top: 160px;
    }

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

        .sliderwrap a.carousel-control.right {
            margin: 40px 0 0;
        }

    .footertopleft {
        width: 30.5%;
    }

    .footernavbar {
        width: 41%;
    }

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

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

        .sitelogo a {
            float: none;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            margin: 0 0 20px;
            max-width: 250px;
        }

    .headertopright {
        padding: 0;
        width: 100%;
    }

    .boockingwrap {
        top: 0;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .bookbus {
        max-width: 630px;
        padding: 20px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin: 0 auto;
    }

    .searchbutton input[type="submit"] {
        background-position: 90% -585px;
        font-size: 18px;
        height: 45px;
        line-height: 50px;
        max-width: 200px;
        background-size: 40px;
    }

    .aboutleft {
        margin: 0;
        width: 100%;
        border-radius: 30px;
    }

    .aboutright {
        width: 100%;
        padding: 30px 0 10px;
    }

        .aboutright .toptitle {
            text-align: center;
        }

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

    .amenitieslide .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .amenitiespart {
        padding: 50px 20px 30px;
    }

    .footersocial .footertitle {
        text-align: center;
    }

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

    .footertopleft {
        width: 44%;
    }

    .footernavbar {
        width: 55%;
    }

    .footerbottom {
        padding: 15px 0 0;
    }

    .footerbottomcontent {
        padding: 10px 0;
    }

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

        .copyrights:after {
            display: none;
        }

    .poweredby {
        width: 100%;
    }
}

@media only screen and (max-width: 969px) {
    .amenitieswraper .slick-prev {
        left: auto;
        right: 86px;
    }
}

@media only screen and (max-width: 767px) {
    .headercontacts {
        padding: 4px 15px 0 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .loginwrap {
        float: none;
        padding: 8px 0 0;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .headeright {
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border-radius: 15px;
    }

    .sectionheader {
        z-index: 3;
    }

    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: -10px;
        left: 5px;
        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: #0e8943;
            }

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

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

    .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 {
        margin: 10px 10px 0 !important;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
            padding: 10px 5px 5px 10px;
            color: #183319;
            margin: 0;
            border: none;
            border-radius: 0;
        }

    .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-color: #0e8843;
            color: #fff;
            border: none;
            border-radius: 0;
            box-shadow: 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 */

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

        .sliderwrap a.carousel-control.right {
            margin: 30px 0 0;
        }

    .amenitiespart {
        padding: 25px 20px;
    }

    .amenitiesbox .amenitiesround {
        width: 155px;
        height: 155px;
        padding: 12px;
        background-size: 155px;
    }

        .amenitiesbox .amenitiesround span i {
            background-position: center 25px;
            background-size: 85px;
        }

    .amenitiesbox.amenitiesbox02 .amenitiesround span i {
        background-position: center -245px;
    }

    .amenitiesbox.amenitiesbox03 .amenitiesround span i {
        background-position: center -510px;
    }

    .amenitiesbox.amenitiesbox04 .amenitiesround span i {
        background-position: center -763px;
    }

    .amenitiesbox.amenitiesbox05 .amenitiesround span i {
        background-position: center -1009px;
    }

    .amenitiesbox.amenitiesbox06 .amenitiesround span i {
        background-position: center -1274px;
    }

    .amenitiesbox.amenitiesbox07 .amenitiesround span i {
        background-position: center -1537px;
    }

    .amenitiesbox.amenitiesbox08 .amenitiesround span i {
        background-position: center -1803px;
    }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        top: -28px;
        height: 35px;
        width: 35px;
        background-size: 25px !important;
    }

    .amenitieswraper .slick-prev {
        left: auto;
        right: 92px;
    }

    .amenitieswraper .slick-next {
        background-position: center -77px !important;
    }

    .amenitieswraper .slick-dots {
        right: 20px;
        top: -47px;
    }

        .amenitieswraper .slick-dots li button {
            width: 15px;
            height: 15px;
        }

        .amenitieswraper .slick-dots li.slick-active button {
            width: 15px;
            height: 15px;
        }

    .footeraria {
        padding: 25px 20px;
        border-radius: 30px;
    }

    .copyrights {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width: 729px) {
    .footertopleft {
        width: 100%;
    }

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

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

    .headercontacts {
        padding: 4px 0 0;
    }

        .headercontacts p {
            font-size: 15px;
            padding-left: 27px;
            background-size: 34px;
            padding-bottom: 5px;
        }

    .bookbus {
        padding: 12px 10px;
    }

    .bannertext span {
        font-size: 22px;
        line-height: 22px;
    }

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

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

    .inputinr.inputinr02 {
        padding-right: 30px;
    }

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

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 95% -252px;
        font-size: 15px !important;
        height: 45px !important;
        line-height: 45px !important;
        background-size: 44px;
    }

        .inputinr input[type="text"].jdate {
            background-position: 97% -383px !important;
        }

    .inputinrwrap:after {
        right: 34px;
        left: auto;
    }
    /*.topdestination {
        padding: 0 15px;
    }*/

    .aboutright .toptitle {
        font-size: 20px;
        line-height: 20px;
    }

    .aboutleft img {
        max-width: 250px;
    }

    .amenitieswraper {
        padding: 30px 0;
    }

    .imagegallerywrap {
        padding: 0 0 30px;
    }

    .galleryaria {
        padding: 15px 10px;
        border-radius: 30px;
    }

    .imagegallerys {
        padding: 15px 0 0;
    }

    .imagegallery01btm, .imagegallery03btm {
        margin: 0;
    }

    .imagegallery01top .imagegallery01topright {
        margin: 0;
    }

    .footerbottomcontent:before, .footerbottomcontent:after {
        width: 100%;
    }

    .copyrights span {
        display: block;
    }
}


@media only screen and (max-width: 519px) {
    .amenitieswraper .slick-prev {
        left: auto;
        right: 35px;
    }

    .amenitiesbox {
        height: 230px;
    }
}

@media only screen and (max-width: 479px) {
    .sitelogo a {
        margin: 0 0 15px;
        max-width: 210px;
    }

    .bannertext span {
        font-size: 19px;
        line-height: 20px;
        padding: 6px 0 0;
    }

    .inputgroup.inputgroup02 {
        margin: 0;
    }

    .inputinr {
        width: 100%;
        padding: 0 !important;
        margin: 0 0 5px !important;
    }

        .inputinr label {
            font-size: 12px;
            margin: 0;
        }

        .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
            background-position: 96% -252px;
            border-radius: 8px !important;
        }

    .inputinrwrap:after {
        right: 40px;
        left: auto;
    }

    .swapicon {
        top: 56px;
        left: auto;
        right: 13px;
        background-size: 50px;
        background-position: center -594px;
        height: 28px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .searchbutton input[type="submit"] {
        background-position: 90% -663px;
        font-size: 18px;
        height: 40px;
        line-height: 45px;
        max-width: 200px;
        background-size: 45px;
    }

    .boockingwrap {
        padding: 10px 0 20px;
    }

    .sliderwrap a.carousel-control {
        left: 20px;
        top: 40%;
    }

    .topdestination marquee {
        height: 130px;
    }

    .topdestination ul li {
        padding: 12px 65px 10px 12px;
        background-position: 97% 58px;
        background-size: 50px;
    }

        .topdestination ul li span {
            font-size: 18px;
            padding: 0 0 5px;
        }

    .topdestination li .booknowin {
        padding: 8px 0 0;
    }

    .topdestination ul li a {
        font-size: 16px;
        padding: 8px 8px 5px 10px;
    }

    .aboutpart {
        padding: 15px;
        border-radius: 20px;
    }

    .abouttravels {
        padding: 10px 0 30px;
    }

    .aboutleft {
        border-radius: 20px;
    }

    .aboutright .toptitle {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.4px;
    }

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

    .featurepart {
        padding: 20px 15px;
        border-radius: 20px;
    }

    .amenitiespart {
        border-radius: 20px;
    }

    .galleryaria {
        border-radius: 20px;
    }

    .amenitieswraper {
        padding: 30px 0;
    }

    .imagegallerywrap {
        padding: 0 0 30px;
    }

    .footeraria {
        padding: 20px 15px;
        border-radius: 20px;
    }

    .footertitle {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 15px;
    }

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

@media only screen and (max-width: 439px) {
    .footernavbar {
        width: 100%;
        padding: 0;
    }

    .footernav {
        width: 100%;
        padding-top: 20px;
    }

    .footersocial {
        float: left;
        display: initial;
        text-align: left;
        width: 100%;
        padding: 20px 0 20px;
    }

        .footersocial .footertitle {
            text-align: left;
        }

    .bottomsocial a {
        margin: 5px 8px 0 0;
        height: 36px;
        width: 36px;
        line-height: 37px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 374px) {
    .bannertext span {
        font-size: 15px;
        line-height: 16px;
        padding: 6px 0 0;
    }

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

    .aboutright .toptitle {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.2px;
    }

    .fdetails p {
        padding: 0px 8px 0 0;
    }

        .fdetails p.mapiocn i {
            font-size: 18px;
        }

        .fdetails p.envicon i {
            font-size: 12px;
        }

    .fdetails span em {
        font-size: 13px;
    }

    .fdetails span.ftadd {
        padding: 0;
        line-height: 18px;
        font-size: 13px;
    }

    .fdetails.fdetails02 {
        padding: 8px 0 8px;
    }
}
