@font-face {
    font-family: 'airstrikeregular';
    src: url('fonts/airstrike-webfont.woff2') format('woff2'), url('fonts/airstrike-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'airstrike_outlineregular';
    src: url('fonts/airstrikeout-webfont.woff2') format('woff2'), url('fonts/airstrikeout-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

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

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

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

.headercontacts {
    background-image: url("../images/site/icons01.png") !important;
    background-position: left 2px;
    background-repeat: no-repeat;
    float: left;
    padding: 8px 28px 6px 60px;
}

    .headercontacts p {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: block;
        color: #ff5593;
        text-align: right;
    }

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

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

.loginwrap {
    float: right;
}

    .loginwrap a {
        float: left;
        background-image: url("../images/site/icons01.png") !important;
        background-position: 16px -203px;
        background-repeat: no-repeat;
        border: 1px solid #ff5593;
        color: #ff5593;
        font-weight: 500;
        font-size: 14px;
        border-radius: 30px;
        margin: 8px 0 0 10px;
        padding: 10px 14px 10px 47px;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            background-color: #ff5593;
            background-position: 16px -273px;
            color: #ffffff;
            text-decoration: none;
        }

        .loginwrap a.branchlogin {
            background-position: 16px -93px;
        }

            .loginwrap a.branchlogin:hover, .loginwrap a.branchlogin:focus {
                background-position: 16px -152px;
            }

.bannertext {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 100px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: 'airstrikeregular';
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    margin: 0 0 48px;
}

    .bannertext span {
        display: block;
    }

    .bannertext i {
        font-style: normal;
        color: #00c68f;
        font-family: 'airstrike_outlineregular';
    }

.bannertextbotom {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    color: #00c68f;
    text-align: center;
    clear: both;
    width: 100%;
    float: left;
    padding: 78px 0 0;
}

    .bannertextbotom span {
        font-size: 23px;
        margin: 0;
        color: #ffffff;
        display: block;
    }


/* leftmenu start */

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

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

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

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

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

    .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
        margin: 0 0 0 1px;
        padding: 17px 32px 19px;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 500;
    }

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

    .headermenu .navbar-inverse .navbar-nav > li.first1 > a {
        border-radius: 30px 0 0 30px;
        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;
}

    .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: #ff5593;
        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: #ff5593;
            color: #ffffff;
            text-decoration: none;
        }

.nextscroll {
    position: absolute;
    top: auto;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    height: 55px;
    z-index: 5;
    cursor: pointer;
}

.bannerwrapper {
    width: 100%;
    float: left;
    background: #4b4b4b;
    margin: -28px 0 0;
    position: relative;
}

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

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

.inputgroup {
    float: left;
    width: 48%;
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
}

    .inputgroup.inputgroup02 {
        width: 33.3%;
        margin: 0 0.4%;
        position: relative;
    }

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

    .swapicon.swapicon02 {
        background-position: center -1029px;
        width: 72px;
        height: 42px;
        top: 8px;
    }

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

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

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

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

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

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

/* Booking Form New CSS Start */

.inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
    background-image: url("../images/site/icons01.png") !important;
    background-position: 21px -412px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding: 0 0 0 60px !important;
    border: none !important;
    color: #2a3899 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    height: 60px !important;
    line-height: 60px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 20px !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: #2a3899 !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: #2a3899 !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;
}

.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: #2a3899;
    box-shadow: none !important;
}

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

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

    .searchbutton input[type="submit"] {
        background-color: #ff5593;
        background-image: url("../images/site/icons01.png") !important;
        background-position: 96% -1561px;
        background-repeat: no-repeat;
        border: none;
        color: #fff;
        font-size: 22px;
        width: 100%;
        height: 60px;
        padding: 0;
        font-weight: 500;
        text-transform: capitalize;
        border-radius: 30px;
        text-align: left;
        padding: 0 0 0 26px;
    }

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

.abouttravels {
    width: 100%;
    float: left;
    text-align: center;
    margin: 74px 0 80px;
}

.toptitle {
    color: #00c68f;
    font-size: 50px;
    margin: 0 0 32px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
}

    .toptitle span {
        font-weight: 500;
        color: #2a3899;
    }

