
body {
    font-family: 'Montserrat', sans-serif !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

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

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

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

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

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

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

.w1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    clear: both;
}

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

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

.headertop {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #080661;
}

.sitelogo {
    float: left;
    position: absolute;
    z-index: 1;
    padding: 4px 0 0 2px;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    padding: 0px 0 4px;
    width: 100%;
    text-align: right;
    background: -moz-linear-gradient(left, rgba(8,6,97,0.2) 26%, rgba(255,255,255,0.2) 48%, rgba(229,229,229,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(8,6,97,0.2) 26%,rgba(255,255,255,0.2) 48%,rgba(229,229,229,0.2) 100%);
    background: linear-gradient(to right, rgba(8,6,97,0.2) 26%,rgba(255,255,255,0.2) 48%,rgba(229,229,229,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33080661', endColorstr='#33e5e5e5',GradientType=1 );
}

.headercontacts {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0 0;
}

    .headercontacts p {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: inline-block;
        color: #fff;
        text-align: left;
        background-image: url("../images/site/icons01.png") !important;
        background-position: 0px -227px;
        background-repeat: no-repeat;
        padding: 12px 27px 10px 42px;
        letter-spacing: 0.6px;
    }

        .headercontacts p.routeinq {
            background-position: 0px 2px;
            padding: 12px 47px 10px 45px;
        }

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

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

.loginwrap {
    display: inline-block;
}

    .loginwrap a {
        float: left;
        background-image: url("../images/site/icons01.png") !important;
        background-position: 8px -450px;
        background-repeat: no-repeat;
        border: none;
        color: #080661;
        font-weight: 600;
        font-size: 15px;
        border-radius: 0;
        margin: 7px 0 0 10px;
        padding: 11px 8px 10px 42px;
        text-transform: uppercase;
        background-color: #fff;
    }

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


/* leftmenu start */
.headerbottom {
    width: 100%;
    float: left;
    clear: both;
    padding: 38px 0 25px;
}

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

    .headermenu .navbar-inverse {
        background-color: #080661;
        border: none;
        float: left;
        margin: 0;
        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: #ffffff;
        font-size: 18px;
        margin: 0;
        padding: 0 0 8px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        transition: 0.5s all;
        transition: transform .5s ease;
    }


        .headermenu .navbar-inverse .navbar-nav > li > a:hover:before,
        .headermenu .navbar-inverse .navbar-nav > .active > a:before,
        .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
        .headermenu .navbar-inverse .navbar-nav > .active > a:hover:before,
        .headermenu .navbar-inverse .navbar-nav > li > a:hover:before {
            transform: scaleX(1);
        }

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

        .headermenu .navbar-inverse .navbar-nav > li > a:before {
            position: absolute;
            content: '';
            height: 2px;
            width: 100%;
            background-color: #fff;
            left: 0;
            bottom: 0;
            transform: scaleX(0);
            transition: transform .5s ease;
        }

        .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: transparent;
            color: #fff;
        }


.cssmenu {
    float: right;
}

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

    .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: #080661;
        margin: -10px 0 0;
        opacity: 1;
        left: 127px;
    }

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

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

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

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

.bookingform {
    width: 100%;
    float: left;
    z-index: 1;
    position: relative;
    /* padding: 0 0 0 20.7%; */
    height: 142px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 70px 0 0 70px;
}

.bookbus {
    width: 81.2%;
    float: left;
    background-color: #080661;
    border: 2px solid #fff;
    border-radius: 70px 0 0 70px;
    height: 100%;
    padding: 0 0 0 78px;
}

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

    .inputgroup.inputgroup02:after {
        content: '';
        position: absolute;
        top: -2px;
        right: 0;
        height: 2px;
        width: 95%;
        background-color: rgba(255,255,255,0.60);
    }

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

    .swapicon.swapicon02 {
        background-position: center -1379px;
        /* width: 72px; */
        height: 12px;
        top: 31px;
    }

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

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

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

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

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

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: 5px;
    left: 40px;
    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/icons01.png") !important;
    background-position: 0 -659px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding: 0 0 0 40px !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19px !important;
    height: 70px !important;
    line-height: 70px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*.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: #fff !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: #080661 !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-image: none !important; */
    /* padding: 0 0 0 30px !important; */
    background-position: 0 -1124px;
    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: #fff;
    box-shadow: none !important;
}

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

