
body {
    font-family: 'Montserrat', sans-serif !important;
    color: #363435;
    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;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-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%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.headertop {
    float: left;
    width: 100%;
}

.sitelogo {
    float: left;
    width: 25%;
    margin: 0 0 0 -32px;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    width: 75%;
    text-align: right;
}

.headerightop {
    width: 100%;
    float: left;
    padding: 21px 0 0;
    clear: both;
}

    .headerightop p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #363435;
    }

        .headerightop p a {
            color: #363435;
        }

            .headerightop p a:hover {
                opacity: 0.9;
                text-decoration: none;
            }

    .headerightop span {
        color: #9a8f79;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        padding: 0 3px;
        font-weight: 300;
    }

    .headerightop p.contactopright {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 0 55px;
        position: relative;
    }

        .headerightop p.contactopright:before {
            position: absolute;
            content: "\f095";
            font-family: FontAwesome;
            color: #363435;
            font-size: 18px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #363435;
            top: -6px;
            left: -38px;
            border-radius: 50%;
            font-weight: normal;
            text-align: center;
        }

.agntlogin {
    position: relative;
    z-index: 9;
    cursor: pointer;
    float: right;
    margin: 14px 0 0 2px;
}

    .agntlogin .dropdown-toggle {
        background-color: #eb2c3a;
        background-image: url("../images/site/icons01.png");
        background-position: 16px 7px;
        background-repeat: no-repeat;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 8px 16px 11px 50px;
        border-radius: 30px;
    }

        .agntlogin .dropdown-toggle i {
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            vertical-align: middle;
            padding: 0 0 0 4px;
        }

    .agntlogin .dropdown-menu {
        margin: 6px 0 0;
        min-width: 10px;
        left: auto;
        right: 0;
    }

        .agntlogin .dropdown-menu > li > a {
            color: #363435;
            font-size: 14px;
            font-weight: 400;
            border-top: 1px solid #e9e9e9;
            padding: 10px 20px;
        }

        .agntlogin .dropdown-menu > li:first-child > a {
            border-top: none;
        }

        .agntlogin .dropdown-menu > li > a:hover {
            color: #eb2c3a;
        }

/* leftmenu start */

.headermenu {
    float: right;
    text-align: left;
    margin: 16px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #363435;
        font-size: 17px;
        margin: 0 10px 0 0;
        padding: 7px 18px;
        text-decoration: none;
        text-transform: capitalize;
        border-radius: 30px;
        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: #eb2c3a;
            color: #fff;
        }

.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%;
}

    .sliderwrap .carousel-inner > .item img {
        margin: 0 auto;
    }

    .sliderwrap a.carousel-control {
        background-image: none;
        text-shadow: none;
        top: 50%;
        height: 75px;
        width: 75px;
        font-size: 30px;
        line-height: 75px;
        background: #363435;
        border-radius: 50%;
        color: #fff;
        margin: -34px 0 0;
        text-align: center;
        opacity: 1;
    }

        .sliderwrap a.carousel-control.left {
            left: 115px;
        }

        .sliderwrap a.carousel-control.right {
            right: 115px;
        }

        .sliderwrap a.carousel-control:hover {
            background: #eb2c3a;
            color: #fff;
        }

.bannerwrapper {
    width: 100%;
    float: left;
    background: #6b6b65;
    position: relative;
}

.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: auto;
    bottom: 26px;
}

    .bookingwrapper .container {
        max-width: 1330px;
    }

.bookingwrapin {
    width: 100%;
    float: left;
    border-radius: 45px;
    border: 10px solid rgba(54,52,53,0.2);
}

.bookingform {
    background-color: #ffffff;
    width: 100%;
    float: left;
    border-radius: 45px;
}

.inputgroup {
    float: left;
    width: 40.2%;
    position: relative;
}

    .inputgroup.inputgroup02 {
        padding-left: 12px;
    }

.swapicon {
    background-image: url("../images/site/icons01.png");
    background-position: center -372px;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 82px;
    height: 38px;
    z-index: 3;
    cursor: pointer;
}

    .swapicon.swapicon02 {
        background-position: center -862px;
    }