.abouttravels p {
    color: #3e3e3e;
    font-size: 16px;
    margin: 0 0 17px;
    font-weight: 500;
    line-height: 23px;
    padding: 0 100px;
}

    .abouttravels p.aboutetop {
        color: #ff5593;
        font-size: 22px;
    }

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

    .readmore a {
        display: inline-block;
        color: #ff5593;
        font-size: 17px;
        text-transform: capitalize;
        padding: 9px 26px;
        border: 1px solid #e4e4e4;
        border-radius: 30px;
        font-weight: 500;
    }

        .readmore a:hover, .readmore a:focus {
            color: #ffffff;
            background-color: #ff5593;
            border: 1px solid #ff5593;
        }

/*topdestinationwrap*/

.topdestinationwrap {
    background-image: url("../images/site/topdestinationbg.jpg") !important;
    background-position: center 2px;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 61px 0 0;
    background-color: #2642a0;
    min-height: 470px;
    position: relative;
    margin: 0 0 30px;
}

.bustopdestination {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -12px;
    width: auto;
    text-align: center;
}

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

    .topdestination .toptitle, .topdestination span, .testimonialswrap .toptitle, .testimonialswrap span {
        color: #ffffff;
    }

    .topdestination marquee {
        height: 130px;
    }

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

        .topdestination ul li {
            list-style: none;
            padding: 20px 34px 0 48px;
            display: inline-block;
            text-align: center;
            position: relative;
            background-color: #fff;
            border-radius: 15px;
            margin: 3px 0 35px 50px;
            box-shadow: 0 0 40px rgba(0,0,0,0.10);
            min-height: 94px;
        }

            .topdestination ul li:before {
                position: absolute;
                content: '';
                height: 50px;
                width: 50px;
                left: -25px;
                top: 21px;
                margin: 0 auto;
                border-radius: 45px;
                background-image: url("../images/site/icons01.png") !important;
                background-position: left -1894px;
                background-repeat: no-repeat;
            }

            .topdestination ul li span {
                display: block;
                color: #333333;
                font-size: 28px;
                font-weight: 600;
            }

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

    .topdestination ul li a {
        text-align: center;
        background-color: #ff5593;
        color: #fefefe;
        font-size: 16px;
        padding: 9px 25px;
        border-radius: 20px;
        position: relative;
        font-weight: 500;
        display: inline-block;
        top: 20px;
    }

        .topdestination ul li a:hover, .topdestination ul li a:focus {
            color: #fefefe;
            background-color: #00c68f;
            text-transform: capitalize;
        }

/*topdestinationwrap*/

.welknownpart {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
    padding: 24px 0 48px;
}

    .welknownpart p {
        color: #3e3e3e;
        font-size: 18px;
        margin: 0;
        font-weight: 400;
        line-height: 25px;
    }

        .welknownpart p.welknowntop {
            color: #00c68f;
            font-size: 22px;
            font-weight: 500;
        }

.welknownsap {
    text-align: center;
    clear: both;
    margin: 54px auto 0;
    border-top: 2px dashed #efefef;
    width: 100%;
    max-width: 1600px;
    position: relative;
}

    .welknownsap:before {
        position: absolute;
        left: 0;
        top: -7px;
        width: 12px;
        height: 12px;
        content: "";
        border-radius: 50%;
        background: #efefef;
    }

    .welknownsap:after {
        position: absolute;
        left: auto;
        top: -7px;
        width: 12px;
        height: 12px;
        content: "";
        border-radius: 50%;
        background: #efefef;
        right: 0;
    }

    .welknownsap span {
        background-image: url("../images/site/icons01.png") !important;
        background-position: center -2145px;
        background-repeat: no-repeat;
        display: inline-block;
        min-height: 50px;
        width: 50px;
        position: relative;
        top: -26px;
    }

.easystepwrap {
    clear: both;
    width: 100%;
    float: left;
    padding: 0 15px;
    /*margin: -1px 0 -232px;*/
}