.searchbutton {
    float: right;
    text-align: center;
    width: 18.8%;
    height: 100%;
}

    .searchbutton input[type="submit"] {
        background-color: #fff;
        background-image: none !important;
        color: #080661;
        font-size: 26px;
        width: 100%;
        height: 100%;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0;
        text-align: center;
        padding: 0;
        border: 2px solid #fff;
        border-left: none;
    }

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


.toptitle {
    color: #080661;
    font-size: 40px;
    margin: 0 0 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

    .toptitle span {
        background-color: #fff;
        padding: 0 39px;
        margin: -50px 0 0;
        display: inline-block;
        vertical-align: middle;
        z-index: 1;
        position: relative;
    }

    .toptitle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 1px solid #080661;
    }
/*topdestinationwrap*/


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

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

.destinationroute {
    width: 100%;
    float: left;
    padding: 18px 0 0;
}

.topdestination marquee {
    height: 150px;
}

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

    .topdestination ul li {
        list-style: none;
        padding: 0;
        display: inline-block;
        text-align: left;
        position: relative;
        background-color: #fff;
        border-radius: 0;
        margin: 0 45px 30px 0;
        min-height: 112px;
        background-image: url(../images/site/Top_Destination_Image.png);
        background-position: center center;
        background-repeat: no-repeat;
        min-width: 271px;
    }

        .topdestination ul li span {
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            font-size: 23px;
            font-weight: 600;
            padding: 20px 0 0 24px;
            text-transform: uppercase;
        }

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

.topdestination li .booknowin {
    position: absolute;
    right: 20px;
    bottom: -16px;
}

.topdestination ul li a {
    text-align: center;
    background-color: #da251d;
    color: #fefefe;
    font-size: 17px;
    padding: 8px 11px 7px 10px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    top: 0;
}

    .topdestination ul li a:hover, .topdestination ul li a:focus {
        color: #fff;
        background-color: #080661;
        text-transform: capitalize;
    }

/*topdestinationwrap*/
.about_feature {
    width: 100%;
    float: left;
    position: relative;
    padding: 55px 0 0;
}

.abfetrwrap {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/site/About_Us_BG.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0 0 80px;
}

.aboutustitle {
    position: absolute;
    top: 13px;
    right: 0;
}

    .aboutustitle .toptitle {
        text-align: left;
        padding: 0 650px 0 0;
    }

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

.abouttravels {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 90px;
}

body .aboutpart .container {
    max-width: 1203px;
}

.aboutleft {
    float: left;
}

.aboutright {
    float: right;
    width: 46.4%;
    position: relative;
    padding: 120px 0 0;
}

    .aboutright p {
        color: #000;
        font-size: 18px;
        margin: 0;
        font-weight: 500;
        line-height: 32px;
        padding: 0;
        text-align: justify;
    }


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

    .readmore a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        padding: 12px 22px 8px;
        background-color: #da251d;
        font-weight: 600;
        position: relative;
        top: -4px;
        letter-spacing: 1px;
    }

        .readmore a:hover, .readmore a:focus {
            color: #ffffff;
            background-color: #080661;
        }

/*salientfeature css*/
.salientfeature {
    width: 100%;
    float: left;
}

    .salientfeature .toptitle {
        margin: 0 0 23px;
    }

        .salientfeature .toptitle span {
            background-color: #f7f7f7;
        }

.salientfturepart {
    justify-content: center;
    display: flex;
}

body .salientfeature .container {
    max-width: 1209px;
}