.inputinr.inputinr03 {
    padding: 0 0 0 46px;
}

.inputinr {
    float: left;
    width: 50%;
    position: relative;
}

    .inputinr .rfv {
        position: absolute;
        font-size: 12px;
        bottom: 3px;
        left: 32px;
        top: auto;
        font-weight: 400;
    }

    .inputinr.inputinrswap02 .rfv {
        left: 68px;
    }


    .inputinr.inputinrswap02 {
        padding-left: 35px;
        border-right: 1px solid #e5e5e5;
    }


    .inputinr select, .inputinr input[type="text"] {
        background-image: url("../images/site/icons01.png") !important;
        background-position: 27px -154px;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        color: #121212;
        cursor: pointer;
        font-size: 15px;
        height: 70px;
        font-weight: 700;
        padding: 10px 0 0 55px;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

        .inputinr select option {
            color: #000 !important;
            background-color: #fff !important;
            font-size: 12px;
        }

        .inputinr input[type="text"].jdate {
            background-position: 13px -605px !important;
        }

        .inputinr input[type="text"].select, .inputinr input[type="text"]:focus {
            outline: none;
        }

    .inputinr .form-control::-moz-placeholder {
        color: #121212;
    }

    .inputinr ::-webkit-input-placeholder {
        color: #121212 !important;
    }

.searchbutton {
    float: right;
    width: 19.6%;
    position: relative;
}

    .searchbutton input[type="submit"] {
        background-image: url("../images/site/icons01.png");
        background-position: 88% -1095px;
        background-repeat: no-repeat;
        background-color: #eb2c3a;
        color: #ffffff;
        border: none;
        font-size: 20px;
        width: 100%;
        height: 70px;
        padding: 0 0 0 60px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
        border-radius: 0 50px 50px 0;
        letter-spacing: 1px;
    }

        .searchbutton input[type="submit"]:hover {
            background-color: #363435;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.control:focus ~ .floating-label,
.control:not(:focus):valid ~ .floating-label {
    top: 5px;
    left: 50px;
    opacity: 0;
}

.floating-label {
    opacity: 1;
    position: absolute;
    pointer-events: none;
    left: 52px;
    top: 13px;
    font-size: 12px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease all;
}

.inputinr.inputinrswap02 .floating-label, .inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
    left: 87px !important;
}

/* auto complete css */

.autocomplete_completionListElement {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    padding: 10px 3px 10px 20px;
    list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    max-height: 300px;
    overflow: auto;
    z-index: 999;
}

    .autocomplete_completionListElement li {
        cursor: default;
        color: #3f3f3f;
        margin: 1px 0;
        font-size: 14px;
    }


.autocomplete_highlightedListItem {
    border-bottom: 1px solid #eb2c3a;
    margin: 1px 0;
    font-weight: normal;
    list-style: none;
    color: #121212 !important;
    font-size: 13px;
    cursor: default;
}

.autocomplete_listItem {
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    font-weight: normal;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
}

/* scroll style */

.autocomplete_completionListElement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar-thumb {
    background-color: #999;
}

/* auto complete css */


.aboutuswrap {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 83px 0 0;
}

.aboutuscontent {
    width: 100%;
    float: left;
    clear: both;
}

.aboutusleft {
    float: left;
    width: 38%;
    padding: 131px 0 0 77px;
}

    .aboutusleft h1 {
        color: #363435;
        font-size: 52px;
        font-weight: 300;
        text-transform: uppercase;
    }

        .aboutusleft h1 span {
            font-weight: 600;
            color: #eb2c3a;
        }

.aboutusright {
    float: right;
    width: 61%;
    padding: 0 60px 0 0;
}

.aboutustop {
    color: #363435;
    font-size: 36px;
    margin: 0 0 21px;
    font-weight: 300;
    line-height: 42px;
    text-align: justify;
}

    .aboutustop span {
        color: #eb2c3a;
        font-weight: 500;
    }

.aboutuscontent p {
    color: #363435;
    font-size: 16px;
    margin: 0 0 30px;
    font-weight: 400;
    line-height: 28px;
}

.readmore {
    clear: both;
}

    .readmore a {
        color: #363435;
        font-size: 18px;
        padding: 12px 40px;
        font-weight: 500;
        border: 2px solid #eb2c3a;
        display: inline-block;
        text-transform: uppercase;
    }

        .readmore a:hover, .readmore a:focus {
            color: #ffffff;
            background-color: #eb2c3a;
            text-decoration: none;
        }

.serviceswrap {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 90px;
}

    .serviceswrap .container {
        max-width: 1360px;
    }

.servicesbox {
    border: 2px solid #f0f0f0;
    width: 100%;
    max-width: 280px;
    display: inline-block;
    margin: 60px 24px 0;
    cursor: pointer;
}

    .servicesbox span {
        background-color: #363435;
        background-image: url("../images/site/icons02.png");
        background-position: center 25px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        width: 110px;
        height: 110px;
        box-shadow: 0 25px 35px rgba(54,52,53,0.15);
        border-radius: 50%;
        margin: 18px 0 30px;
    }

        .servicesbox span.servicesicon02 {
            background-position: center -293px;
        }

        .servicesbox span.servicesicon03 {
            background-position: center -604px;
        }

        .servicesbox span.servicesicon04 {
            background-position: center -915px;
        }


.serviceswrap h3 {
    color: #363435;
    font-size: 17px;
    margin: 12px 0 30px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.serviceswrap i {
    display: block;
    font-style: normal;
}

.servicesbox:hover {
    box-shadow: 0 35px 35px rgba(0,0,0,0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .servicesbox:hover span {
        background-color: #eb2c3a;
        box-shadow: 0 25px 35px rgba(235,44,58,0.15);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .servicesbox:hover h4 {
        color: #eb2c3a;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.topdestination {
    background-color: #f8f8f8;
    background-image: url("../images/site/topdestinationbg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    text-align: center;
    padding: 80px 15px 50px;
}

    .topdestination marquee {
        height: 150px;
    }

    .topdestination h2 {
        color: #363435;
        font-size: 52px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 0 30px;
    }

        .topdestination h2 span {
            font-weight: 600;
            color: #eb2c3a;
        }

    .topdestination ul {
        margin: 0;
        padding: 0;
    }

        .topdestination ul li {
            list-style: none;
            float: none;
            display: inline-block;
            vertical-align: middle;
            padding: 30px 22px;
        }

            .topdestination ul li a {
                background-color: #ffffff;
                color: #363435;
                font-size: 21px;
                font-weight: 500;
                line-height: normal;
                text-transform: capitalize;
                border-radius: 5px;
                box-shadow: 0 6px 29px rgba(0,0,0,0.15);
                padding: 27px 50px;
                display: block;
                border-left: 80px solid #eb2c3a;
                position: relative;
            }

                .topdestination ul li a:before {
                    position: absolute;
                    content: "";
                    left: -64px;
                    background-image: url("../images/site/icons01.png");
                    background-position: center -1450px;
                    background-repeat: no-repeat;
                    z-index: 9;
                    width: 50px;
                    height: 50px;
                    top: 14px;
                }

            .topdestination ul li span {
                text-transform: lowercase;
            }

            .topdestination ul li a:hover, .topdestination ul li a:focus {
                text-decoration: none;
                color: #eb2c3a;
                box-shadow: 0 6px 29px rgba(0,0,0,0.25);
            }

.happyjourney {
    background-color: #ffffff;
    width: 100%;
    float: left;
    padding: 52px 0 96px;
}

.happyjourneyleft {
    width: 42.3%;
    float: left;
    padding: 134px 0 0;
}

    .happyjourneyleft h2 {
        color: #363435;
        font-size: 38px;
        font-weight: 300;
        margin: 0 0 12px;
        line-height: 51px;
    }

    .happyjourneyleft i {
        font-style: normal;
        display: block;
    }

    .happyjourneyleft h2 span {
        font-weight: 500;
        color: #eb2c3a;
        text-transform: capitalize;
    }

.viewmore {
    clear: both;
    border-bottom: 2px solid #eb2c3a;
}

    .viewmore a {
        background-color: #ffffff;
        color: #363435;
        font-size: 18px;
        padding: 12px 41px;
        font-weight: 500;
        border: 2px solid #eb2c3a;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        bottom: -26px;
    }

        .viewmore a:hover, .viewmore a:focus {
            color: #ffffff;
            background-color: #eb2c3a;
            text-decoration: none;
        }

.happyjourneyright {
    width: 57.7%;
    float: right;
    text-align: center;
    position: relative;
}

    .happyjourneyright:after {
        background: #eb2c3a;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: auto;
        bottom: -6px;
        width: 100%;
        height: 201px;
    }

.anookulbus {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.anookulbus01 {
    margin-right: -12px;
}

.anookulbus02 {
    margin-left: -12px;
}

.footerwrap {
    clear: both;
    width: 100%;
    float: left;
}

.footertop {
    clear: both;
    width: 100%;
    float: left;
    padding: 84px 0 58px;
    background: #f9f9f9;
}

.footertopleft {
    float: left;
    width: 31.2%;
}

.footerlogo {
    clear: both;
    float: left;
    width: 100%;
    padding: 6px 0 38px;
}

    .footerlogo a {
        float: left;
    }

.footertopleft p {
    color: #363435;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    clear: both;
    margin: 0 0 15px;
}


.footernav {
    float: left;
    padding: 2px 0 0 122px;
}

    .footernav ul {
        margin: 0;
        padding: 0;
    }

        .footernav ul li {
            list-style: none;
            padding: 0 0 28px;
        }

            .footernav ul li a {
                color: #363435;
                font-size: 15px;
                font-weight: 400;
                text-transform: capitalize;
                line-height: normal;
            }

                .footernav ul li a i {
                    padding-right: 8px;
                }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #eb2c3a;
                    text-decoration: none;
                }

.footeright {
    float: right;
}

.bottomsocial {
    width: 100%;
    float: left;
    padding: 6px 0 18px;
}

    .bottomsocial a {
        margin: 0 0 0 21px;
        width: 45px;
        height: 45px;
        background-color: #363435;
        font-size: 20px;
        line-height: 45px;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        float: left;
    }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #eb2c3a;
            text-decoration: none;
            color: #ffffff;
        }

.footercontact {
    width: 100%;
    float: left;
    clear: both;
    text-align: right;
}

    .footercontact p {
        color: #363435;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        margin: 0 0 14px;
    }

        .footercontact p a {
            color: #363435;
            text-transform: lowercase;
        }

            .footercontact p a:hover, .footercontact p a:focus {
                color: #eb2c3a;
                text-decoration: none;
            }

.footerbottom {
    width: 100%;
    float: left;
    padding: 0 0 12px;
    background: #ffffff;
}

.copyrights {
    float: left;
    color: #363435;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0 0;
}


    .copyrights a {
        font-weight: 500;
        color: #eb2c3a;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: #363435;
            text-decoration: none;
        }

.poweredby {
    float: left;
    padding: 13px 0 0 12.3%;
}

    .poweredby span {
        float: left;
        color: #888b8b;
        font-size: 12px;
        padding: 4px 7px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
    }

.footerlins {
    float: right;
    padding: 16px 0 0;
}

    .footerlins a {
        color: #363435;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: normal;
        float: left;
    }

        .footerlins a.footerlins02 {
            border-left: 1px solid #e0e0e0;
            margin-left: 18px;
            padding-left: 18px;
        }

        .footerlins a:hover, .footerlins a:focus {
            color: #eb2c3a;
            text-decoration: none;
        }


#ctl00_ContentPlaceHolder1_divCustinfo th.info {
    padding-left: 10px !important;
}

.panel-primary > .panel-heading {
    color: #133e59 !important;
    border-bottom: 1px solid #eb2c3a !important;
}

.form-group .btn-default {
    color: #fff !important;
    background-color: #eb2c3a !important;
}

    .form-group .btn-default:hover, .form-group .btn-default:focus {
        color: #fff !important;
        background-color: #363435 !important;
    }

.maincontent {
    min-height: 250px;
    clear: both;
    width: 100%;
    float: left;
}

/* Medea Queries */

@media only screen and (max-width: 1499px) {
    .servicesbox {
        margin: 60px 18px 0;
    }

    .bookingwrapper {
        bottom: 15px;
    }

    .aboutuswrap {
        padding: 70px 0 0;
    }

    .serviceswrap {
        padding: 20px 0 70px;
    }

    .topdestination {
        padding: 60px 15px 30px;
    }

        .topdestination h2 {
            font-size: 48px;
            margin: 0 0 20px;
        }

        .topdestination ul li a {
            font-size: 18px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.10);
            padding: 20px 30px;
            border-left: 60px solid #eb2c3a;
        }

            .topdestination ul li a:hover, .topdestination ul li a:focus {
                box-shadow: 0 3px 10px rgba(0,0,0,0.15);
            }

        .topdestination ul li {
            padding: 20px 10px;
        }

        .topdestination marquee {
            height: 120px;
        }

        .topdestination ul li a:before {
            left: -50px;
            background-position: center -1087px;
            width: 40px;
            height: 40px;
            top: 14px;
            background-size: 60px;
        }

    .aboutustop {
        font-size: 32px;
        margin: 0 0 20px;
        line-height: 40px;
    }

    .aboutusleft {
        padding: 90px 0 0 77px;
    }

        .aboutusleft h1 {
            font-size: 50px;
        }

    .happyjourney {
        padding: 40px 0 90px;
    }

    .footertop {
        padding: 74px 0 48px;
        background: #f9f9f9;
    }

    .footernav ul li {
        padding: 0 0 26px;
    }

    .sitelogo {
        float: left;
        width: 25%;
        margin: 0 0 0 -20px;
    }
}

@media only screen and (max-width: 1309px) {

    .searchbutton {
        width: 18%;
    }

        .searchbutton input[type="submit"] {
            background-position: 98% -1095px;
            font-size: 18px;
            padding: 0 0 0 30px;
            letter-spacing: normal;
        }

    .inputgroup {
        width: 48%;
    }

        .inputgroup.inputgroup02 {
            padding-left: 0;
            width: 34%;
        }

    .inputinr.inputinr03 {
        padding: 0px;
    }

    .sliderwrap a.carousel-control.left {
        left: 30px;
    }

    .sliderwrap a.carousel-control.right {
        right: 30px;
    }

    .sliderwrap a.carousel-control {
        height: 50px;
        width: 50px;
        font-size: 28px;
        line-height: 50px;
        margin: 0;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 15px;
        padding: 9px 0 0 54px;
    }

    .swapicon.swapicon02 {
        background-position: left -306px;
        background-size: 30px;
        width: 48px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
    }

    .headerightop p {
        font-size: 12px;
    }

        .headerightop p.contactopright {
            font-size: 12px;
            margin: 0 0 0 40px;
        }

            .headerightop p.contactopright:before {
                font-size: 16px;
                width: 24px;
                height: 24px;
                line-height: 24px;
                top: -4px;
                left: -29px;
            }


    .sitelogo {
        margin: 0 0 0 -26px;
        max-width: 230px;
        width: 100%;
    }

    .headeright {
        width: 79%;
    }

    .headerightop span {
        font-size: 14px;
        padding: 0;
    }

    .headerightop {
        padding: 12px 0 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        margin: 0 1px 0 0;
        padding: 5px 10px;
    }

    .agntlogin .dropdown-toggle {
        background-position: 12px 5px;
        font-size: 14px;
        padding: 7px 12px 8px 40px;
        background-size: 70px;
    }

        .agntlogin .dropdown-toggle i {
            font-size: 16px;
            padding: 0 0 0 1px;
        }

    .agntlogin .dropdown-menu > li > a {
        font-size: 12px;
        padding: 6px 18px;
    }

    .headermenu {
        margin: 10px 0 0;
    }

    .agntlogin {
        margin: 10px 0 0 2px;
    }

    .bookingwrapper {
        bottom: 0;
    }

    .bookingwrapin {
        border: 5px solid rgba(54,52,53,0.2);
    }

    .aboutuswrap {
        padding: 48px 0 0;
    }

    .aboutusleft {
        padding: 90px 0 0 30px;
    }

    .readmore a {
        font-size: 16px;
        padding: 10px 30px;
    }

    .servicesbox {
        max-width: 238px;
        margin: 30px 1px 0;
    }

    .serviceswrap h3 {
        font-size: 16px;
        margin: 12px 0 30px;
        line-height: 25px;
    }

    .servicesbox span {
        margin: 18px 0 20px;
    }

    .serviceswrap {
        padding: 20px 0 48px;
    }

    .topdestination {
        padding: 50px 15px 20px;
    }

        .topdestination h2 {
            font-size: 40px;
            margin: 0 0 18px;
        }

    .aboutusright {
        padding: 0;
    }

    .aboutustop {
        text-align: left;
        font-size: 28px;
        margin: 0 0 18px;
        line-height: 38px;
    }

    .aboutusleft h1 {
        font-size: 46px;
    }

    .happyjourney {
        padding: 20px 0 60px;
    }

    .happyjourneyleft h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .viewmore a {
        font-size: 14px;
        padding: 10px 30px;
        bottom: -22px;
    }

    .happyjourneyleft {
        width: 39.5%;
        padding: 100px 0 0;
    }

        .happyjourneyleft h2 {
            font-size: 28px;
            line-height: 40px;
        }

    .happyjourneyright {
        width: 60.5%;
    }

        .happyjourneyright:after {
            bottom: 0;
            height: 130px;
        }

    .anookulbus {
        max-width: 300px;
    }

    .footertop {
        padding: 54px 0 28px;
    }

    .footerlogo {
        width: 100%;
        padding: 6px 0 20px;
    }

    .footertopleft p {
        font-size: 14px;
        line-height: 24px;
    }

    .footernav {
        padding: 2px 0 0 68px;
    }

    .bottomsocial a {
        margin: 0 0 0 14px;
    }

    .footernav ul li {
        padding: 0 0 20px;
    }

    .poweredby {
        padding: 13px 0 0 50px;
    }

    .footerlins a.footerlins02 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .footerlogo {
        width: 100%;
        padding: 1px 0 20px;
    }

    .poweredby {
        padding: 13px 0 0 60px;
    }

    .inputinr input[type="text"].jdate {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .sitelogo {
        max-width: 214px;
    }

    .headeright {
        width: 80%;
    }

    .servicesbox {
        max-width: 230px;
    }

    .poweredby {
        padding: 13px 0 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .sitelogo {
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

        .sitelogo a {
            float: none;
            display: inline-block;
            width: 218px;
        }

    .headeright {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 15px;
    }

    .headermenu {
        float: left;
    }

    .headerightop {
        padding: 0;
        text-align: center;
    }

    .sectionheader {
        position: relative !important;
    }

    .headerightop p, .headerightop p a, .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #363435 !important;
    }

        .headerightop p.contactopright:before {
            color: #363435 !important;
            border: 1px solid #363435 !important;
        }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff !important;
        }

    .bookingwrapper {
        position: relative;
        top: 0;
        padding: 20px 0;
    }

    .bookingform {
        border-radius: 16px;
        padding: 18px 0 24px;
    }

    .inputgroup, .inputgroup.inputgroup02 {
        width: 100%;
    }

    .inputinr.inputinrswap02 {
        border-right: none;
    }

    .inputgroup.inputgroup02 {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .searchbutton input[type="submit"] {
        background-position: right -1105px;
        max-width: 168px;
        font-size: 18px;
        height: 50px;
        border-radius: 30px;
        margin: 20px 0 0;
    }

    .swapicon.swapicon02 {
        left: -30px;
    }

    .inputinr.inputinrswap02 {
        padding-left: 10px;
    }

    .swapicon {
        left: -60px;
    }

        .swapicon.swapicon02 {
            background-position: left -530px;
            background-size: 50px;
            width: 60px;
            left: -60px !important;
        }

    .sliderwrap a.carousel-control {
        margin: -30px 0 0;
    }

    .welknowncont h2 {
        font-size: 40px;
    }

    .searchbutton {
        width: 100%;
        text-align: center;
    }

    .sliderwrap a.carousel-control.left {
        left: 15px;
    }

    .sliderwrap a.carousel-control.right {
        right: 15px;
    }

    .aboutuswrap {
        padding: 40px 0 0;
    }

    .aboutusleft {
        padding: 0;
        width: 100%;
        text-align: center;
    }

        .aboutusleft h1 {
            font-size: 38px;
            margin: 0 0 20px;
        }

    .aboutusright {
        padding: 0;
        float: left;
        width: 100%;
        text-align: center;
    }

    .aboutustop {
        text-align: center;
        font-size: 20px;
        margin: 0 0 10px;
        line-height: normal;
    }

    .aboutuscontent p {
        font-size: 15px;
        margin: 0 0 20px;
        line-height: 24px;
    }

    .servicesbox {
        margin: 10px 3px 0;
    }

    .readmore a {
        font-size: 14px;
        padding: 9px 25px;
    }

    .servicesbox {
        max-width: 250px;
    }

    .happyjourneyleft {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

    .happyjourneyright {
        width: 100%;
    }


    .viewmore {
        border-bottom: none;
    }

        .viewmore a {
            font-size: 14px;
            padding: 9px 25px;
            bottom: 0;
        }

    .happyjourney {
        padding: 20px 0;
    }

    .footertop {
        padding: 38px 0 20px;
    }

    .footertopleft {
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }

    .footerlogo a {
        float: none;
        display: inline-block;
    }

    .footernav {
        padding: 0 60px 0 0;
    }

        .footernav ul li {
            padding: 0 0 10px;
        }

    .footerbottom {
        text-align: center;
    }

    .copyrights {
        width: 100%;
    }

    .poweredby {
        padding: 15px 0 0;
    }

    .copyrights {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 767px) {

    .headerightop p {
        font-size: 12px;
        margin: 0 3px 12px !important;
    }

    .headerightop span {
        vertical-align: top;
        font-size: 12px;
    }

    .agntlogin {
        margin: 0 0 15px;
        display: inline-block;
        float: none;
    }

    .headeright {
        padding: 0;
    }

    .agntlogin .dropdown-menu {
        margin: 6px 0 0;
        left: -27px;
        min-width: 160px;
    }


    /* leftmenu start */

    .headermenu {
        position: absolute;
        top: 5px;
        margin: 0;
        left: 5px;
    }

    .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: #eb2c3a;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 99999;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #eb2c3a;
        }

    .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 > a {
        font-size: 14px;
        padding: 0;
        color: #3e3e3e;
        margin: 0 0 10px 10px;
        border: none;
    }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .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: #eb2c3a !important;
            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 */

}

@media only screen and (max-width: 639px) {
    .inputinr select, .inputinr input[type="text"] {
        font-size: 14px;
        padding: 9px 0 0 45px;
        background-position: 18px -153px;
    }

    .inputinr.inputinrswap02 .floating-label, .inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
        left: 66px !important;
    }

    .headerightop p {
        display: block;
    }

        .headerightop p.contactopright {
            display: inline-block;
            margin-top: 3px !important;
        }

    .headerightop span {
        display: none;
    }

    .aboutuswrap {
        padding: 30px 0 0;
    }

    .aboutusleft h1 {
        font-size: 34px;
        margin: 0 0 14px;
    }

    .servicesbox {
        max-width: 214px;
    }

    .serviceswrap h3 {
        font-size: 14px;
        margin: 5px 0 20px;
        line-height: 20px;
    }

    .serviceswrap {
        padding: 20px 0 30px;
    }

        .serviceswrap h3 {
            font-size: 14px;
            margin: 5px 0 20px;
            line-height: 20px;
        }

    .topdestination {
        padding: 30px 15px 10px;
    }

        .topdestination h2 {
            font-size: 28px;
            margin: 0 0 5px;
        }

        .topdestination ul li a {
            font-size: 12px;
            padding: 10px 15px;
            border-left: 40px solid #eb2c3a;
        }

            .topdestination ul li a:before {
                left: -40px;
                background-position: center -675px;
                width: 40px;
                height: 40px;
                top: -6px;
                background-size: 38px;
            }

        .topdestination ul li {
            padding: 15px 9px;
        }

        .topdestination marquee {
            height: 70px;
        }

    .happyjourneyleft h2 {
        font-size: 24px;
        line-height: normal;
        margin: 0 0 20px;
    }

    .viewmore a {
        font-size: 12px;
        padding: 9px 20px;
        bottom: 0;
    }

    .anookulbus {
        max-width: 230px;
    }

    .footernav {
        width: 50%;
        padding: 0;
    }

    .footeright {
        float: left;
        width: 100%;
        text-align: center;
    }

    .bottomsocial a {
        margin: 0 5px;
        float: none;
        display: inline-block;
    }

    .footercontact {
        text-align: center;
    }

        .footercontact p {
            font-size: 14px;
            line-height: normal;
            margin: 0 0 6px;
        }

    .poweredby {
        padding: 10px 0 0;
        float: none;
        display: inline-block;
    }

    .footerlins {
        float: left;
        padding: 10px 0 5px;
        width: 100%;
    }

        .footerlins a {
            float: none;
            display: inline-block;
            padding: 0 10px 0 0;
        }

            .footerlins a.footerlins02 {
                margin-left: 0;
                padding: 0 0 0 10px;
            }

    .footertop {
        padding: 20px 0;
    }

    .footernav ul li a {
        font-size: 14px;
    }

    .maincontent {
        min-height: 150px;
    }
}

@media only screen and (max-width: 479px) {
    .aboutusleft h1 {
        font-size: 30px;
    }

    .headermenu {
        left: 0;
    }

    .bookingwrapin {
        border: none;
    }

    .sliderwrap a.carousel-control {
        height: 40px;
        width: 40px;
        font-size: 20px;
        line-height: 40px;
        margin: -20px 0 0;
    }

        .sliderwrap a.carousel-control.left {
            left: 10px;
        }

        .sliderwrap a.carousel-control.right {
            right: 10px;
        }

    .aboutustop {
        font-size: 18px;
    }

    .aboutuscontent p {
        font-size: 14px;
        line-height: 20px;
    }

    .servicesbox {
        max-width: 100%;
        margin: 0 0 10px;
    }

    .happyjourneyleft h2 {
        font-size: 20px;
    }

    .anookulbus {
        max-width: 100%;
        margin: 0 !important;
    }

    .footertopleft p {
        line-height: 20px;
        margin: 0;
    }

    .bottomsocial a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin: 0 5px;
    }

    .copyrights span {
        display: block;
    }

    .copyrights a {
        display: inline-block;
    }

    .inputinr {
        width: 100%;
        padding: 0 !important;
    }

    .swapicon {
        background-position: center -230px;
        top: 40px;
        left: auto;
        right: 0;
        width: 60px;
        height: 26px;
        background-size: 50px;
        transform: rotate(90deg);
    }

        .swapicon.swapicon02 {
            background-position: center -534px;
            left: auto !important;
            right: 0;
        }

    .bookingform {
        padding: 10px 0 24px;
    }

    .inputinr select, .inputinr input[type="text"] {
        height: 52px;
        padding: 12px 0 0 38px;
        font-size: 12px !important;
        background-size: 60px;
        background-position: 15px -111px;
    }

    .inputgroup02 .inputinr select, .inputgroup02 .inputinr input[type="text"] {
        background-position: 12px -452px !important;
        padding: 6px 0 0 40px;
    }

    .floating-label {
        left: 50px;
        top: 5px;
        font-size: 10px;
    }

    .floating-label, .inputinr.inputinrswap02 .floating-label, .inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
        left: 34px !important;
    }

    .inputinr .rfv {
        position: relative;
        bottom: 3px;
        left: 30px !important;
    }

    .autocomplete_highlightedListItem, .autocomplete_completionListElement li {
        font-size: 12px;
    }

    .grvcontentrow .grvcontent div {
        font-size: 11px;
    }
}