.easystepcont {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.easystepbg {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    width: 100%;
    float: left;
    text-align: center;
    min-height: 459px;
    box-shadow: 5px 0 15px rgba(1,1,1,0.1);
    position: relative;
}

    .easystepbg .toptitle {
        margin: -29px 0 0;
        text-transform: initial;
    }

        .easystepbg .toptitle i {
            display: inline-block;
            font-style: normal;
            background-color: #ffffff;
            padding: 0 12px;
            position: relative;
        }

            .easystepbg .toptitle i:before {
                position: absolute;
                left: 0;
                top: 14px;
                width: 1px;
                height: 30px;
                content: "";
                border-radius: 50%;
                background: #e0e0e0;
            }

            .easystepbg .toptitle i:after {
                position: absolute;
                left: auto;
                top: 14px;
                width: 1px;
                height: 30px;
                content: "";
                border-radius: 50%;
                background: #e0e0e0;
                right: 0;
            }

.easystepcontin {
    width: 100%;
    float: left;
    padding: 48px 0 0;
}

.easystepbox {
    width: 100%;
    max-width: 340px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    position: relative;
    z-index: 3;
}

    .easystepbox.easystepbox01, .easystepbox.easystepbox03 {
        padding-top: 26px;
    }

.easystepicon {
    background: #ff5593;
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 22px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

    .easystepicon:before {
        position: absolute;
        left: -24px;
        top: -24px;
        width: 80px;
        height: 80px;
        content: "";
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #e4e4e4;
        box-shadow: 0 0 50px rgba(0,0,0,0.09);
        z-index: -1;
    }

    .easystepicon:after {
        background-image: url("../images/site/icons01.png") !important;
        background-position: center -2330px;
        background-repeat: no-repeat;
        position: absolute;
        left: -23px;
        top: -24px;
        width: 80px;
        height: 80px;
        content: "";
    }

.easystepbox02 .easystepicon, .easystepbox04 .easystepicon {
    margin: 22px 0 0;
    background: #2a3899;
}

    .easystepbox02 .easystepicon:before, .easystepbox04 .easystepicon:before {
        top: auto;
        bottom: -24px;
    }

    .easystepbox02 .easystepicon:after {
        top: auto;
        bottom: -24px;
        background-position: center -2540px;
    }

.easystepbox03 .easystepicon:after {
    background-position: center -2721px;
}

.easystepbox04 .easystepicon:after {
    top: auto;
    bottom: -24px;
    background-position: center -2932px;
}

.easystepicon h3 {
    color: #ffffff;
    font-size: 23px;
    margin: 40px 0 0;
    font-weight: 500;
    line-height: 25px;
}

    .easystepicon h3 i {
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        display: block;
        padding: 0 0 7px;
    }

    .easystepicon h3 span {
        display: block;
    }

.easystepbox03 .easystepicon h3 {
    margin: 32px 0 0;
}

.easystepbox p {
    color: #909090;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
}

.easystepsap {
    background-image: url("../images/site/steparrows.png") !important;
    background-position: center top;
    background-repeat: no-repeat;
    width: 96px;
    height: 49px;
    position: absolute;
    top: 112px;
    left: 290px;
}

.easystepbox02 .easystepsap {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.testimonialswrap {
    width: 100%;
    float: left;
    background-image: url("../images/site/testimonialbg.jpg") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #262a2d;
    min-height: 664px;
    padding: 302px 0 0;
}

    .testimonialswrap a.carousel-control {
        background-image: none;
        text-shadow: none;
        top: auto;
        height: 40px;
        width: 40px;
        font-size: 26px;
        line-height: 40px;
        background: #ff5593;
        border-radius: 50%;
        color: #ffffff;
        opacity: 1;
        left: -42px;
        right: 0;
        margin: 0 auto;
        bottom: -55px;
    }

        .testimonialswrap a.carousel-control.right {
            right: -90px;
        }

        .testimonialswrap a.carousel-control:hover, .testimonialswrap a.carousel-control:focus {
            background: #00c68f;
            color: #ffffff;
            text-decoration: none;
        }


.testimonialscontent {
    width: 100%;
    float: left;
    text-align: center;
    padding: 6px 45px 0;
}

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

.testimonialsname {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
}

    .testimonialsname span {
        display: block;
        font-weight: 500;
        font-size: 18px;
    }

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

.testimonialsbox {
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
    line-height: 22px;
    padding: 13px 15px 15px;
    overflow: auto;
    height: 110px;
}

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

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

    .testimonialsbox::-webkit-scrollbar-thumb {
        background-color: #ff5593;
    }

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

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

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

.amenitieswraper .toptitle {
    margin: 0 0 28px;
    padding: 81px 0 14px;
}

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

.slick-slide {
    outline: none;
}

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

.amenitiesbox {
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
}

    .amenitiesbox span {
        display: inline-block;
        background-image: url("../images/site/amenities.png");
        background-position: center 45px;
        background-repeat: no-repeat;
        width: 164px;
        height: 164px;
        clear: both;
        vertical-align: top;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #f5f5f5;
        border-radius: 50%;
        position: relative;
    }

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

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

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

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

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

    .amenitiesbox:hover span {
        background-color: #f0f0f0;
    }

    .amenitiesbox h3 {
        color: #333333;
        font-size: 20px;
        margin: 26px 0 0;
        font-weight: 500;
    }

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

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

.amenitieswraper .slick-prev, .amenitieswraper .slick-next {
    top: 38.8%;
    width: 40px;
    height: 40px;
    background-color: #00c68f;
    bottom: 0;
    margin: 0;
    border-radius: 50px;
    color: #ffffff;
    opacity: 1;
    left: -105px;
    right: 0;
    z-index: 1;
    text-align: center;
}

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

    .amenitieswraper .slick-prev:hover, .amenitieswraper .slick-prev:focus, .amenitieswraper .slick-next:hover, .amenitieswraper .slick-next:focus {
        background-color: #2a3899;
    }

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

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

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

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

/* Footer CSS Start */

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

.footertop {
    background-image: url("../images/site/footerbg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
    float: left;
    padding: 54px 0 20px;
    min-height: 236px;
    background-color: #303f9e;
}

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

.footertitle {
    color: #00c68f;
    font-size: 20px;
    font-weight: 600;
    clear: both;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.footertopleft p {
    color: #ececec;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    clear: both;
    margin: 0 0 23px;
}

    .footertopleft p span {
        display: block;
    }

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

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

.footernavbar {
    float: left;
    padding: 2px 0 0 140px;
}

.footernav {
    float: left;
}

    .footernav.footernav01 {
        padding: 0 65px 0 0;
    }

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

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

            .footernav ul li a {
                color: #ececec;
                font-size: 15px;
                font-weight: 500;
                text-transform: capitalize;
                line-height: normal;
            }

                .footernav ul li a i {
                    padding-right: 8px;
                    font-size: 20px;
                    color: #06b591;
                    position: relative;
                    top: 1px;
                }

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

.footeright {
    float: right;
    padding: 6px 0 0;
}

.bottomsocial {
    float: right;
    padding: 0 0 37px;
}

    .bottomsocial a {
        margin: 0 0 0 10px;
        width: 45px;
        height: 45px;
        background-color: #3d58a0;
        font-size: 15px;
        line-height: 46px;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        float: left;
        font-weight: 400;
    }

        .bottomsocial a.twitter {
            background-color: #268fc6;
        }

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


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

    .footercontact p {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin: 0 0 3px;
    }

        .footercontact p.mailus {
            margin: 0;
        }

        .footercontact p i {
            padding-right: 7px;
        }

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

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

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

.copyrights {
    float: left;
    color: #909090;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0 0;
}


    .copyrights a {
        color: #ff5593;
        font-weight: 600;
    }

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

.poweredby {
    float: left;
    padding: 0 0 0 10%;
}

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

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

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

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

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

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

/* Medea Queries */

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

    .boockingwrap {
        padding: 70px 0 0;
    }

    .bannertext {
        font-size: 90px;
        line-height: 60px;
        margin: 0 0 40px;
    }

    .bannertextbotom {
        font-size: 26px;
        line-height: 28px;
        padding: 40px 0 0;
    }

        .bannertextbotom span {
            font-size: 21px;
        }

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

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

    .abouttravels {
        margin: 72px 0;
    }

    .testimonialswrap {
        background-size: cover;
    }
}

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

    .bannertext {
        font-size: 80px;
        line-height: 50px;
        margin: 0 0 30px;
    }

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

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

    .abouttravels {
        margin: 62px 0 50px;
    }

    .toptitle {
        font-size: 44px;
        margin: 0 0 28px;
    }

    .abouttravels p.aboutetop {
        font-size: 20px;
    }

    .abouttravels p {
        font-size: 15px;
        margin: 0 0 15px;
        line-height: 22px;
    }

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

    .topdestinationwrap {
        padding: 50px 0 0;
    }

    .welknownpart p {
        font-size: 16px;
        line-height: 24px;
    }

        .welknownpart p.welknowntop {
            font-size: 20px;
        }

    .welknownsap {
        margin: 50px auto 0;
    }

    .easystepbox {
        max-width: 320px;
        padding: 0 10px;
    }

    .easystepsap {
        left: 270px;
    }

    .testimonialswrap {
        padding: 290px 0 0;
        min-height: 644px;
    }

    .amenitieswraper .toptitle {
        margin: 0 0 28px;
        padding: 60px 0 14px;
    }

    .amenitieswraper {
        padding: 0 0 65px;
    }

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

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

    .amenitieswraper .slick-prev {
        left: -38px;
    }

    .amenitieswraper .slick-next {
        right: -38px;
    }
}

@media only screen and (max-width: 1399px) {
    .sliderwrap a.carousel-control {
        top: 32%;
    }

    .easystepbox {
        max-width: 310px;
        padding: 0 5px;
    }

    .easystepsap {
        left: 260px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 17px 28px 19px;
    }
}

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

    .easystepbox {
        max-width: 300px;
        padding: 0;
    }
}

@media only screen and (max-width: 1279px) {
    .sitelogo {
        width: 26%;
    }

    .headeright {
        padding: 0;
    }

    .headercontacts {
        padding: 8px 5px 6px 60px;
    }

    .loginwrap a {
        margin: 6px 0 0 6px;
    }

    .headercontacts p, .headercontacts p a {
        font-size: 14px;
    }

    .headercontacts {
        padding: 8px 5px 6px 50px;
        background-size: 60px;
        background-position: left 5px;
    }

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

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

    .bannertext {
        font-size: 70px;
    }

    .searchbutton input[type="submit"] {
        background-position: 96% -1030px;
        font-size: 18px;
        padding: 0 0 0 20px;
        background-size: 48px;
    }

    .bannertextbotom {
        font-size: 20px;
        line-height: 26px;
        padding: 24px 0 0;
    }

        .bannertextbotom span {
            font-size: 18px;
        }

    .sliderwrap a.carousel-control {
        top: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        margin: -20px 0 0;
    }

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

    .abouttravels {
        margin: 50px 0;
    }

        .abouttravels p {
            padding: 0;
        }

    .easystepbg {
        min-height: 10px;
    }

    .easystepbox {
        max-width: 100%;
        padding: 0 0 50px;
        width: 45%;
        vertical-align: top;
    }

    .easystepsap {
        display: none;
    }

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

    .footernavbar {
        padding: 2px 0 0 40px;
    }

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

    .copyrights {
        font-size: 14px;
    }

    .poweredby {
        padding: 0 0 0 5%;
    }

    .footerlins a.footerlins02 {
        padding: 0 0 0 10px;
        margin: 0 0 0 5px;
    }

    .amenitieswraper {
        padding: 0 0 50px;
    }

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

    .testimonialswrap {
        padding: 270px 0 0;
        min-height: 606px;
    }

    .topdestinationwrap {
        padding: 50px 0 80px;
        min-height: 10px;
    }

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

    .bustopdestination img {
        width: 200px;
    }
}

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

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

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

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

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

    .bannertext {
        font-size: 50px;
        line-height: 40px;
    }

    .bannertextbotom {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0 0;
    }

    .inputgroup {
        width: 100%;
    }

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

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

        .searchbutton input[type="submit"] {
            background-position: 96% -1033px;
            font-size: 18px;
            padding: 0 0 0 20px;
            background-size: 48px;
            width: 178px;
            float: none;
            display: inline-block;
            height: 54px;
        }

    .topdestination ul li {
        padding: 20px 20px 0 40px;
        margin: 3px 0 30px 34px;
        min-height: 70px;
    }

        .topdestination ul li a {
            font-size: 14px;
            padding: 9px 25px;
            top: 17px;
        }

        .topdestination ul li:before {
            left: -26px;
            top: 14px;
        }

    .welknownpart p.welknowntop {
        font-size: 15px;
    }

    .welknownpart p {
        font-size: 14px;
        line-height: 20px;
    }

    .welknownpart {
        padding: 14px 0 28px;
    }

    .footertopleft {
        width: 50%;
    }

    .footernavbar {
        width: 50%;
    }

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

    .bottomsocial {
        float: none;
        padding: 0 0 10px;
        display: inline-block;
    }

    .footercontact {
        text-align: center;
    }

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

    .footerbottom {
        text-align: center;
    }

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

    .footerlins {
        padding: 5px 0 0;
        font-size: 14px;
        width: 100%;
        float: left;
    }

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

    .headertop {
        text-align: center;
    }

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

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

    .headermenu {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
    }

        .headermenu .container {
            padding: 0;
        }
}

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

    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headerbottom .headermenu {
        width: auto;
        float: right;
        position: absolute;
        top: 12px;
        right: 10px;
        margin: 0;
    }

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

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

            .fixedbtn.topfixedicon span {
                display: none;
            }

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




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

    .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: #3e3e3e;
            margin: 0;
            border: none;
        }

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

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: #ff5593;
            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 */
    .bannerwrapper {
        margin: 0;
    }

    .boockingwrap {
        padding: 30px 0;
    }

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

    .footertop {
        padding: 34px 0;
    }

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

    .footeright, .footercontact {
        text-align: left;
    }

    .copyrights {
        font-size: 13px;
    }

    .footerlins {
        font-size: 13px;
    }

    .toptitle {
        font-size: 30px;
    }

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

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

    .testimonialswrap a.carousel-control {
        bottom: -62px;
    }
}