.featurebox {
    display: flex;
    background-image: url(../images/site/Salient_Features_Icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 430px;
    width: 100%;
}

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

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

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

    .featurebox h4 {
        width: 100%;
        font-size: 25px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 72px 90px 0 40px;
        display: inline-block;
        text-align: center;
        line-height: 29px;
    }

        .featurebox h4 i {
            font-style: normal;
            display: block;
        }
/*salientfeature css*/
/***** Amenities CSS Start  *****/

.amenitieswraper {
    background-color: #ffffff;
    clear: both;
    width: 100%;
    float: left;
    padding: 63px 0 65px;
    text-align: center;
}

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


.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 15px 0 40px;
}

.slick-slide {
    outline: none;
}

.amenitiesicon {
    display: flex !important;
    cursor: pointer;
    width: 267px;
    height: 267px;
    border-radius: 100%;
    background: #3dffc8;
    background: -moz-linear-gradient(left, #3dffc8 0%, #57b3ff 100%);
    background: -webkit-linear-gradient(left, #3dffc8 0%,#57b3ff 100%);
    background: linear-gradient(to right, #3dffc8 0%,#57b3ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dffc8', endColorstr='#57b3ff',GradientType=1 );
    padding: 0 0 0 0;
    justify-content: flex-start;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    margin: 20px;
    position: relative;
    transition: all 1s;
}

    .amenitiesicon:after {
        content: '';
        position: absolute;
        top: -16px;
        left: -16px;
        right: 0;
        margin: 0 auto;
        height: 300px;
        width: 300px;
        background-color: #080661;
        z-index: -1;
        border-radius: 100%;
        opacity: 0;
        transition: all 1s;
    }

    .amenitiesicon:hover:after {
        opacity: 1;
        transition: all 1s;
    }

    .amenitiesicon.amenitiesicon02 {
        background: #ffde05;
        background: -moz-linear-gradient(left, #ffde05 0%, #ffbb00 100%);
        background: -webkit-linear-gradient(left, #ffde05 0%,#ffbb00 100%);
        background: linear-gradient(to right, #ffde05 0%,#ffbb00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde05', endColorstr='#ffbb00',GradientType=1 );
    }

    .amenitiesicon.amenitiesicon03 {
        background: #ff4f64;
        background: -moz-linear-gradient(left, #ff4f64 0%, #ff7777 100%);
        background: -webkit-linear-gradient(left, #ff4f64 0%,#ff7777 100%);
        background: linear-gradient(to right, #ff4f64 0%,#ff7777 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f64', endColorstr='#ff7777',GradientType=1 );
    }

.amenitiesbox {
    cursor: pointer;
    width: 259px;
    height: 259px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 40%);
    padding: 20px 0 0;
    position: relative;
}

    .amenitiesbox span {
        display: inline-block;
        background-image: url("../images/site/icons01.png");
        background-position: center -1564px;
        background-repeat: no-repeat;
        width: 164px;
        height: 130px;
        clear: both;
        vertical-align: top;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
    }

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

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

    /*.amenitiesbox.amenitiesbox04 span {
        background-position: center -506px;
    }

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

    .amenitiesbox.amenitiesbox06 span {
        background-position: center -883px;
    }*/


    .amenitiesbox h3 {
        color: #000;
        font-size: 20px;
        margin: 14px 0 0;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 23px;
    }

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

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

.amenitieswraper .slick-dots {
    bottom: -53px;
}

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

        .amenitieswraper .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 15px;
            height: 15px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: #080661;
            border-radius: 14px;
            margin: 0 3px;
        }

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

        .amenitieswraper .slick-dots li.slick-active button {
            border: 2px solid #080661;
            background-color: #fff;
        }

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


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


/*downloadapp css*/

/*.downloadapp {
    width: 100%;
    float: left;
    padding: 0 0 79px;
}

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

    .downloadappart .dwnldapplaeft {
        width: 74.6%;
        background-color: #080661;
        float: left;
        min-height: 480px;
        padding: 94px 211px 0 0;
        text-align: center;
    }

.dwnldapplaeft .toptitle {
    color: #fff;
    margin: 0 0 16px;
}

    .dwnldapplaeft .toptitle:after {
        border: 1px solid #fff;
    }

    .dwnldapplaeft .toptitle span {
        background-color: #080661;
        padding: 0 34px;
    }

.dwnldapplaeft h3 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.dwnldapplaeft p {
    color: #fff;
    font-size: 25px;
    margin: 23px 0 35px;
}

    .dwnldapplaeft p.scandwld {
        text-transform: uppercase;
        font-weight: 500;
    }

.dwnldapplaeft a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 7px;
}

.downloadappart .scanqr {
    float: left;
    width: 420px;
    height: 420px;
    background-color: #da251d;
    text-align: center;
    margin: 60px 0 0 -211px;
    padding: 45px 0 0;
}

    .downloadappart .scanqr a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 16px solid #080661;
    }*/

/*downloadapp css end*/


/* Footer CSS Start */

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

.footertop {
    clear: both;
    width: 100%;
    float: left;
    padding: 78px 0 68px;
    border-top: 10px solid #080661;
}

.footernavbar {
    float: left;
    padding: 0;
    width: 38%;
}

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

    .footernav.footernav01 {
        padding: 0;
    }

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

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

            .footernav ul li a {
                color: #080661;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: normal;
                padding: 0 0 0 19px;
                position: relative;
            }

                .footernav ul li a:after {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    height: 16px;
                    width: 7px;
                    background-color: #080661;
                    transition: 0.5s all;
                }

                .footernav ul li a:hover:after {
                    width: 15px;
                }

                .footernav ul li a:hover, .footernav ul li a:focus, .footernav ul li a:hover i, .footernav ul li a:focus i {
                    color: #080661;
                    text-decoration: none;
                    padding: 0 0 0 24px;
                    transition: 0.5s all;
                }

.footertopleft {
    float: left;
    width: 35.6%;
    padding: 0 0 0 4px;
}

.footertitle {
    color: #080661;
    font-size: 20px;
    font-weight: 700;
    clear: both;
    text-transform: uppercase;
    margin: 0 0 38px;
    letter-spacing: 1px;
}

.footertopleft p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    clear: both;
    margin: 5px 0 0;
    background-color: #080661;
    border-radius: 5px;
    width: 100%;
    float: left;
    text-align: justify;
    padding: 15px 24px 15px;
}

    .footertopleft p span {
        display: block;
    }

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

    .appstores a {
        float: left;
        margin: 0 10px 0 0;
    }



.footeright {
    float: right;
    padding: 0 0 0 33px;
    width: 25%;
    text-align: left;
}

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

    .footercontact p {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 3px;
        padding: 1px 0 9px 27px;
        color: #090562;
        position: relative;
    }

        .footercontact p:after {
            content: "\f095";
            position: absolute;
            top: 2px;
            left: 1px;
            font-family: FontAwesome;
            font-size: 18px;
        }

        .footercontact p.mailus::after {
            content: "\f0e0";
            font-size: 17px;
            top: 0;
        }

        .footercontact p.add::after {
            content: "\f041";
            font-size: 22px;
        }

        .footercontact p span {
            text-transform: uppercase;
        }

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

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

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

    .bottomsocial a {
        margin: 0 12px 0 0;
        width: 36px;
        height: 36px;
        background-color: #fff;
        font-size: 25px;
        line-height: 39px;
        color: #3B5998;
        /* border-radius: 50%; */
        text-align: center;
        float: left;
        font-weight: 400;
        box-shadow: 0 0 7px rgb(0 0 0 / 30%);
    }

        .bottomsocial a.twitter {
            color: #00acec;
        }

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

        .bottomsocial a.linkdin {
            color: #2867b2;
        }

        .bottomsocial a.youtb {
            color: #ff0000;
        }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #080661 !important;
            text-decoration: none;
            color: #ffffff;
        }

.footerbottom {
    width: 100%;
    float: left;
    padding: 26px 0 24px;
    background-color: #080661;
}

.copyrights {
    float: left;
    color: #909090;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0 0 45px;
}

    .copyrights a {
        color: #fff;
    }

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

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

    /*.poweredby span {
        float: left;
        color: #888b8b;
        font-size: 12px;
        padding: 4px 10px 0 0;
        font-weight: 400;
    }*/

    .poweredby a {
        float: left;
    }

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

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

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

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

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

/* Footer CSS End */



/* Gallery CSS Start */

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

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

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

.backtogallery {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0 30px;
    display: none;
}

    .backtogallery a {
        color: #da251d !important;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-transform: capitalize;
        display: inline-block;
    }

        .backtogallery a i {
            padding-right: 5px;
        }

        .backtogallery a:hover {
            color: #080661 !important;
            text-decoration: none;
        }

.gallerythum {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    padding: 20px 20px 60px;
    margin: 0 0 30px;
}

.gallerythumimg {
    width: 100%;
    float: left;
    clear: both;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast;
}

.gallerythum h3 {
    font-size: 26px;
    color: #080661;
    font-weight: 600;
    padding: 30px 0;
    clear: both;
    width: 100%;
    float: left;
    margin: 0;
}

.gallerythum a {
    background-color: #da251d;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 20px;
}

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

.gallerywrap {
    display: none;
    width: 100%;
    float: left;
}

.gallerytitle {
    font-size: 26px;
    color: #080661;
    font-weight: 600;
    padding: 10px 0 30px;
    width: 100%;
    float: left;
    margin: 0;
}

.gallerywrap .column {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.gallerywrap .row > .column {
    padding: 6px;
}

/* Gallery CSS Start */



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

.panel-primary > .panel-heading {
    color: #0e0c60 !important;
    border-bottom: 1px solid #080661 !important;
    font-size: 22px !important;
}

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

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

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

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

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


/* Medea Queries */

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

    .abfetrwrap {
        background-position: center bottom;
    }
}

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

    .boockingwrap {
        padding: 20px 0 0;
    }


    .sliderwrap a.carousel-control {
        left: 10px;
        margin: 0;
        top: 44%;
    }

        .sliderwrap a.carousel-control.right {
            right: 10px;
        }
}

@media only screen and (max-width: 1399px) {
    .bookingform {
        height: 114px;
    }

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

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 0 -469px;
        padding: 0 0 0 30px !important;
        font-size: 16px !important;
        height: 55px !important;
        line-height: 55px !important;
        background-size: 70px;
    }

        .inputinr input[type="text"].jdate {
            background-position: 2px -802px;
        }

    .swapicon {
        background-position: center -724px;
        top: 12px;
        left: 0;
        right: 40px;
        width: 65px;
        height: 35px;
        background-size: 78px;
    }

        .swapicon.swapicon02 {
            background-position: center -1097px;
            height: 12px;
            top: 23px;
        }
}

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

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

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

    .gallerythum {
        padding: 20px 20px 40px;
    }
}

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

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

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

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

    .inputinr .rfv {
        left: 34px;
        top: auto;
        font-weight: 500;
    }

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

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

    .destinationroute {
        padding: 0;
    }

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

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

    .gallerythum h3 {
        font-size: 19px;
    }

    .backtogallery {
        padding: 20px 0 20px;
    }

    .gallerytitle {
        font-size: 24px;
        padding: 10px 0 25px;
    }
}


@media only screen and (max-width: 1129px) {
    .sitelogo {
        padding: 0;
        top: 11px;
    }

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

    .headercontacts p {
        font-size: 13px;
        background-position: 0px -145px;
        padding: 8px 15px 10px 29px;
        background-size: 65px;
        letter-spacing: inherit;
    }

        .headercontacts p.routeinq {
            background-position: 0px 6px;
            padding: 8px 22px 10px 28px;
        }

    .loginwrap a {
        background-position: 7px -367px;
        font-size: 13px;
        margin: 7px 0 0 5px;
        padding: 10px 7px 10px 33px;
        background-size: 80px;
    }

    .headerbottom {
        padding: 28px 0 22px;
    }

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

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

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

    /*.sliderwrap .carousel-inner > .item img {
        width: 100%;
        max-width: 120%;
        height: 460px;
    }*/

    .abfetrwrap {
        background-position: center bottom;
        background-size: cover;
        padding: 0 0 40px;
    }

    .aboutustitle {
        top: 0;
    }

    .aboutpart {
        text-align: center;
        padding: 50px 0 0;
    }

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

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

        .aboutright p {
            font-size: 15px;
            line-height: 24px;
        }

    .salientfturepart {
        gap: 15px;
    }

    .featurebox h4 {
        font-size: 20px;
        padding: 51px 70px 0 20px;
        line-height: 26px;
    }

    .featurebox {
        height: 320px;
        width: 100%;
        max-width: 230px;
        background-size: 230px;
    }

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

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

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

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

    /*.downloadappart .dwnldapplaeft {
        padding: 94px 171px 0 0;
    }

    .downloadappart .scanqr {
        width: 400px;
        height: 400px;
        margin: 80px 0 0 -170px;
        padding: 35px 0 0;
    }*/

    .footertitle {
        font-size: 18px;
        margin: 0 0 25px;
    }

    .footernavbar {
        width: 40%;
    }

    .footertopleft {
        width: 32%;
    }

        .footertopleft p {
            font-size: 15px;
            line-height: 22px;
            padding: 10px 15px 10px;
        }

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

        .footernav ul li a:hover, .footernav ul li a:focus, .footernav ul li a:hover i, .footernav ul li a:focus i {
            padding: 0 0 0 20px;
        }

            .footernav ul li a:hover::after {
                width: 12px;
            }

    .footeright {
        padding: 0;
    }

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

    .copyrights {
        font-size: 16px;
        padding: 5px 0 0;
    }

    .poweredby {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .sitelogo {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 10px 0;
    }

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

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

    .headercontacts {
        vertical-align: middle;
        padding: 5px 0 0;
    }

    .loginwrap {
        padding: 10px 0 14px 0;
        vertical-align: middle;
    }

        .loginwrap a {
            margin: 0;
        }

    .headermenu {
        text-align: center;
    }

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

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

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 10px 0;
        font-size: 13px;
    }

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

    .bookingform {
        height: auto;
        padding: 0;
        border-radius: inherit;
    }

    .bookbus {
        padding: 0 15px;
        width: 100%;
        border-radius: 0;
    }

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

        .inputgroup.inputgroup02 {
            width: 100%;
        }

            .inputgroup.inputgroup02::after {
                width: 100%;
            }

    .swapicon {
        top: 14px;
    }

        .swapicon.swapicon02 {
            top: 25px;
        }

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

        .searchbutton input[type="submit"] {
            font-size: 17px;
            float: none;
            display: inline-block;
            height: 50px;
            border-left: 2px solid #fff;
            border-top: none;
        }

    .topdestinationwrap {
        margin: 0;
    }

    .aboutustitle {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .aboutustitle .toptitle {
            text-align: center;
            padding: 0 20px;
        }

    .salientfturepart {
        flex-wrap: wrap;
    }

    .featurebox {
        width: 100%;
        max-width: 48%;
    }

    .toptitle {
        font-size: 28px;
    }

    .dwnldapplaeft .toptitle span {
        padding: 0 24px;
        margin: -32px 0 0;
    }

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

    .gallerythumrwapper .col-sm-4 {
        width: 50%;
    }

    .gallerywrap .row > .column {
        width: 33%;
    }

    .backtogallery {
        padding: 15px 0 15px;
    }

    .gallerytitle {
        font-size: 22px;
        padding: 10px 0 20px;
    }
}

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

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

    .footertopleft {
        width: 48%;
    }

    .footeright {
        padding: 0;
        width: 48%;
    }
}

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

    .headeright {
        background: none !important;
    }

    .headerbottom {
        padding: 0;
    }

    .sectionheader {
        z-index: 3;
    }

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

    /* leftmenu start */

    .headerbottom .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        text-align: left;
    }

    .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: #080661;
            }

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

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

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

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
            padding: 0;
            color: #000;
            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 > li > a::before {
            display: none;
        }

        .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: #da251d;
            border: none;
        }

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

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

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

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

    .side-collapse.in {
        width: 0;
    }
    /* leftmenu end */

    .aboutleft {
        width: 100%;
    }

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

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

    .readmore a {
        font-size: 15px;
        padding: 10px 15px;
        top: 0;
    }

    .footerbottom {
        text-align: center;
    }

    .footertitle {
        margin: 0 0 15px;
    }

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

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

    .gallerythum h3 {
        padding: 20px 0;
    }

    .gallerythumrwapper {
        padding: 20px 0 0;
    }

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

    .gallerytitle {
        font-size: 20px;
        padding: 5px 0 15px;
    }

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

    .gallerywrap .row > .column {
        width: 50%;
    }
}

@media only screen and (max-width: 639px) {
    .sliderwrap a.carousel-control {
        height: 30px;
        width: 30px;
        font-size: 26px;
        line-height: 30px;
    }

    .toptitle span {
        padding: 0 20px;
        margin: -40px 0 0;
    }

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

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

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 0 -468px;
        font-size: 15px !important;
    }

        .inputinr input[type="text"].jdate {
            background-position: 2px -801px;
        }

    .swapicon {
        background-position: center -601px;
        top: 15px;
        width: 58px;
        height: 30px;
        background-size: 65px;
    }

    .inputinr .rfv {
        font-size: 12px;
        left: 29px;
        bottom: 0;
    }

    .swapicon.swapicon02 {
        background-position: center -913px;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        padding: 0 0 0 30px !important;
    }

    .abouttravels {
        padding: 0 0 60px;
    }

    .amenitiesicon {
        display: inline-block !important;
        justify-content: center;
        flex-wrap: wrap;
    }

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

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

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

    .bottomsocial a {
        margin: 0 12px 0 0;
    }

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

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

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

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

            .inputinr input[type="text"].jdate {
                background-position: 2px -686px;
            }

    .bookbus {
        padding: 5px 15px;
    }

    .swapicon {
        top: 32px;
        left: auto;
        right: -10px;
        transform: rotate(90deg);
        height: 30px;
        width: 58px;
    }

        .swapicon.swapicon02 {
            top: 42px;
        }

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

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

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

    .sliderwrap a.carousel-control {
        height: 24px;
        width: 24px;
        font-size: 23px;
        line-height: 24px;
        top: 42%;
    }

    .topdestinationwrap {
        padding: 50px 0 0;
    }

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

    .about_feature {
        padding: 35px 0 0;
    }

    .toptitle {
        font-size: 24px;
    }

        .toptitle span {
            padding: 0 15px;
            margin: -33px 0 0;
        }

    .featurebox {
        width: 100%;
        max-width: 100%;
    }

    .amenitiesicon {
        width: 240px;
        height: 240px;
        margin: 15px;
    }

    .amenitiesbox {
        width: 230px;
        height: 230px;
    }

    .amenitiesicon::after {
        top: -15px;
        left: -16px;
        height: 270px;
        width: 270px;
    }

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

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

    .copyrights span {
        display: block;
        padding: 5px 0;
    }

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

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

    .gallerywrapper {
        padding: 30px 0 30px;
    }

    .gallerythumrwapper .col-sm-4 {
        width: 100%;
    }

    .gallerythum {
        padding: 15px 15px 20px;
    }

        .gallerythum h3 {
            padding: 18px 0 15px;
            font-size: 18px;
        }

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

    .backtogallery {
        padding: 5px 0 10px;
    }

    .gallerytitle {
        font-size: 18px;
        padding: 8px 0 13px;
    }

    .gallerywrap .row > .column {
        width: 100%;
    }
}

@media only screen and (max-width: 384px) {
    .headercontacts p {
        padding: 8px 0 10px 29px;
    }

        .headercontacts p a {
            display: block;
            font-size: 13px;
            font-weight: 500;
        }
}