@media only screen and (max-width: 639px) {
    .topdestinationwrap {
        padding: 40px 0 60px;
    }

    .topdestination marquee {
        height: 120px;
    }

    .bustopdestination img {
        width: 160px;
    }

    .easystepbg .toptitle {
        margin: -14px 0 0;
        font-size: 24px;
    }

        .easystepbg .toptitle i:before, .easystepbg .toptitle i:after {
            top: 1px;
            height: 26px;
        }

    .abouttravels p.aboutetop {
        font-size: 18px;
    }

    .abouttravels p {
        font-size: 14px;
        line-height: 20px;
    }

    .abouttravels {
        margin: 45px 0 30px;
    }

    .easystepbox p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 20px;
    }

    .inputinr .rfv {
        font-size: 12px;
        bottom: 4px;
        left: 15px;
    }

    .nextscroll {
        bottom: -26px;
        width: 130px;
        height: 40px;
    }

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

    .bannertext {
        font-size: 40px;
        line-height: 30px;
    }

    .searchbutton input[type="submit"] {
        font-size: 16px;
        padding: 0 0 0 20px;
        background-size: 48px;
        width: 168px;
        height: 50px;
    }

    .bannertextbotom, .bannertextbotom span {
        font-size: 16px;
        line-height: 20px;
    }

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

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

    .headermenu {
        top: 10px;
    }

    .headercontacts p {
        font-size: 14px;
        text-align: left;
    }

    .loginwrap a.branchlogin {
        background-position: 13px -61px;
    }

    .loginwrap a {
        margin: 6px 0 0 3px;
        padding: 10px 14px 10px 34px;
        font-size: 12px;
        background-size: 50px;
        background-position: 13px -61px;
    }

    .bannertext {
        font-size: 30px;
        line-height: 21px;
    }

    .loginwrap a.branchlogin:hover, .loginwrap a.branchlogin:focus {
        background-position: 13px -102px;
    }

    .loginwrap a {
        background-position: 13px -137px;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            background-position: 16px -185px;
        }

    .inputinr {
        width: 100%;
    }

        .inputinr .rfv {
            left: 60px;
        }

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

    .swapicon {
        top: 38px;
        left: auto;
        right: 20px;
        background-size: 50px;
        background-position: center -597px;
        height: 42px;
    }

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

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

    .swapicon.swapicon02 {
        background-image: url("../images/site/swapmobile.png") !important;
        background-position: center top;
        background-repeat: no-repeat;
        top: 33px;
        width: 30px;
        height: 56px;
        background-size: 30px;
    }

    .toptitle {
        font-size: 24px;
    }

    .abouttravels p, .abouttravels p.aboutetop {
        font-size: 14px;
        line-height: 18px;
    }

    .abouttravels {
        margin: 37px 0 30px;
    }

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

    .easystepicon {
        margin: 0 0 10px;
    }

    .easystepbg .toptitle {
        margin: -9px 0 0;
        font-size: 16px;
    }

        .easystepbg .toptitle i:before, .easystepbg .toptitle i:after {
            top: -2px;
            height: 20px;
        }

    .welknownsap {
        margin: 40px auto 0;
    }

    .welknownpart {
        padding: 14px 0 0;
    }

    .easystepbox {
        border-bottom: 1px solid #d5d5d5;
    }

        .easystepbox.easystepbox02 {
            margin: 20px 0 20px;
            padding: 0 0 50px;
        }

        .easystepbox.easystepbox04 {
            padding: 30px 0 40px;
        }

    .testimonialsimage, .testimonialsname {
        display: block;
        text-align: center;
    }

        .testimonialsname span, .testimonialsname i {
            font-size: 14px;
        }

    .testimonialscontent {
        padding: 0;
    }

    .testimonialswrap {
        padding: 270px 0 0;
        min-height: 654px;
    }

    .testimonialsbox {
        font-size: 14px;
        line-height: 18px;
        height: 110px;
    }

    .testimonialsname {
        margin: 0 0 10px;
    }

    .copyrights span {
        display: block;
    }

    .footernav.footernav01 {
        padding: 0;
    }

    .footernav.footernav02 {
        float: right;
    }

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